[ibus-indic-table/f15/master] * Wed Mar 16 2011 Naveen Kumar <nav007 at gmail.com> - 1.3.1-2 - reolves bug #683739 - apply patch i-i-

Naveen Kumar nkumar at fedoraproject.org
Wed Mar 16 12:00:09 UTC 2011


commit 344e31d6a3de2415ab3abad33ffe8ea7dc53bccb
Author: Naveen Kumar <nav007 at gmail.com>
Date:   Wed Mar 16 17:26:59 2011 +0530

    * Wed Mar 16 2011 Naveen Kumar <nav007 at gmail.com> - 1.3.1-2
    - reolves bug #683739
    - apply patch i-i-t-683739.patch

 i-i-t-683739.patch    |   16 ++++++++++++++++
 ibus-indic-table.spec |    8 +++++++-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/i-i-t-683739.patch b/i-i-t-683739.patch
new file mode 100644
index 0000000..f72225c
--- /dev/null
+++ b/i-i-t-683739.patch
@@ -0,0 +1,16 @@
+diff -uNr ibus-indic-table-1.3.1/engine/tabcreatedb.py ibus-indic-table-1.3.1modified/engine/tabcreatedb.py
+--- ibus-indic-table-1.3.1/engine/tabcreatedb.py	2011-03-08 16:13:25.000000000 +0530
++++ ibus-indic-table-1.3.1modified/engine/tabcreatedb.py	2011-03-14 16:43:42.966279000 +0530
+@@ -172,7 +172,11 @@
+     def attribute_parser (f):
+         for l in f:
+             try:
+-                attr,val = unicode (l,"utf-8").strip().split ('=')
++                if len(unicode (l,"utf-8").strip().split ('='))==3:
++                    attr, val, dum = unicode (l,"utf-8").strip().split ('=')
++                    val=''.join([val,"=",dum])
++                else:
++                    attr,val = unicode (l,"utf-8").strip().split ('=')
+             except:
+                 attr,val = unicode (l,"utf-8").strip().split ('==')
+             attr = attr.strip()
diff --git a/ibus-indic-table.spec b/ibus-indic-table.spec
index 7350f5e..5f9af4f 100644
--- a/ibus-indic-table.spec
+++ b/ibus-indic-table.spec
@@ -1,11 +1,12 @@
 Name:       ibus-indic-table
-Version:    1.3.1
+Version:    1.3.2
 Release:    1%{?dist}
 Summary:    The Table engine for IBus platform
 License:    LGPLv2+
 Group:      System Environment/Libraries
 URL:        http://code.google.com/p/ibus/
 Source0:    http://fedorapeople.org/~nkumar/ibus-indic-table/ibus-indic-table-1.3.1/%{name}-%{version}.tar.gz
+Patch0:	    i-i-t-683739.patch
 Requires:       ibus
 BuildRequires:  ibus-devel
 BuildArch:  noarch
@@ -15,6 +16,7 @@ The Indic Table engine for IBus platform.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static --disable-additional
@@ -35,6 +37,10 @@ make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install pkgconfigdir=%{_datadir}/pk
 %{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Wed Mar 16 2011 Naveen Kumar <nav007 at gmail.com> - 1.3.1-2
+- reolves bug #683739
+- apply patch i-i-t-683739.patch
+
 * Tue Mar 8 2011 Naveen Kumar <nav007 at gmail.com> - 1.3.1-1
 - new upstream release
 


More information about the scm-commits mailing list