update to latest upstream ibus-table-1.5.0.20140311

- fix a regression introduced by the Python3 port
- add a .desktop file and make the setup tool work with Gnome
- make it possible to interrupt the setup tool with Control-C from the command line
This commit is contained in:
Mike FABIAN 2014-03-11 15:32:58 +01:00
parent c1959c40c9
commit cad8544cc3
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ ibus-table-1.3.0.20100621.tar.gz
/ibus-table-1.5.0.20140205.tar.gz
/ibus-table-1.5.0.20140218.tar.gz
/ibus-table-1.5.0.20140306.tar.gz
/ibus-table-1.5.0.20140311.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-table
Version: 1.5.0.20140306
Version: 1.5.0.20140311
Release: 1%{?dist}
Summary: The Table engine for IBus platform
License: LGPLv2+
@ -51,6 +51,7 @@ export PYTHON=%{__python3}
%doc AUTHORS COPYING README
%{_datadir}/%{name}
%{_datadir}/ibus/component/table.xml
%{_datadir}/applications/ibus-setup-table.desktop
%{_bindir}/%{name}-createdb
%{_libexecdir}/ibus-engine-table
%{_libexecdir}/ibus-setup-table
@ -61,6 +62,12 @@ export PYTHON=%{__python3}
%{_datadir}/pkgconfig/%{name}.pc
%changelog
* Tue Mar 11 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140311-1
- update to latest upstream
- fix a regression introduced by the Python3 port
- add a .desktop file and make the setup tool work with Gnome
- make it possible to interrupt the setup tool with Control-C from the command line
* Thu Mar 06 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140306-1
- update to latest upstream
- Resolves: rhbz#1072940 - Left Shift stopped work for ibus-table-1.5.0.20140218-1.fc20.noarch

View File

@ -1 +1 @@
d8e9d6ce022a60d86ccb9ecee521f52c ibus-table-1.5.0.20140306.tar.gz
8d63542fdaf158617b190c2e32a8c510 ibus-table-1.5.0.20140311.tar.gz