[ibus-indic-table/f16] Fixed bug-750735

anish anishpatil at fedoraproject.org
Thu Nov 10 10:31:02 UTC 2011


commit 44469bb0dec775d46bddafe1f087f767bc1904ec
Author: anish <anish at dhcp193-44.pnq.redhat.com>
Date:   Thu Nov 10 16:02:08 2011 +0530

    Fixed bug-750735

 bug-750735.patch      |   26 ++++++++++++++++++++++++++
 ibus-indic-table.spec |    7 ++++++-
 2 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/bug-750735.patch b/bug-750735.patch
new file mode 100644
index 0000000..28d0efb
--- /dev/null
+++ b/bug-750735.patch
@@ -0,0 +1,26 @@
+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-11-10 15:25:34.948267023 +0530
++++ ibus-indic-table-1.3.1/engine/indic_table.py	2011-11-10 15:30:18.543273493 +0530
+@@ -1558,7 +1558,7 @@ class tabengine (ibus.EngineBase):
+             sp_res = self._editor.space ()
+             #return (KeyProcessResult,whethercommit,commitstring)
+             if sp_res[0]:
+-                self.commit_string (sp_res[1])
++                self.commit_string (sp_res[1]+" ")
+                 #self.add_string_len(sp_res[1])
+                 alphabates = [ self._editor._deparser(item) for item in self._editor._k_list ]
+                 if sp_res[2]:
+@@ -1650,7 +1650,7 @@ class tabengine (ibus.EngineBase):
+             if res:
+                 o_py = self._editor._py_mode
+                 commit_string = self._editor.get_preedit_strings ()
+-                self.commit_string (commit_string)
++                self.commit_string (commit_string + " ")
+                 #self.add_string_len(commit_string)
+                 if o_py != self._editor._py_mode:
+                     self._refresh_properties ()
+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 ba81985..dd4adc1 100644
--- a/ibus-indic-table.spec
+++ b/ibus-indic-table.spec
@@ -1,6 +1,6 @@
 Name:       ibus-indic-table
 Version:    1.3.1
-Release:    14%{?dist}
+Release:    15%{?dist}
 Summary:    The Table engine for IBus platform
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -18,6 +18,7 @@ Patch8:	    bug-684118-template.patch
 Patch9:	    bug-684118-inscript.patch
 Patch10:    bug-684118-capscase.patch
 Patch11:    bug-743502.patch
+Patch12:    bug-750735.patch
 Requires:       ibus
 BuildRequires:  ibus-devel
 BuildArch:  noarch
@@ -39,6 +40,7 @@ The Indic Table engine for IBus platform.
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 %configure --disable-static --disable-additional
@@ -59,6 +61,9 @@ make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install pkgconfigdir=%{_datadir}/pk
 %{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Nov 10 2011 Anish Patil <apatil at redhat.com> - 1.3.1-15
+- Fixed the #bug-750735.patch
+
 * Thu Oct 19 2011 Anish Patil <apatil at redhat.com> - 1.3.1-14
 - Fixed the #bug-743502.patch
 


More information about the scm-commits mailing list