[ibus-indic-table] Fixed bug 683740

anish anishpatil at fedoraproject.org
Tue Jan 3 08:18:02 UTC 2012


commit 57d2656a4e90f81f97556a5a934ef78e167e5086
Author: anish <anish.developer at gmail.com>
Date:   Tue Jan 3 13:49:21 2012 +0530

    Fixed bug 683740

 bug-683740.patch      |   17 +++++++++++++++++
 ibus-indic-table.spec |    7 ++++++-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/bug-683740.patch b/bug-683740.patch
new file mode 100644
index 0000000..031f36d
--- /dev/null
+++ b/bug-683740.patch
@@ -0,0 +1,17 @@
+Only in ibus-indic-table-1.3.1/engine: factory.pyc
+Only in ibus-indic-table-1.3.1/engine: indic_table.pyc
+diff -rup ibus-indic-table-1.3.1-old/engine/main.py ibus-indic-table-1.3.1/engine/main.py
+--- ibus-indic-table-1.3.1-old/engine/main.py	2012-01-03 11:41:51.133727998 +0530
++++ ibus-indic-table-1.3.1/engine/main.py	2012-01-03 13:45:34.575897382 +0530
+@@ -181,8 +181,7 @@ def main():
+             _longname.text = ''
+             try:
+                 _locale = getdefaultlocale()[0].lower()
+-                _longname.text = _sq_db.get_ime_property ( \
+-                    '.'.join(['name',_locale]) )
++                _longname.text = _sq_db.get_ime_property('name')
+             except:
+                 pass
+             if not _longname.text:
+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 ea9eeb8..cc150b8 100644
--- a/ibus-indic-table.spec
+++ b/ibus-indic-table.spec
@@ -1,6 +1,6 @@
 Name:       ibus-indic-table
 Version:    1.3.1
-Release:    20%{?dist}
+Release:    21%{?dist}
 Summary:    The Table engine for IBus platform
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -24,6 +24,7 @@ Patch14:    bug-750727.patch
 Patch15:    bug-759356-759354.patch
 Patch16:    bug-770032-770033.patch
 Patch17:    bug-770713.patch
+Patch18:    bug-683740.patch
 Requires:       ibus
 BuildRequires:  ibus-devel
 BuildArch:  noarch
@@ -51,6 +52,7 @@ The Indic Table engine for IBus platform.
 %patch15 -p1
 %patch16 -p1
 %patch17 -p1
+%patch18 -p1
 
 %build
 %configure --disable-static --disable-additional
@@ -71,6 +73,9 @@ make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install pkgconfigdir=%{_datadir}/pk
 %{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Tue Jan 02 2012 Anish Patil <apatil at redhat.com> - 1.3.1-21
+- Fixed bug-683740.patch
+
 * Mon Jan 01 2012 Anish Patil <apatil at redhat.com> - 1.3.1-20
 - Fixed bug-770713.patch
 


More information about the scm-commits mailing list