Update to 2.7.0
- Add support for compose sequences Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/47 Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/36 - Test cases for compose support - When using doctest: log to stderr and set logging level to DEBUG - Properly close file handles when loading hunspell dictionaries
This commit is contained in:
parent
6b58144984
commit
3a1a6d9350
1
.gitignore
vendored
1
.gitignore
vendored
@ -124,3 +124,4 @@
|
|||||||
/ibus-typing-booster-2.6.6.tar.gz
|
/ibus-typing-booster-2.6.6.tar.gz
|
||||||
/ibus-typing-booster-2.6.7.tar.gz
|
/ibus-typing-booster-2.6.7.tar.gz
|
||||||
/ibus-typing-booster-2.6.8.tar.gz
|
/ibus-typing-booster-2.6.8.tar.gz
|
||||||
|
/ibus-typing-booster-2.7.0.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%global _python_bytecompile_extra 1
|
%global _python_bytecompile_extra 1
|
||||||
|
|
||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.6.8
|
Version: 2.7.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+, ASL 2.0
|
License: GPLv3+, ASL 2.0
|
||||||
@ -187,6 +187,15 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 18 2019 Mike FABIAN <mfabian@redhat.com> - 2.7.0-1
|
||||||
|
- Update to 2.7.0
|
||||||
|
- Add support for compose sequences
|
||||||
|
Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/47
|
||||||
|
Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/36
|
||||||
|
- Test cases for compose support
|
||||||
|
- When using doctest: log to stderr and set logging level to DEBUG
|
||||||
|
- Properly close file handles when loading hunspell dictionaries
|
||||||
|
|
||||||
* Fri Oct 11 2019 Mike FABIAN <mfabian@redhat.com> - 2.6.8-1
|
* Fri Oct 11 2019 Mike FABIAN <mfabian@redhat.com> - 2.6.8-1
|
||||||
- Update to 2.6.8
|
- Update to 2.6.8
|
||||||
- Quote the tables for the key and mouse bindings in the README.md as code
|
- Quote the tables for the key and mouse bindings in the README.md as code
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.6.8.tar.gz) = 2e0d56b72018ab34a013c719090079b18131b46b26cac251da4276b9f62bbe3be6e01165722ea2dedf61aed286c07a7933cce5db522be69f542b1970c175bb07
|
SHA512 (ibus-typing-booster-2.7.0.tar.gz) = a11d2cad660dc813022eda89bb690e3fe7cd517ad6a3cbc7f31879afb60c5d1628f25beb423f922b26d7dd92c685471c767084cdd3a35aff1e2314a21cd757c1
|
||||||
|
Loading…
Reference in New Issue
Block a user