commit 4c81615878f6b8a013e79e385cd8764bbf70e2ca
Author: Jan Rękorajski <[email protected]>
Date:   Tue Nov 6 08:00:50 2012 +0100

    - updated to 1.4.99.20121012

 ibus-table-uppercase-umlauts.patch | 16 ++++++++++++++++
 ibus-table.spec                    | 10 ++++++----
 2 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/ibus-table.spec b/ibus-table.spec
index 6faa43e..c52e86d 100644
--- a/ibus-table.spec
+++ b/ibus-table.spec
@@ -1,14 +1,15 @@
 Summary:       The Table engine for IBus platform
 Name:          ibus-table
-Version:       1.3.0.20100621
+Version:       1.4.99.20121012
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: 0fd5812197400f7b586480fca1a0c082
+# Source0-md5: d5024b4cb879cba665927246fb142d0c
+Patch0:                ibus-table-uppercase-umlauts.patch
 URL:           http://code.google.com/p/ibus/
-BuildRequires: ibus-devel > 1.3.0
-Requires:      ibus > 1.3.0
+BuildRequires: ibus-devel > 1.4.99
+Requires:      ibus > 1.4.99
 Requires:      python-modules-sqlite
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,6 +29,7 @@ Development files for ibus-table.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
diff --git a/ibus-table-uppercase-umlauts.patch 
b/ibus-table-uppercase-umlauts.patch
new file mode 100644
index 0000000..6f542d5
--- /dev/null
+++ b/ibus-table-uppercase-umlauts.patch
@@ -0,0 +1,16 @@
+diff -ru ibus-table-1.3.9.20120904.orig/engine/tabdict.py 
ibus-table-1.3.9.20120904/engine/tabdict.py
+--- ibus-table-1.3.9.20120904.orig/engine/tabdict.py   2012-09-03 
16:51:59.000000000 +0200
++++ ibus-table-1.3.9.20120904/engine/tabdict.py        2012-09-04 
14:50:32.186626109 +0200
+@@ -54,7 +54,10 @@
+     # for translit
+     gen_uni('ä'):95,
+     gen_uni('ö'):96,
+-    gen_uni('ü'):97
++    gen_uni('ü'):97,
++    gen_uni('Ä'):98,
++    gen_uni('Ö'):99,
++    gen_uni('Ü'):100
+     }
+ 
+ tab_key_list = tab_dict.keys()
+ibus-table-1.3.9.20120904/engineだけに発見: tabdict.py.~1~
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ibus-table.git/commitdiff/e5c13a8b2a368d9c9585ba7aeeb8639216f2e406

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to