[ibus-table/f19] Fix a regression caused by the Python3 port in tabcreatedb.py (This fixes the build of ibus-table-ch

Mike FABIAN mfabian at fedoraproject.org
Wed Apr 2 16:52:23 UTC 2014


commit a1ae10b9096eb3c3d335bb5f034bf1e985dfd7a0
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Wed Apr 2 18:29:04 2014 +0200

    Fix a regression caused by the Python3 port in tabcreatedb.py (This fixes the build of ibus-table-chinese)

 .gitignore      |    1 +
 ibus-table.spec |    7 +++++--
 sources         |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28d8361..30d3653 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ ibus-table-1.3.0.20100621.tar.gz
 /ibus-table-1.5.0.20140306.tar.gz
 /ibus-table-1.5.0.20140311.tar.gz
 /ibus-table-1.5.0.20140312.tar.gz
+/ibus-table-1.5.0.20140402.tar.gz
diff --git a/ibus-table.spec b/ibus-table.spec
index 8f830eb..66e9ca4 100644
--- a/ibus-table.spec
+++ b/ibus-table.spec
@@ -1,6 +1,6 @@
 Name:       ibus-table
-Version:    1.5.0.20140312
-Release:    2%{?dist}
+Version:    1.5.0.20140402
+Release:    1%{?dist}
 Summary:    The Table engine for IBus platform
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -62,6 +62,9 @@ export PYTHON=%{__python3}
 %{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Wed Apr 02 2014 Mike FABIAN <mfabian at redhat.com> - 1.5.0.20140402-1
+- Fix a regression caused by the Python3 port in tabcreatedb.py (This fixes the build of ibus-table-chinese)
+
 * 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
diff --git a/sources b/sources
index ee4b8cd..de199ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6514cd80d1cb0500ac511d99d1027704  ibus-table-1.5.0.20140312.tar.gz
+357b8dc803febb51be7a63bd0bf1ef80  ibus-table-1.5.0.20140402.tar.gz


More information about the scm-commits mailing list