[ibus-indic-table/f16] Resolved the bug-741176-minor-symbol.patch

anish anishpatil at fedoraproject.org
Fri Sep 30 06:40:47 UTC 2011


commit 9384c9307555ed6be305dc185ced98562dd65c3f
Author: anish <anish.developer at gmail.com>
Date:   Fri Sep 30 12:11:48 2011 +0530

    Resolved the bug-741176-minor-symbol.patch

 bug-741176-minor-symbol.patch |   13 +++++++++++++
 ibus-indic-table.spec         |    7 ++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/bug-741176-minor-symbol.patch b/bug-741176-minor-symbol.patch
new file mode 100644
index 0000000..df5ac0e
--- /dev/null
+++ b/bug-741176-minor-symbol.patch
@@ -0,0 +1,13 @@
+diff -rup ibus-indic-table-1.3.1.org/engine/tabsqlitedb.py ibus-indic-table-1.3.1/engine/tabsqlitedb.py
+--- ibus-indic-table-1.3.1.org/engine/tabsqlitedb.py	2011-09-30 11:13:40.871549251 +0530
++++ ibus-indic-table-1.3.1/engine/tabsqlitedb.py	2011-09-30 11:17:02.110539134 +0530
+@@ -109,7 +109,7 @@ class tabsqlitedb:
+                       # have rules to build up phrase, but still need
+                       # auto commit to preedit
+                       'page_size':'6',
+-                      'symbol':'म'
++                      'symbol':u'म'
+                       }
+             # inital the attribute in ime table, which should be updated from mabiao
+             for _name in ime_keys:
+Only in ibus-indic-table-1.3.1/engine: tabsqlitedb.py~
diff --git a/ibus-indic-table.spec b/ibus-indic-table.spec
index 3361376..a7fc44e 100644
--- a/ibus-indic-table.spec
+++ b/ibus-indic-table.spec
@@ -1,6 +1,6 @@
 Name:       ibus-indic-table
 Version:    1.3.1
-Release:    5%{?dist}
+Release:    6%{?dist}
 Summary:    The Table engine for IBus platform
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -10,6 +10,7 @@ Patch0:	    i-i-t-683739.patch
 Patch1:	    bug-703124.patch
 Patch2:     bug-683826-683743.patch
 Patch3:     bug-741176.patch
+Patch4:     bug-741176-minor-symbol.patch
 Requires:       ibus
 BuildRequires:  ibus-devel
 BuildArch:  noarch
@@ -23,6 +24,7 @@ The Indic Table engine for IBus platform.
 %patch1 -p1 -b .2-reduced-limit-for-query
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure --disable-static --disable-additional
@@ -43,6 +45,9 @@ make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install pkgconfigdir=%{_datadir}/pk
 %{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Fri Sep 30 2011 Anish Patil <apatil at redhat.com> - 1.3.1-6
+- Resolves bug #741176 added unicode support for localized string
+
 * Mon Sep 26 2011 Anish Patil <apatil at redhat.com> - 1.3.1-5
 - reolves bug #741176
 


More information about the scm-commits mailing list