Update to 2.0.1
- Update translations from zanata (ja updated) - Update emoji annotations from CLDR - Fix some bugs in the usage of “prefix” for prefixes other than “/usr” (For FreeBSD) - Make itb_util.get_ime_help() work on FreeBSD - Update UnicodeData.txt to Unicode 11.0.0 - Remove useless 't-nil vi-base': 'vi-base.mim', from M17N_INPUT_METHODS - Remove extra space in entry for sa-IAST input method to make it work - Show in the setup tool in the input listbox whether minput_open_im() succeeded. - Use the rocket icon emoji_u1f680.svg from the “Noto Color Emoji” font
This commit is contained in:
parent
388fd42861
commit
2aa525c95a
1
.gitignore
vendored
1
.gitignore
vendored
@ -96,3 +96,4 @@
|
||||
/ibus-typing-booster-1.5.37.tar.gz
|
||||
/ibus-typing-booster-1.5.38.tar.gz
|
||||
/ibus-typing-booster-2.0.0.tar.gz
|
||||
/ibus-typing-booster-2.0.1.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+
|
||||
Group: System Environment/Libraries
|
||||
@ -154,6 +154,18 @@ make check || cat ./tests/test-suite.log
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 21 2018 Mike FABIAN <mfabian@redhat.com> - 2.0.1-1
|
||||
- Update to 2.0.1
|
||||
- Update translations from zanata (ja updated)
|
||||
- Update emoji annotations from CLDR
|
||||
- Fix some bugs in the usage of “prefix” for prefixes other than “/usr” (For FreeBSD)
|
||||
- Make itb_util.get_ime_help() work on FreeBSD
|
||||
- Update UnicodeData.txt to Unicode 11.0.0
|
||||
- Remove useless 't-nil vi-base': 'vi-base.mim', from M17N_INPUT_METHODS
|
||||
- Remove extra space in entry for sa-IAST input method to make it work
|
||||
- Show in the setup tool in the input listbox whether minput_open_im() succeeded.
|
||||
- Use the rocket icon emoji_u1f680.svg from the “Noto Color Emoji” font
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-2
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.0.0.tar.gz) = 140044be13b47590a0835bb4b8da7311cdb92e8134a88a7b999ea6f530298950c4f8ce9ff3462394e4b52de0c56e3072671da85c99b448a91f442fdc460c608b
|
||||
SHA512 (ibus-typing-booster-2.0.1.tar.gz) = 1bd1745add2c4249e91eec0508b9a80f2992c406fd43e64cd07e86e90689fcbbcdce6ec30dfa478c9e84e3ff24573dabb0ba6f48c990af08ee994ca17b8348fb
|
||||
|
Loading…
Reference in New Issue
Block a user