[ibus-indic-table/f16] Fixed help issue

anish anishpatil at fedoraproject.org
Tue Jan 3 09:08:14 UTC 2012


commit b232f451aebfe5c997e8b7f722df9dc7bf51c698
Author: anish <anish.developer at gmail.com>
Date:   Tue Jan 3 14:39:41 2012 +0530

    Fixed help issue

 bug-help.patch        |   20 ++++++++++++++++++++
 ibus-indic-table.spec |    7 ++++++-
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/bug-help.patch b/bug-help.patch
new file mode 100644
index 0000000..15a22c4
--- /dev/null
+++ b/bug-help.patch
@@ -0,0 +1,20 @@
+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 14:19:59.758944504 +0530
++++ ibus-indic-table-1.3.1/engine/main.py	2012-01-03 14:27:53.635955317 +0530
+@@ -213,7 +213,11 @@ def main():
+ 
+             _desc = SubElement (_engine, 'description')
+             _desc.text = _sq_db.get_ime_property ('description')
+-            
++            _desc.text += "\n Keyboard mapping is as follows \n Input Charater \t Output Character \n"
++            keys_vals= _sq_db.get_all_values()
++            for keyval in keys_vals:
++                _desc.text += ("\t %s \t \t\t\t %s \n")% (keyval[0],keyval[1])
++
+             _page_size_ibus = SubElement(_engine,'page_size')
+             _page_size_ibus.text = _sq_db.get_ime_property('page_size')
+             
+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 cc150b8..aba87d3 100644
--- a/ibus-indic-table.spec
+++ b/ibus-indic-table.spec
@@ -1,6 +1,6 @@
 Name:       ibus-indic-table
 Version:    1.3.1
-Release:    21%{?dist}
+Release:    22%{?dist}
 Summary:    The Table engine for IBus platform
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -25,6 +25,7 @@ Patch15:    bug-759356-759354.patch
 Patch16:    bug-770032-770033.patch
 Patch17:    bug-770713.patch
 Patch18:    bug-683740.patch
+Patch19:    bug-help.patch
 Requires:       ibus
 BuildRequires:  ibus-devel
 BuildArch:  noarch
@@ -53,6 +54,7 @@ The Indic Table engine for IBus platform.
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
+%patch19 -p1
 
 %build
 %configure --disable-static --disable-additional
@@ -73,6 +75,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-22
+- Fixed bug-help.patch
+
 * Tue Jan 02 2012 Anish Patil <apatil at redhat.com> - 1.3.1-21
 - Fixed bug-683740.patch
 


More information about the scm-commits mailing list