Update to 2.5.2
- Fix test case for selecting non existing candidates for Fedora rawhide - Update UnicodeData.txt to current Unicode 12.0 draft - Update emoji data to Unicode 12.0 final for 2019 - Update emoji annotations from CLDR - Initialize self.dictionary_sub_properties_prop_list = [] in self._init_properties() (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/46) - Fix test case for case mode change - Improve filter for dictionary selection if langtable available - Add BuildRequires: gcc
This commit is contained in:
parent
b70a6d62ba
commit
3775828b5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -113,3 +113,4 @@
|
|||||||
/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
|
/ibus-typing-booster-2.5.1.tar.gz
|
||||||
|
/ibus-typing-booster-2.5.2.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%global _python_bytecompile_extra 1
|
%global _python_bytecompile_extra 1
|
||||||
|
|
||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.5.1
|
Version: 2.5.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+, ASL 2.0
|
License: GPLv3+, ASL 2.0
|
||||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||||
@ -36,6 +36,7 @@ Requires: cldr-emoji-annotation
|
|||||||
Requires: unicode-ucd
|
Requires: unicode-ucd
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: ibus-devel
|
BuildRequires: ibus-devel
|
||||||
|
BuildRequires: gcc
|
||||||
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-pyxdg
|
BuildRequires: python3-pyxdg
|
||||||
@ -180,6 +181,18 @@ make check || cat ./tests/test-suite.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 06 2019 Mike FABIAN <mfabian@redhat.com> - 2.5.2-1
|
||||||
|
- Update to 2.5.2
|
||||||
|
- Fix test case for selecting non existing candidates for Fedora rawhide
|
||||||
|
- Update UnicodeData.txt to current Unicode 12.0 draft
|
||||||
|
- Update emoji data to Unicode 12.0 final for 2019
|
||||||
|
- Update emoji annotations from CLDR
|
||||||
|
- Initialize self.dictionary_sub_properties_prop_list = [] in self._init_properties()
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/46)
|
||||||
|
- Fix test case for case mode change
|
||||||
|
- Improve filter for dictionary selection if langtable available
|
||||||
|
- Add BuildRequires: gcc
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-2
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.5.1.tar.gz) = 69ba68d6da262762df6db3c98ff947d189463eea761aed42b62cc02dee4c6f7badd533300203a4c6d81e53874ff80da2829a3c82a7acdddf4b1cd99556b0eda1
|
SHA512 (ibus-typing-booster-2.5.2.tar.gz) = cc01e80b2ea120176029f39ae76900db8c8390cdaf91bd6d97b1ad997f806f7b883fdbc01a5fe52a651144852a712a43b7ca8220578dcac85977d3c1433ae0db
|
||||||
|
Loading…
Reference in New Issue
Block a user