Update to 2.11.5
- Resolves: rhbz#1970626 Ensure enum.Flag's obj._value_ is an integer (Thanks to Miro Hrončok!) - Use version.parse from packaging instead of LooseVersion from distutils.version (To fix a deprecation warning, see: https://www.python.org/dev/peps/pep-0632/) - Update py-compile to the version from automake-1.16 (To fix DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12;)
This commit is contained in:
parent
99aefc691e
commit
c7fe36c29c
1
.gitignore
vendored
1
.gitignore
vendored
@ -161,3 +161,4 @@
|
||||
/ibus-typing-booster-2.11.2.tar.gz
|
||||
/ibus-typing-booster-2.11.3.tar.gz
|
||||
/ibus-typing-booster-2.11.4.tar.gz
|
||||
/ibus-typing-booster-2.11.5.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ibus-typing-booster
|
||||
Version: 2.11.4
|
||||
Release: 2%{?dist}
|
||||
Version: 2.11.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A completion input method
|
||||
License: GPLv3+, ASL 2.0
|
||||
URL: https://mike-fabian.github.io/ibus-typing-booster/
|
||||
@ -10,6 +10,8 @@ Requires: m17n-lib
|
||||
%{?__python3:Requires: %{__python3}}
|
||||
Requires: python3-dbus
|
||||
Requires: python3-distro
|
||||
# Require python3-setuptools because of “from packing import version”:
|
||||
Requires: python3-setuptools
|
||||
Requires: python3-enchant
|
||||
Requires: python3-pyxdg
|
||||
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
||||
@ -42,6 +44,10 @@ BuildRequires: python34-devel
|
||||
BuildRequires: m17n-lib
|
||||
BuildRequires: m17n-db-extras
|
||||
BuildRequires: python3-enchant
|
||||
# Require python3-setuptools because of “from packing import version”:
|
||||
BuildRequires: python3-setuptools
|
||||
# to make the python3-enchant test work for hunspell dictionaries which are not yet UTF-8:
|
||||
BuildRequires: glibc-gconv-extra
|
||||
%if 0%{?fedora} && 0%{?fedora} >= 34
|
||||
BuildRequires: python3-libvoikko
|
||||
BuildRequires: voikko-fi
|
||||
@ -229,6 +235,16 @@ fi
|
||||
%{_datadir}/applications/emoji-picker.desktop
|
||||
|
||||
%changelog
|
||||
* Mon Jun 21 2021 Mike FABIAN <mfabian@redhat.com> - 2.11.5-1
|
||||
- Update to 2.11.5
|
||||
- Resolves: rhbz#1970626 Ensure enum.Flag's obj._value_ is an integer
|
||||
Thanks to Miro Hrončok!
|
||||
- Use version.parse from packaging instead of LooseVersion from distutils.version
|
||||
(To fix a deprecation warning, see: https://www.python.org/dev/peps/pep-0632/)
|
||||
- Update py-compile to the version from automake-1.16
|
||||
(To fix DeprecationWarning: the imp module is deprecated in favour of
|
||||
importlib and slated for removal in Python 3.12;)
|
||||
|
||||
* Fri Jun 18 2021 Takao Fujiwara <tfujiwar@redhat.com> - 2.11.4-2
|
||||
- Delete ibus write-cache in scriptlet
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-typing-booster-2.11.4.tar.gz) = b7201ec30fddc49015274b5590091da3a47bf0d1f4b8ef60c01b12be59a83cc70d254e6ba5aa92b7ac76d869fdec0a190535f279558f57de5d984e051dcb3bf5
|
||||
SHA512 (ibus-typing-booster-2.11.5.tar.gz) = a30c81903b3d99f23a606f7f083615283ba64a0e62ac54183327447c33f6f7212472742036634522d36776a45ac72ce7874bcada624361f930785e2823652f0c
|
||||
|
Loading…
Reference in New Issue
Block a user