From 029f1d2ad5106ca2d1ef23e38b00462f6ba13197 Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Tue, 26 Oct 2010 16:07:17 +0900 Subject: [PATCH] Fixed typo --- ibus-anthy-HEAD.patch | 23 ----------------------- ibus-anthy.spec | 8 ++++---- 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/ibus-anthy-HEAD.patch b/ibus-anthy-HEAD.patch index bbab5df..8b13789 100644 --- a/ibus-anthy-HEAD.patch +++ b/ibus-anthy-HEAD.patch @@ -1,24 +1 @@ -From d38d276c4b6955a42088826f44174d96c4930043 Mon Sep 17 00:00:00 2001 -From: fujiwarat -Date: Tue, 19 Oct 2010 00:01:09 +0900 -Subject: [PATCH] Fixed thumb-shift key table customization. - ---- - engine/thumb.py | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/engine/thumb.py b/engine/thumb.py -index c4d01c0..98f95a9 100644 ---- a/engine/thumb.py -+++ b/engine/thumb.py -@@ -230,6 +230,7 @@ class ThumbShiftKeyboard: - self.__handakuten = False - self.__thumb_typing_rule_section = None - self.__init_thumb_typing_rule() -+ self.__init_layout_table() - if self.__prefs != None: - self.reset() - self.__reset_shift_table(False) --- -1.7.2.1 diff --git a/ibus-anthy.spec b/ibus-anthy.spec index bfb95e1..fefdd7b 100644 --- a/ibus-anthy.spec +++ b/ibus-anthy.spec @@ -3,13 +3,13 @@ %define require_pygtk2_version 2.15.2 Name: ibus-anthy Version: 1.2.4 -Release: 1%{?dist} +Release: 2%{?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,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/ibus/component/* %changelog -* Tue Oct 26 2010 Takao Fujiwara - 1.2.4-1 +* Tue Oct 26 2010 Takao Fujiwara - 1.2.4-2 - Updated to 1.2.4 - Resolves #644771 ibus-anthy [F7] key cannot work with SEGV