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:
parent
c1959c40c9
commit
cad8544cc3
1
.gitignore
vendored
1
.gitignore
vendored
@ -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.20140205.tar.gz
|
||||||
/ibus-table-1.5.0.20140218.tar.gz
|
/ibus-table-1.5.0.20140218.tar.gz
|
||||||
/ibus-table-1.5.0.20140306.tar.gz
|
/ibus-table-1.5.0.20140306.tar.gz
|
||||||
|
/ibus-table-1.5.0.20140311.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.5.0.20140306
|
Version: 1.5.0.20140311
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -51,6 +51,7 @@ export PYTHON=%{__python3}
|
|||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/ibus/component/table.xml
|
%{_datadir}/ibus/component/table.xml
|
||||||
|
%{_datadir}/applications/ibus-setup-table.desktop
|
||||||
%{_bindir}/%{name}-createdb
|
%{_bindir}/%{name}-createdb
|
||||||
%{_libexecdir}/ibus-engine-table
|
%{_libexecdir}/ibus-engine-table
|
||||||
%{_libexecdir}/ibus-setup-table
|
%{_libexecdir}/ibus-setup-table
|
||||||
@ -61,6 +62,12 @@ export PYTHON=%{__python3}
|
|||||||
%{_datadir}/pkgconfig/%{name}.pc
|
%{_datadir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 06 2014 Mike FABIAN <mfabian@redhat.com> - 1.5.0.20140306-1
|
||||||
- update to latest upstream
|
- update to latest upstream
|
||||||
- Resolves: rhbz#1072940 - Left Shift stopped work for ibus-table-1.5.0.20140218-1.fc20.noarch
|
- Resolves: rhbz#1072940 - Left Shift stopped work for ibus-table-1.5.0.20140218-1.fc20.noarch
|
||||||
|
Loading…
Reference in New Issue
Block a user