Update to 2.5.3
- Update translations from zanata (ja, pl updated) - Update emoji annotations from CLDR - Use “NoIME” instead of “NoIme” as the internal name of the dummy input method - Remove “Recommends: python3-pyaudio” (Resolves: rhbz#1672562) - Add gcc to BuildRequires
This commit is contained in:
parent
3775828b5f
commit
bc38098218
1
.gitignore
vendored
1
.gitignore
vendored
@ -114,3 +114,4 @@
|
|||||||
/ibus-typing-booster-2.5.0.tar.gz
|
/ibus-typing-booster-2.5.0.tar.gz
|
||||||
/ibus-typing-booster-2.5.1.tar.gz
|
/ibus-typing-booster-2.5.1.tar.gz
|
||||||
/ibus-typing-booster-2.5.2.tar.gz
|
/ibus-typing-booster-2.5.2.tar.gz
|
||||||
|
/ibus-typing-booster-2.5.3.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.2
|
Version: 2.5.3
|
||||||
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
|
||||||
@ -23,7 +23,6 @@ Recommends: google-noto-emoji-fonts
|
|||||||
%endif
|
%endif
|
||||||
Recommends: google-noto-emoji-color-fonts
|
Recommends: google-noto-emoji-color-fonts
|
||||||
Recommends: gdouros-symbola-fonts
|
Recommends: gdouros-symbola-fonts
|
||||||
Recommends: python3-pyaudio
|
|
||||||
# For better description of the dictionaries in the setup tool
|
# For better description of the dictionaries in the setup tool
|
||||||
# makes it possible to search for full language and territory names
|
# makes it possible to search for full language and territory names
|
||||||
# and not just locale codes:
|
# and not just locale codes:
|
||||||
@ -134,7 +133,7 @@ dconf write /org/freedesktop/ibus/engine/typing-booster/offtherecord false
|
|||||||
dconf write /org/freedesktop/ibus/engine/typing-booster/usedigitsasselectkeys true
|
dconf write /org/freedesktop/ibus/engine/typing-booster/usedigitsasselectkeys true
|
||||||
dconf write /org/freedesktop/ibus/engine/typing-booster/addspaceoncommit true
|
dconf write /org/freedesktop/ibus/engine/typing-booster/addspaceoncommit true
|
||||||
dconf write /org/freedesktop/ibus/engine/typing-booster/tabenable false
|
dconf write /org/freedesktop/ibus/engine/typing-booster/tabenable false
|
||||||
dconf write /org/freedesktop/ibus/engine/typing-booster/inputmethod "'NoIme'"
|
dconf write /org/freedesktop/ibus/engine/typing-booster/inputmethod "'NoIME'"
|
||||||
dconf write /org/freedesktop/ibus/engine/typing-booster/rememberlastusedpreeditime true
|
dconf write /org/freedesktop/ibus/engine/typing-booster/rememberlastusedpreeditime true
|
||||||
dconf write /org/freedesktop/ibus/engine/typing-booster/mincharcomplete 1
|
dconf write /org/freedesktop/ibus/engine/typing-booster/mincharcomplete 1
|
||||||
dconf write /org/freedesktop/ibus/engine/typing-booster/dictionary "'en_US'"
|
dconf write /org/freedesktop/ibus/engine/typing-booster/dictionary "'en_US'"
|
||||||
@ -181,6 +180,14 @@ make check || cat ./tests/test-suite.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 11 2019 Mike FABIAN <mfabian@redhat.com> - 2.5.3-1
|
||||||
|
- Update to 2.5.3
|
||||||
|
- Update translations from zanata (ja, pl updated)
|
||||||
|
- Update emoji annotations from CLDR
|
||||||
|
- Use “NoIME” instead of “NoIme” as the internal name of the dummy input method
|
||||||
|
- Remove “Recommends: python3-pyaudio” (Resolves: rhbz#1672562)
|
||||||
|
- Add gcc to BuildRequires
|
||||||
|
|
||||||
* Wed Feb 06 2019 Mike FABIAN <mfabian@redhat.com> - 2.5.2-1
|
* Wed Feb 06 2019 Mike FABIAN <mfabian@redhat.com> - 2.5.2-1
|
||||||
- Update to 2.5.2
|
- Update to 2.5.2
|
||||||
- Fix test case for selecting non existing candidates for Fedora rawhide
|
- Fix test case for selecting non existing candidates for Fedora rawhide
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.5.2.tar.gz) = cc01e80b2ea120176029f39ae76900db8c8390cdaf91bd6d97b1ad997f806f7b883fdbc01a5fe52a651144852a712a43b7ca8220578dcac85977d3c1433ae0db
|
SHA512 (ibus-typing-booster-2.5.3.tar.gz) = 6d7f033919223522c9b0fcef5af4d8368f126c2da1acbbb0403c0575cdedaddd1de7d5cbcdf15dda63b05a871f35708586628195c3da4cfd86ca12bfde452672
|
||||||
|
Loading…
Reference in New Issue
Block a user