Update to 2.6.4
- Update translations from zanata (cs updated, now 100% complete) - Do not crash if initializing enchant or pyhunspell fails, continue without spellchecking (Currently, on openSUSE Tumbleweed, python3-pyenchant seems broken) - Try to install myspell-xx_YY packages instead of hunspell-xx package on SUSE - Fix loading of cldr annotations when the .xml files are zipped - Add JoyPixels to good_emoji_fonts list
This commit is contained in:
parent
1f9b906485
commit
229c2ad6dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -119,3 +119,4 @@
|
|||||||
/ibus-typing-booster-2.6.1.tar.gz
|
/ibus-typing-booster-2.6.1.tar.gz
|
||||||
/ibus-typing-booster-2.6.2.tar.gz
|
/ibus-typing-booster-2.6.2.tar.gz
|
||||||
/ibus-typing-booster-2.6.3.tar.gz
|
/ibus-typing-booster-2.6.3.tar.gz
|
||||||
|
/ibus-typing-booster-2.6.4.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.3
|
Version: 2.6.4
|
||||||
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
|
||||||
@ -14,6 +14,7 @@ Requires: m17n-lib
|
|||||||
Requires: python(abi) >= 3.3
|
Requires: python(abi) >= 3.3
|
||||||
%{?__python3:Requires: %{__python3}}
|
%{?__python3:Requires: %{__python3}}
|
||||||
Requires: python3-dbus
|
Requires: python3-dbus
|
||||||
|
Requires: python3-distro
|
||||||
Requires: python3-enchant
|
Requires: python3-enchant
|
||||||
Requires: python3-pyxdg
|
Requires: python3-pyxdg
|
||||||
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
||||||
@ -194,6 +195,16 @@ make check || cat ./tests/test-suite.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 17 2019 Mike FABIAN <mfabian@redhat.com> - 2.6.4-1
|
||||||
|
- Update to 2.6.4
|
||||||
|
- Update translations from zanata (cs updated, now 100% complete)
|
||||||
|
- Do not crash if initializing enchant or pyhunspell fails,
|
||||||
|
continue without spellchecking (Currently, on openSUSE Tumbleweed,
|
||||||
|
python3-pyenchant seems broken)
|
||||||
|
- Try to install myspell-xx_YY packages instead of hunspell-xx package on SUSE
|
||||||
|
- Fix loading of cldr annotations when the .xml files are zipped
|
||||||
|
- Add JoyPixels to good_emoji_fonts list
|
||||||
|
|
||||||
* Wed Jun 19 2019 Mike FABIAN <mfabian@redhat.com> - 2.6.3-1
|
* Wed Jun 19 2019 Mike FABIAN <mfabian@redhat.com> - 2.6.3-1
|
||||||
- Update to 2.6.3
|
- Update to 2.6.3
|
||||||
- Performance improvement of around 30% in EmojiMatcher._match()
|
- Performance improvement of around 30% in EmojiMatcher._match()
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.6.3.tar.gz) = 32161d103418ca7d04b548771b92f5127deb308e960ff82794388ddb0077cfbacfaaecd38f3036c58eb284afa41d9bcd3bd33edb82f498d1a641ed1e09cffce4
|
SHA512 (ibus-typing-booster-2.6.4.tar.gz) = 3cea6ca458204b173b1c32bbe0699b152945472e4e6de6fc49ba5a130a9e3b7d05ae1f5caa38b73356d82418e6f543ac298c121c581b62f8cefe025e7c8786c8
|
||||||
|
Loading…
Reference in New Issue
Block a user