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

This commit is contained in:
Mike FABIAN 2014-04-02 18:29:04 +02:00
parent d5706a550d
commit 81b6102de5
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@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

View File

@ -1 +1 @@
6514cd80d1cb0500ac511d99d1027704 ibus-table-1.5.0.20140312.tar.gz
357b8dc803febb51be7a63bd0bf1ef80 ibus-table-1.5.0.20140402.tar.gz