update to 1.5.18
- Fix typo in the “Unbreak sqlite on Python 3.6” patch - Fix the fallback to use pyhunspell-python3 when python3-enchant is not available - Remove useless ibus-typing-booster.pc
This commit is contained in:
parent
a9224a58c8
commit
abfb2903d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@
|
||||
/ibus-typing-booster-1.5.15.tar.gz
|
||||
/ibus-typing-booster-1.5.16.tar.gz
|
||||
/ibus-typing-booster-1.5.17.tar.gz
|
||||
/ibus-typing-booster-1.5.18.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 1.5.17
|
||||
Version: 1.5.18
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+
|
||||
@ -92,10 +92,16 @@ make check || cat ./tests/test-suite.log
|
||||
%{_datadir}/ibus/component/typing-booster.xml
|
||||
%{_libexecdir}/ibus-engine-typing-booster
|
||||
%{_libexecdir}/ibus-setup-typing-booster
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||
|
||||
%changelog
|
||||
* Tue Jan 17 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.18-1
|
||||
- update to 1.5.18
|
||||
- Fix typo in the “Unbreak sqlite on Python 3.6” patch
|
||||
- Fix the fallback to use pyhunspell-python3 when python3-enchant
|
||||
is not available
|
||||
- Remove useless ibus-typing-booster.pc
|
||||
|
||||
* Fri Jan 13 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.17-1
|
||||
- update to 1.5.17
|
||||
- Update py-compile to current upstream version
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-1.5.17.tar.gz) = 271aa37808805542508d1b76ed4d57d1d6a2b88bfaa021cf414d0ab43853d5ce8c6e0efc600b89fece64dcda59754a98ca8ea625c6cccb97e8adefdeffd0b37a
|
||||
SHA512 (ibus-typing-booster-1.5.18.tar.gz) = 87b7878b870a8e79a9e6858fe90df57fe57b3a8a87fc3ae9b42612d4bc0b7fd5be28e5bf06ba50db7ba09fc69c3f9af6cd724dda424f39ab75d28a5648a92eab
|
||||
|
Loading…
Reference in New Issue
Block a user