diff --git a/.gitignore b/.gitignore index 1e83b70..996ea65 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ ibus-anthy.png /ibus-anthy-1.2.3.tar.gz /ibus-anthy-1.2.4.tar.gz /ibus-anthy-1.2.5.tar.gz +/ibus-anthy-1.2.6.tar.gz diff --git a/ibus-anthy-HEAD.patch b/ibus-anthy-HEAD.patch index 241bfad..8b13789 100644 --- a/ibus-anthy-HEAD.patch +++ b/ibus-anthy-HEAD.patch @@ -1,26 +1 @@ -From 70633cda85851e0cdd6353d553649cbb51200a5c Mon Sep 17 00:00:00 2001 -From: fujiwarat -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 diff --git a/ibus-anthy.spec b/ibus-anthy.spec index 2923460..9dc44a3 100644 --- a/ibus-anthy.spec +++ b/ibus-anthy.spec @@ -2,14 +2,14 @@ %define require_ibus_version 1.2.0.20100111 %define require_pygtk2_version 2.15.2 Name: ibus-anthy -Version: 1.2.5 -Release: 4%{?dist} +Version: 1.2.6 +Release: 1%{?dist} Summary: The Anthy engine for IBus input platform License: GPLv2+ Group: System Environment/Libraries URL: http://code.google.com/p/ibus/ 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) @@ -32,7 +32,7 @@ libanthy. %prep %setup -q -%patch0 -p1 +# %patch0 -p1 %build %configure --disable-static @@ -60,13 +60,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/ibus/component/* %changelog +* Mon May 16 2011 Takao Fujiwara - 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 - 1.2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -* Fri Dec 10 2010 Takao Fujiwara - 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 - 1.2.5-1 - Updated to 1.2.5 Fixed Bug 652881 - SEGV when key tables are customized in new gconf. diff --git a/sources b/sources index 830a879..7e12f75 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00b44c874616d797a0117d087cf33341 ibus-anthy-1.2.5.tar.gz +894c7311f4d5c96b1fdb8b3795446ead ibus-anthy-1.2.6.tar.gz