[ibus-anthy] Updated to 1.2.2.20101015 Fixes Bug 643291 - ibus-anthy commit_first_segment is not correct with Ja

Takao Fujiwara fujiwara at fedoraproject.org
Fri Oct 15 09:48:36 UTC 2010


commit a41ce18ad95f601417244cbb22c3c5d5195b66c9
Author: Takao Fujiwara <tfujiwar at redhat.com>
Date:   Fri Oct 15 18:46:46 2010 +0900

    Updated to 1.2.2.20101015
    Fixes Bug 643291 - ibus-anthy commit_first_segment is not correct with Ja small chars.

 .gitignore            |    1 +
 ibus-anthy-HEAD.patch |   13 +------------
 ibus-anthy.spec       |   18 ++++++++----------
 sources               |    3 +--
 4 files changed, 11 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a5866f3..08e375f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ibus-anthy-1.2.1.tar.gz
 ibus-anthy.png
+/ibus-anthy-1.2.2.20101015.tar.gz
diff --git a/ibus-anthy-HEAD.patch b/ibus-anthy-HEAD.patch
index d547726..8b13789 100644
--- a/ibus-anthy-HEAD.patch
+++ b/ibus-anthy-HEAD.patch
@@ -1,12 +1 @@
-diff --git a/engine/engine.py b/engine/engine.py
-index f78212b..a6d5e01 100644
---- a/engine/engine.py
-+++ b/engine/engine.py
-@@ -224,6 +224,7 @@ class Engine(ibus.EngineBase):
-         self.__set_dict_mode_props(anthy_props)
-         self.__set_dict_config_props(anthy_props)
-         anthy_props.append(ibus.Property(key=u"setup",
-+                                         icon=u"preferences-desktop",
-                                          tooltip=UN(_("Configure Anthy"))))
- 
-         return anthy_props
+
diff --git a/ibus-anthy.spec b/ibus-anthy.spec
index be0c79f..87ec11f 100644
--- a/ibus-anthy.spec
+++ b/ibus-anthy.spec
@@ -2,27 +2,23 @@
 %define require_ibus_version 1.2.0.20100111
 %define require_pygtk2_version 2.15.2
 Name:       ibus-anthy
-Version:    1.2.1
-Release:    2%{?dist}
+Version:    1.2.2.20101015
+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
-Source1:    ibus-anthy.png
-Patch0:     ibus-anthy-HEAD.patch
+# Patch0:     ibus-anthy-HEAD.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  anthy-devel
-# sleep, touch
-BuildRequires:  coreutils
 BuildRequires:  gettext-devel
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  python-devel
-BuildRequires:  sed
+BuildRequires:  python2-devel
 BuildRequires:  swig
 
 Requires:   ibus >= %{require_ibus_version}
@@ -36,8 +32,7 @@ libanthy.
 
 %prep
 %setup -q
-cp %SOURCE1 icons
-%patch0 -p1
+# %patch0 -p1
 
 %build
 %configure --disable-static
@@ -65,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/ibus/component/*
 
 %changelog
+* Fri Oct 15 2010 Takao Fujiwara <tfujiwara at redhat.com> - 1.2.2.20101015
+- Updated to 1.2.2.20101015
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 6c3f148..ae6e12e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-a1b8adc10d4afd84f113da6999cd5f05  ibus-anthy-1.2.1.tar.gz
-8e0c658ad05b56fc76b8391f5a76900f  ibus-anthy.png
+23eb716da64c4d9dfc7dc867bacec1a4  ibus-anthy-1.2.2.20101015.tar.gz


More information about the scm-commits mailing list