rpms/ibus-anthy/F-12 .cvsignore, 1.19, 1.20 ibus-anthy-HEAD.patch, 1.4, 1.5 ibus-anthy.spec, 1.26, 1.27 sources, 1.20, 1.21

Takao Fujiwara fujiwara at fedoraproject.org
Fri Nov 27 07:36:16 UTC 2009


Author: fujiwara

Update of /cvs/pkgs/rpms/ibus-anthy/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6915

Modified Files:
	.cvsignore ibus-anthy-HEAD.patch ibus-anthy.spec sources 
Log Message:

Fix bug 531696 - ibus-anthy KeyError is still reported by abrt



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-anthy/F-12/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- .cvsignore	17 Sep 2009 10:02:20 -0000	1.19
+++ .cvsignore	27 Nov 2009 07:36:14 -0000	1.20
@@ -1 +1 @@
-ibus-anthy-1.2.0.20090917.tar.gz
+ibus-anthy-1.2.0.20091127.tar.gz

ibus-anthy-HEAD.patch:
 0 files changed

Index: ibus-anthy-HEAD.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-anthy/F-12/ibus-anthy-HEAD.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ibus-anthy-HEAD.patch	23 Oct 2009 05:34:13 -0000	1.4
+++ ibus-anthy-HEAD.patch	27 Nov 2009 07:36:15 -0000	1.5
@@ -1,39 +1 @@
-diff --git a/engine/engine.py b/engine/engine.py
-index 7069b0a..4b93d35 100644
---- a/engine/engine.py
-+++ b/engine/engine.py
-@@ -952,10 +952,10 @@ class Engine(ibus.EngineBase):
-     @classmethod
-     def CONFIG_VALUE_CHANGED(cls, bus, section, name, value):
-         print 'VALUE_CHAMGED =', section, name, value
--        section = section[len(cls.__prefs._prefix) + 1:]
--        if section == cls._get_shortcut_type():
-+        base_sec = section[len(cls.__prefs._prefix) + 1:]
-+        sec = cls._get_shortcut_type()
-+        if base_sec == sec:
-             cmd = '_Engine__cmd_' + name
--            sec = cls._get_shortcut_type()
-             old = cls.__prefs.get_value(sec, name)
-             value = value if value != [''] else []
-             for s in set(old).difference(value):
-@@ -968,12 +968,17 @@ class Engine(ibus.EngineBase):
-                     lambda a, b: cmp(keys.index(a[13:]), keys.index(b[13:])))
- 
-             cls.__prefs.set_value(sec, name, value)
--        elif section == 'common':
--            cls.__prefs.set_value(section, name, value)
-+        elif base_sec == 'common':
-+            cls.__prefs.set_value(base_sec, name, value)
-             if name == 'shortcut_type':
-                 cls.__keybind = cls._mk_keybind()
-+        elif section == 'panel':
-+            # This value is used for ibus.config.set_value only.
-+            pass
-+        elif base_sec:
-+            cls.__prefs.set_value(base_sec, name, value)
-         else:
--            cls.__prefs.set_value(sec, name, value)
-+            cls.__prefs.set_value(section, name, value)
- 
-     @classmethod
-     def _mk_keybind(cls):
+


Index: ibus-anthy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-anthy/F-12/ibus-anthy.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- ibus-anthy.spec	23 Oct 2009 05:34:13 -0000	1.26
+++ ibus-anthy.spec	27 Nov 2009 07:36:15 -0000	1.27
@@ -1,14 +1,14 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %define require_ibus_version 1.2.0.20090904
 Name:       ibus-anthy
-Version:    1.2.0.20090917
-Release:    2%{?dist}
+Version:    1.2.0.20091127
+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)
 
@@ -30,7 +30,7 @@ libanthy.
 
 %prep
 %setup -q
-%patch0 -p1
+# %patch0 -p1
 
 %build
 %configure --disable-static
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/ibus/component/*
 
 %changelog
+* Fri Nov 27 2009 Takao Fujiwara <takao.fujiwara1 at gmail.com> - 1.2.0.20091127-1
+- Fix bug 531696 - ibus-anthy KeyError is still reported by abrt
+
 * Fri Oct 23 2009 Takao Fujiwara <takao.fujiwara1 at gmail.com> - 1.2.0.20090917-2
 - Fix bug 526881 - ibus-anthy backtrace is reported by the latest abrt
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-anthy/F-12/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- sources	17 Sep 2009 10:02:20 -0000	1.20
+++ sources	27 Nov 2009 07:36:15 -0000	1.21
@@ -1 +1 @@
-b6f1d830346e447908d670bc267391a9  ibus-anthy-1.2.0.20090917.tar.gz
+254af64a72c3fed326022c9683e6830f  ibus-anthy-1.2.0.20091127.tar.gz




More information about the scm-commits mailing list