update to 1.9.20
- Draw InputMode text instead of icon into panel on non-Gnome desktops. Resolves: https://github.com/mike-fabian/ibus-table/issues/6 (Thanks to Takao Fujiwara) - Make it work with Python2 again
This commit is contained in:
parent
08cff723d8
commit
70f7b2b367
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||||||
/ibus-table-1.9.17.tar.gz
|
/ibus-table-1.9.17.tar.gz
|
||||||
/ibus-table-1.9.18.tar.gz
|
/ibus-table-1.9.18.tar.gz
|
||||||
/ibus-table-1.9.19.tar.gz
|
/ibus-table-1.9.19.tar.gz
|
||||||
|
/ibus-table-1.9.20.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.9.19
|
Version: 1.9.20
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -63,6 +63,13 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
|
|||||||
%{_datadir}/pkgconfig/%{name}.pc
|
%{_datadir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 03 2018 Mike FABIAN <mfabian@redhat.com> - 1.9.20-1
|
||||||
|
- update to 1.9.20
|
||||||
|
- Draw InputMode text instead of icon into panel on non-Gnome desktops.
|
||||||
|
Resolves: https://github.com/mike-fabian/ibus-table/issues/6
|
||||||
|
(Thanks to Takao Fujiwara)
|
||||||
|
- Make it work with Python2 again
|
||||||
|
|
||||||
* Mon Apr 30 2018 Mike FABIAN <mfabian@redhat.com> - 1.9.19-1
|
* Mon Apr 30 2018 Mike FABIAN <mfabian@redhat.com> - 1.9.19-1
|
||||||
- update to 1.9.19
|
- update to 1.9.19
|
||||||
- Sync phrases cache from/to external storage (thanks to heiher).
|
- Sync phrases cache from/to external storage (thanks to heiher).
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-table-1.9.19.tar.gz) = 2bbc9b3332b7ff813314d524894ab15a8e273fed0f86c14cd73329c3dc273ed9af278804a49015ad2ff344051b94509d90449bb783b568efde77f3108ef12f74
|
SHA512 (ibus-table-1.9.20.tar.gz) = 535008344a423a0c3afacf11206912cbc7b27b7a2724cc0f2dc944d0654a02f0b7d6eda397e95542a41b03fa675820531b12e2b0d8f2091ac6083d707a8ac285
|
||||||
|
Loading…
Reference in New Issue
Block a user