[ibus-indic-table/f16] Fixed 770032-770033

anish anishpatil at fedoraproject.org
Mon Dec 26 08:35:17 UTC 2011


commit 9a0fc30222fa069322e2698c2d71459ea9e07a3b
Author: anish <anish.developer at gmail.com>
Date:   Mon Dec 26 14:06:39 2011 +0530

    Fixed 770032-770033

 bug-770032-770033.patch |   41 +++++++++++++++++++++++++++++++++++++++++
 ibus-indic-table.spec   |    7 ++++++-
 2 files changed, 47 insertions(+), 1 deletions(-)
---
diff --git a/bug-770032-770033.patch b/bug-770032-770033.patch
new file mode 100644
index 0000000..87704b9
--- /dev/null
+++ b/bug-770032-770033.patch
@@ -0,0 +1,41 @@
+Only in ibus-indic-table-1.3.1/engine: factory.pyc
+diff -rup ibus-indic-table-1.3.1-old/engine/indic_table.py ibus-indic-table-1.3.1/engine/indic_table.py
+--- ibus-indic-table-1.3.1-old/engine/indic_table.py	2011-12-26 13:32:16.205388947 +0530
++++ ibus-indic-table-1.3.1/engine/indic_table.py	2011-12-26 13:51:53.671349715 +0530
+@@ -1073,7 +1073,7 @@ class tabengine (ibus.EngineBase):
+ 
+     def _init_properties (self):
+         self.properties= ibus.PropList ()
+-        self._status_property = ibus.Property(u'status')
++  #      self._status_property = ibus.Property(u'status')
+   #      if self.db._is_chinese:
+   #          self._cmode_property = ibus.Property(u'cmode')
+   #      self._letter_property = ibus.Property(u'letter')
+@@ -1081,19 +1081,19 @@ class tabengine (ibus.EngineBase):
+   #      self._py_property = ibus.Property(u'py_mode')
+   #      self._onechar_property = ibus.Property(u'onechar')
+   #      self._auto_commit_property = ibus.Property(u'acommit')
+-        for prop in (self._status_property,
++  #      for prop in (self._status_property,
+   #          self._letter_property,
+   #          self._punct_property,
+   #          self._py_property,
+   #          self._onechar_property,
+   #          self._auto_commit_property
+             #self._setup_property
+-            ):
+-            self.properties.append(prop)
++  #          ):
++  #          self.properties.append(prop)
+    #     if self.db._is_chinese:
+    #         self.properties.insert( 1, self._cmode_property )
+    #     self.register_properties (self.properties)
+-        self.register_properties (self._status_property)
++   #     self.register_properties (self._status_property)
+   #      self._refresh_properties ()
+     
+     def _refresh_properties (self):
+Only in ibus-indic-table-1.3.1/engine: indic_table.py~
+Only in ibus-indic-table-1.3.1/engine: indic_table.pyc
+Only in ibus-indic-table-1.3.1/engine: tabdict.pyc
+Only in ibus-indic-table-1.3.1/engine: tabsqlitedb.pyc
diff --git a/ibus-indic-table.spec b/ibus-indic-table.spec
index c2b7b28..346cdde 100644
--- a/ibus-indic-table.spec
+++ b/ibus-indic-table.spec
@@ -1,6 +1,6 @@
 Name:       ibus-indic-table
 Version:    1.3.1
-Release:    18%{?dist}
+Release:    19%{?dist}
 Summary:    The Table engine for IBus platform
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -22,6 +22,7 @@ Patch12:    bug-750735.patch
 Patch13:    bug-750730.patch
 Patch14:    bug-750727.patch
 Patch15:    bug-759356-759354.patch
+Patch16:    bug-770032-770033.patch
 Requires:       ibus
 BuildRequires:  ibus-devel
 BuildArch:  noarch
@@ -47,6 +48,7 @@ The Indic Table engine for IBus platform.
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 %build
 %configure --disable-static --disable-additional
@@ -67,6 +69,9 @@ make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install pkgconfigdir=%{_datadir}/pk
 %{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Mon Dec 26 2011 Anish Patil <apatil at redhat.com> - 1.3.1-19
+- Fixed bug-770032-770033.patch
+
 * Wed Dec 07 2011 Anish Patil <apatil at redhat.com> - 1.3.1-18
 - Fixed bug-759356-759354.patch
 


More information about the scm-commits mailing list