Bumped to 1.2.6

This commit is contained in:
Takao Fujiwara 2011-05-16 11:34:33 +09:00
parent a590a5f4d6
commit f508c164f3
4 changed files with 10 additions and 34 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ ibus-anthy.png
/ibus-anthy-1.2.3.tar.gz /ibus-anthy-1.2.3.tar.gz
/ibus-anthy-1.2.4.tar.gz /ibus-anthy-1.2.4.tar.gz
/ibus-anthy-1.2.5.tar.gz /ibus-anthy-1.2.5.tar.gz
/ibus-anthy-1.2.6.tar.gz

View File

@ -1,26 +1 @@
From 70633cda85851e0cdd6353d553649cbb51200a5c Mon Sep 17 00:00:00 2001
From: fujiwarat <takao.fujiwara1@gmail.com>
Date: Fri, 10 Dec 2010 14:54:15 +0900
Subject: [PATCH] Fixed the latest page_size for ibus.LookupTable.
---
engine/engine.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/engine/engine.py b/engine/engine.py
index c2bc8f0..6dd4461 100644
--- a/engine/engine.py
+++ b/engine/engine.py
@@ -756,6 +756,9 @@ class Engine(ibus.EngineBase):
self.__update_input_chars()
# self.__reset()
# self.__invalidate()
+ size = self.__prefs.get_value('common', 'page_size')
+ if size != self.__lookup_table.get_page_size():
+ self.__lookup_table.set_page_size(size)
def focus_out(self):
mode = self.__prefs.get_value('common', 'behavior_on_focus_out')
--
1.7.3.2

View File

@ -2,14 +2,14 @@
%define require_ibus_version 1.2.0.20100111 %define require_ibus_version 1.2.0.20100111
%define require_pygtk2_version 2.15.2 %define require_pygtk2_version 2.15.2
Name: ibus-anthy Name: ibus-anthy
Version: 1.2.5 Version: 1.2.6
Release: 4%{?dist} Release: 1%{?dist}
Summary: The Anthy engine for IBus input platform Summary: The Anthy engine for IBus input platform
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://code.google.com/p/ibus/ URL: http://code.google.com/p/ibus/
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
Patch0: ibus-anthy-HEAD.patch # Patch0: ibus-anthy-HEAD.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -32,7 +32,7 @@ libanthy.
%prep %prep
%setup -q %setup -q
%patch0 -p1 # %patch0 -p1
%build %build
%configure --disable-static %configure --disable-static
@ -60,13 +60,13 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/ibus/component/* %{_datadir}/ibus/component/*
%changelog %changelog
* Mon May 16 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-1
- Bumped to 1.2.6
Fixed Bug 661943 - the latest page_size for ibus.LookupTable.
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-4 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Dec 10 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.5-3
- Added ibus-anthy-HEAD.patch
Fixed Bug 661943 - the latest page_size for ibus.LookupTable.
* Wed Dec 01 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.5-1 * Wed Dec 01 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.5-1
- Updated to 1.2.5 - Updated to 1.2.5
Fixed Bug 652881 - SEGV when key tables are customized in new gconf. Fixed Bug 652881 - SEGV when key tables are customized in new gconf.

View File

@ -1 +1 @@
00b44c874616d797a0117d087cf33341 ibus-anthy-1.2.5.tar.gz 894c7311f4d5c96b1fdb8b3795446ead ibus-anthy-1.2.6.tar.gz