update to 1.5.19
- Improve setup layout (thanks to Trinh Anh Ngoc <atw1990@gmail.com>) - Add some more directories to search for dictionaries (for FreeBSD) - Wrong variable “page_size” was used in set_lookup_table_orientation() - Do not try to reopen the preëdit when any modifier except CapsLock is on (Resolves: rhbz#1414642)
This commit is contained in:
parent
abfb2903d5
commit
ae8e28e38f
1
.gitignore
vendored
1
.gitignore
vendored
@ -75,3 +75,4 @@
|
|||||||
/ibus-typing-booster-1.5.16.tar.gz
|
/ibus-typing-booster-1.5.16.tar.gz
|
||||||
/ibus-typing-booster-1.5.17.tar.gz
|
/ibus-typing-booster-1.5.17.tar.gz
|
||||||
/ibus-typing-booster-1.5.18.tar.gz
|
/ibus-typing-booster-1.5.18.tar.gz
|
||||||
|
/ibus-typing-booster-1.5.19.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.5.18
|
Version: 1.5.19
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -95,6 +95,14 @@ make check || cat ./tests/test-suite.log
|
|||||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 19 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.19-1
|
||||||
|
- update to 1.5.19
|
||||||
|
- Improve setup layout (thanks to Trinh Anh Ngoc <atw1990@gmail.com>)
|
||||||
|
- Add some more directories to search for dictionaries (for FreeBSD)
|
||||||
|
- Wrong variable “page_size” was used in set_lookup_table_orientation()
|
||||||
|
- Do not try to reopen the preëdit when any modifier except
|
||||||
|
CapsLock is on (Resolves: rhbz#1414642)
|
||||||
|
|
||||||
* Tue Jan 17 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.18-1
|
* Tue Jan 17 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.18-1
|
||||||
- update to 1.5.18
|
- update to 1.5.18
|
||||||
- Fix typo in the “Unbreak sqlite on Python 3.6” patch
|
- Fix typo in the “Unbreak sqlite on Python 3.6” patch
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-1.5.18.tar.gz) = 87b7878b870a8e79a9e6858fe90df57fe57b3a8a87fc3ae9b42612d4bc0b7fd5be28e5bf06ba50db7ba09fc69c3f9af6cd724dda424f39ab75d28a5648a92eab
|
SHA512 (ibus-typing-booster-1.5.19.tar.gz) = fb3aed82140402fa54735abf3a3672ed96d7fe8efb2eb0418bb595b899dffe7c8d242fe98882ecf6ddd9b85263527fb99dc54e438181ccf7937395467ef96fdb
|
||||||
|
Loading…
Reference in New Issue
Block a user