diff --git a/ibus-typing-booster-2.11.4.tar.gz b/ibus-typing-booster-2.11.4.tar.gz deleted file mode 100644 index 6aeb8e4..0000000 --- a/ibus-typing-booster-2.11.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc72641e69a45232f13d39f859868c4d892761ccef21ab9b176b9f4f974f697b -size 9484751 diff --git a/ibus-typing-booster-2.11.5.tar.gz b/ibus-typing-booster-2.11.5.tar.gz new file mode 100644 index 0000000..38c2169 --- /dev/null +++ b/ibus-typing-booster-2.11.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2bc556537c1bbc5650dc5b00a8c4feb13d078b504ec5f10c1a6e88ca2db6d8 +size 9485824 diff --git a/ibus-typing-booster.changes b/ibus-typing-booster.changes index 6518fd8..d9a9195 100644 --- a/ibus-typing-booster.changes +++ b/ibus-typing-booster.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jun 21 18:05:21 UTC 2021 - maiku.fabian@gmail.com + +- 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;) + ------------------------------------------------------------------- Thu Apr 29 16:32:25 UTC 2021 - maiku.fabian@gmail.com diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 9ce7a51..42e6103 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -15,7 +15,7 @@ # Name: ibus-typing-booster -Version: 2.11.4 +Version: 2.11.5 Release: 0 Summary: An input completion utility License: GPL-3.0+ @@ -42,6 +42,8 @@ BuildRequires: appstream-glib BuildRequires: glib2 BuildRequires: gtk3 BuildRequires: xorg-x11-server +# Require python3-setuptools because of “from packing import version”: +BuildRequires: python3-setuptools %if 0%{?sle_version} >= 120200 BuildRequires: python3-pyxdg %endif @@ -69,6 +71,8 @@ Requires: python3 >= 3.3 Requires: dbus-1-python3 Requires: python3-distro Requires: python3-pyenchant +# Require python3-setuptools because of “from packing import version”: +Requires: python3-setuptools # Workaround bug with python3-enchant: https://bugzilla.opensuse.org/show_bug.cgi?id=1141993 Requires: enchant-1-backend Requires: python3-pyxdg