Update to 2.7.3
- Correct release dates of Unicode 12.0.0 and 12.1.0 in emoji_picker.py - Add workaround if key codes cannot be found for key values (workaround for big endian platforms) - Fix race condition in itb_util.xdg_save_data_path() Resolves: rhbz#1770072 Resolves: rhbz#1713963 Resolves: rhbz#1764520 Resolves: rhbz#1768016 - Another fix for right-to-left languages: fix wrong order of globe emoji - Small fix in parsing emoji-test.txt which slightly changes the emoji sorting order - Adapt parsing of the emoji data files to the changes in Unicode 13.0 - Fix emoji test cases for new emoji data files for Unicode 13.0 - Update emoji data to current Unicode 13.0 draft - Add fa, it, tr to LINGUAS - Updated Odia translations from Weblate (53.4% translated) - Updated Czech translations from Weblate (100.0% translated) - Updated Catalan translations from Weblate (17.1% translated) - Added Turkish translations from Weblate (100.0% translated) - Added Italian translations from Weblate (5.2% translated) - Portuguese (Portugal) translations moved from pt_PT to pt (23.8% translated) - Update French translations from Weblate (100.0% translated) - Added Persian translations from Weblate (0% translated)
This commit is contained in:
parent
39803cdce9
commit
51593a764e
1
.gitignore
vendored
1
.gitignore
vendored
@ -127,3 +127,4 @@
|
|||||||
/ibus-typing-booster-2.7.0.tar.gz
|
/ibus-typing-booster-2.7.0.tar.gz
|
||||||
/ibus-typing-booster-2.7.1.tar.gz
|
/ibus-typing-booster-2.7.1.tar.gz
|
||||||
/ibus-typing-booster-2.7.2.tar.gz
|
/ibus-typing-booster-2.7.2.tar.gz
|
||||||
|
/ibus-typing-booster-2.7.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.7.2
|
Version: 2.7.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
|
||||||
@ -192,6 +192,31 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 25 2019 Mike FABIAN <mfabian@redhat.com> - 2.7.3-1
|
||||||
|
- Update to 2.7.3
|
||||||
|
- Correct release dates of Unicode 12.0.0 and 12.1.0 in emoji_picker.py
|
||||||
|
- Add workaround if key codes cannot be found for key values
|
||||||
|
(workaround for big endian platforms)
|
||||||
|
- Fix race condition in itb_util.xdg_save_data_path()
|
||||||
|
Resolves: rhbz#1770072
|
||||||
|
Resolves: rhbz#1713963
|
||||||
|
Resolves: rhbz#1764520
|
||||||
|
Resolves: rhbz#1768016
|
||||||
|
- Another fix for right-to-left languages: fix wrong order of globe emoji
|
||||||
|
- Small fix in parsing emoji-test.txt which slightly changes the emoji sorting order
|
||||||
|
- Adapt parsing of the emoji data files to the changes in Unicode 13.0
|
||||||
|
- Fix emoji test cases for new emoji data files for Unicode 13.0
|
||||||
|
- Update emoji data to current Unicode 13.0 draft
|
||||||
|
- Add fa, it, tr to LINGUAS
|
||||||
|
- Updated Odia translations from Weblate (53.4% translated)
|
||||||
|
- Updated Czech translations from Weblate (100.0% translated)
|
||||||
|
- Updated Catalan translations from Weblate (17.1% translated)
|
||||||
|
- Added Turkish translations from Weblate (100.0% translated)
|
||||||
|
- Added Italian translations from Weblate (5.2% translated)
|
||||||
|
- Portuguese (Portugal) translations moved from pt_PT to pt (23.8% translated)
|
||||||
|
- Update French translations from Weblate (100.0% translated)
|
||||||
|
- Added Persian translations from Weblate (0% translated)
|
||||||
|
|
||||||
* Wed Nov 06 2019 Mike FABIAN <mfabian@redhat.com> - 2.7.2-1
|
* Wed Nov 06 2019 Mike FABIAN <mfabian@redhat.com> - 2.7.2-1
|
||||||
- Update to 2.7.2
|
- Update to 2.7.2
|
||||||
- Fix display for right-to-left languages in the dictionaries and
|
- Fix display for right-to-left languages in the dictionaries and
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.7.2.tar.gz) = ec1133554a17b863020e9147cbf7b37770e2110f70fc19eb11209ed66c0d570b09ab2c32b7161c131c5ff945fb100492b0ec270e0cdb80d90f76704309095696
|
SHA512 (ibus-typing-booster-2.7.3.tar.gz) = d02bcab2e8730fa1efda9279a50f44266ba0a84226e749f6c95fe535f4b15bb53bb9c61774e654afc16025e3a2c3dcf477e0079ea320c421926d017569eb6192
|
||||||
|
Loading…
Reference in New Issue
Block a user