Update to 2.5.1
- Update translations from zanata (de, ja, fr, pl updated) - Show also dictionary when “Show status in auxiliary text” is on - Set notebook in setup tool to scrollable - Make filter for dictionary selection work for language descriptions if langtable available - Show names of languages and territories in setup tool if langtable is available - Add missing flag for csb_PL - Add option to automatically select the best candidate - Pressing Shift should not immediately change the case mode of the candidates
This commit is contained in:
parent
24c85fb6af
commit
49f181f239
1
.gitignore
vendored
1
.gitignore
vendored
@ -112,3 +112,4 @@
|
|||||||
/ibus-typing-booster-2.4.0.tar.gz
|
/ibus-typing-booster-2.4.0.tar.gz
|
||||||
/ibus-typing-booster-2.4.1.tar.gz
|
/ibus-typing-booster-2.4.1.tar.gz
|
||||||
/ibus-typing-booster-2.5.0.tar.gz
|
/ibus-typing-booster-2.5.0.tar.gz
|
||||||
|
/ibus-typing-booster-2.5.1.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.5.0
|
Version: 2.5.1
|
||||||
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
|
||||||
@ -24,6 +24,10 @@ Recommends: google-noto-emoji-fonts
|
|||||||
Recommends: google-noto-emoji-color-fonts
|
Recommends: google-noto-emoji-color-fonts
|
||||||
Recommends: gdouros-symbola-fonts
|
Recommends: gdouros-symbola-fonts
|
||||||
Recommends: python3-pyaudio
|
Recommends: python3-pyaudio
|
||||||
|
# For better description of the dictionaries in the setup tool
|
||||||
|
# makes it possible to search for full language and territory names
|
||||||
|
# and not just locale codes:
|
||||||
|
Recommends: langtable
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} >= 26 || 0%{?rhel} > 7
|
%if 0%{?fedora} >= 26 || 0%{?rhel} > 7
|
||||||
# Save some space in the binary rpm by requiring the Fedora
|
# Save some space in the binary rpm by requiring the Fedora
|
||||||
@ -176,6 +180,17 @@ make check || cat ./tests/test-suite.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 29 2019 Mike FABIAN <mfabian@redhat.com> - 2.5.1-1
|
||||||
|
- Update to 2.5.1
|
||||||
|
- Update translations from zanata (de, ja, fr, pl updated)
|
||||||
|
- Show also dictionary when “Show status in auxiliary text” is on
|
||||||
|
- Set notebook in setup tool to scrollable
|
||||||
|
- Make filter for dictionary selection work for language descriptions if langtable available
|
||||||
|
- Show names of languages and territories in setup tool if langtable is available
|
||||||
|
- Add missing flag for csb_PL
|
||||||
|
- Add option to automatically select the best candidate
|
||||||
|
- Pressing Shift should not immediately change the case mode of the candidates
|
||||||
|
|
||||||
* Wed Jan 16 2019 Mike FABIAN <mfabian@redhat.com> - 2.5.0-1
|
* Wed Jan 16 2019 Mike FABIAN <mfabian@redhat.com> - 2.5.0-1
|
||||||
- Update to 2.5.0
|
- Update to 2.5.0
|
||||||
- Update translations from zanata (de, ja, uk updated)
|
- Update translations from zanata (de, ja, uk updated)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.5.0.tar.gz) = d53ddd5f00455f80e0619aeec5ac5f49f4afc7f2e2b1ca44efa301564b5a03dd41942ae0dddb366a0aae0c35ec27f19f4853d14d4c1d374f7ed0709d6edd52e9
|
SHA512 (ibus-typing-booster-2.5.1.tar.gz) = 69ba68d6da262762df6db3c98ff947d189463eea761aed42b62cc02dee4c6f7badd533300203a4c6d81e53874ff80da2829a3c82a7acdddf4b1cd99556b0eda1
|
||||||
|
Loading…
Reference in New Issue
Block a user