[ibus-table/f20] Fix yet another regression introduced by the Python3 port (problem occured when filtering Chinese ch

Mike FABIAN mfabian at fedoraproject.org
Wed Mar 12 14:23:01 UTC 2014


commit d5706a550de0001ad3cb2455110a8d20b47f7e4f
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Wed Mar 12 15:14:43 2014 +0100

    Fix yet another regression introduced by the Python3 port (problem occured when filtering Chinese characters, see rhbz#1072940 comment#18)
    
    - Resolves: rhbz#1072940

 ibus-table.spec |    6 +++++-
 sources         |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ibus-table.spec b/ibus-table.spec
index 80e5f97..e75ab42 100644
--- a/ibus-table.spec
+++ b/ibus-table.spec
@@ -1,6 +1,6 @@
 Name:       ibus-table
 Version:    1.5.0.20140312
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    The Table engine for IBus platform
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -62,6 +62,10 @@ export PYTHON=%{__python3}
 %{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Wed Mar 12 2014 Mike FABIAN <mfabian at redhat.com> - 1.5.0.20140312-2
+- fix yet another regression introduced by the Python3 port (problem occured when filtering Chinese characters, see rhbz#1072940 comment#18)
+- Resolves: rhbz#1072940
+
 * Wed Mar 12 2014 Mike FABIAN <mfabian at redhat.com> - 1.5.0.20140312-1
 - update to latest upstream
 - fix another regression introduced by the Python3 port (a spelling mistake in a variable name)
diff --git a/sources b/sources
index f552c35..ee4b8cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c831744bc93f62ecfbe8458f199dbd4  ibus-table-1.5.0.20140312.tar.gz
+6514cd80d1cb0500ac511d99d1027704  ibus-table-1.5.0.20140312.tar.gz


More information about the scm-commits mailing list