From 5c0cccf96c8143f01202f9c87be4da1ee0ca9f6a Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 04 2020 17:10:41 +0000 Subject: Don't explicitly require python(abi) >= 3.3 The package already requires /usr/bin/python3 and 3.3 is very old. The explicit require confuses repoquery, such as: repoquery --whatrequires 'python(abi) = 3.8' --- diff --git a/ibus-table.spec b/ibus-table.spec index ad9ad0b..e0fac1f 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -4,13 +4,12 @@ Name: ibus-table Version: 1.9.25 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ URL: http://code.google.com/p/ibus/ Source0: http://mfabian.fedorapeople.org/ibus-table/%{name}-%{version}.tar.gz Requires: ibus > 1.3.0 -Requires: python(abi) >= 3.3 %{?__python3:Requires: %{__python3}} BuildRequires: gcc BuildRequires: ibus-devel > 1.3.0 @@ -105,6 +104,9 @@ popd %{_datadir}/pkgconfig/%{name}.pc %changelog +* Thu Jun 04 2020 Miro Hrončok - 1.9.25-2 +- Don't explicitly require python(abi) >= 3.3 + * Wed Feb 12 2020 Mike FABIAN - 1.9.25-1 - update to 1.9.25 - Fix crash when changing some options using the menu or the floating panel