From 81b6102de520f11a3cd8ba4ba8e86b1d2acacbf8 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 2 Apr 2014 18:29:04 +0200 Subject: [PATCH] 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 e75ab42..a7d2c72 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 - 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 - 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