[ibus-indic-table] Inscript aux text did not show capital inscript chars

anish anishpatil at fedoraproject.org
Tue Oct 18 20:43:38 UTC 2011


commit 82f7858695ee5fb72d5f5d9610a8670804ef2a68
Author: anish <anish at dhcp193-44.pnq.redhat.com>
Date:   Wed Oct 19 02:13:53 2011 +0530

    Inscript aux text did not show capital inscript chars

 bug-684118-capscase.patch |   13 +++++++++++++
 ibus-indic-table.spec     |    7 ++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/bug-684118-capscase.patch b/bug-684118-capscase.patch
new file mode 100644
index 0000000..0334606
--- /dev/null
+++ b/bug-684118-capscase.patch
@@ -0,0 +1,13 @@
+diff -rup ibus-indic-table-1.3.1-old/engine/tabcreatedb.py ibus-indic-table-1.3.1/engine/tabcreatedb.py
+--- ibus-indic-table-1.3.1-old/engine/tabcreatedb.py	2011-10-19 02:05:54.692960137 +0530
++++ ibus-indic-table-1.3.1/engine/tabcreatedb.py	2011-10-19 02:07:11.681961893 +0530
+@@ -198,7 +198,7 @@ def main ():
+                 attr,val = unicode (l,"utf-8").strip().split ('::')
+             attr = attr.strip()
+             origin_attr = attr
+-            attr = attr.lower()
++            #attr = attr.lower()
+             val = val.strip()
+             yield (attr,val)
+     
+Only in ibus-indic-table-1.3.1/engine: tabcreatedb.py~
diff --git a/ibus-indic-table.spec b/ibus-indic-table.spec
index 636c86f..a86ffeb 100644
--- a/ibus-indic-table.spec
+++ b/ibus-indic-table.spec
@@ -1,6 +1,6 @@
 Name:       ibus-indic-table
 Version:    1.3.1
-Release:    12%{?dist}
+Release:    13%{?dist}
 Summary:    The Table engine for IBus platform
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -16,6 +16,7 @@ Patch6:	    bug-683749.patch
 Patch7:     bug-684118.patch
 Patch8:	    bug-684118-template.patch
 Patch9:	    bug-684118-inscript.patch
+Patch10:    bug-684118-capscase.patch
 Requires:       ibus
 BuildRequires:  ibus-devel
 BuildArch:  noarch
@@ -35,6 +36,7 @@ The Indic Table engine for IBus platform.
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 %configure --disable-static --disable-additional
@@ -55,6 +57,9 @@ make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install pkgconfigdir=%{_datadir}/pk
 %{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Oct 19 2011 Anish Patil <apatil at redhat.com> - 1.3.1-13
+- Fixed the #bug-684118-capscase.patch
+
 * Thu Oct 18 2011 Anish Patil <apatil at redhat.com> - 1.3.1-12
 - Fixed the #bug-684118-inscript.patch
 


More information about the scm-commits mailing list