Fix a regression caused by the Python3 port in tabcreatedb.py (This fixes the build of ibus-table-chinese)
This commit is contained in:
parent
d5706a550d
commit
81b6102de5
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user