From 47278b3bd04f65932581920b2cfe501225098bb6 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 31 May 2024 16:43:54 +0000 Subject: [PATCH] Import from AlmaLinux stable repository --- .ibus-table.metadata | 1 - SPECS/ibus-table.spec | 15 +++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 .ibus-table.metadata diff --git a/.ibus-table.metadata b/.ibus-table.metadata deleted file mode 100644 index 9446d5b..0000000 --- a/.ibus-table.metadata +++ /dev/null @@ -1 +0,0 @@ -4beb525cb088e84b70e677fe4a4c3ef960797af9 SOURCES/ibus-table-1.9.18.tar.gz diff --git a/SPECS/ibus-table.spec b/SPECS/ibus-table.spec index 5996bc2..9879115 100644 --- a/SPECS/ibus-table.spec +++ b/SPECS/ibus-table.spec @@ -1,6 +1,6 @@ Name: ibus-table Version: 1.9.18 -Release: 6%{?dist} +Release: 8%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ Group: System Environment/Libraries @@ -11,7 +11,6 @@ Patch1: add-a-gui-test.patch Patch2: use-config-not-gsettings-for-gui-test.patch Patch3: fix-test-cases-for-old-ibus-table.patch Requires: ibus > 1.3.0 -Requires: python(abi) >= 3.3 Requires: %{__python3} BuildRequires: ibus-devel > 1.3.0 BuildRequires: python3-devel @@ -78,8 +77,8 @@ export PYTHON=%{__python3} appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml pushd engine # run doctests - python3 table.py - python3 it_util.py + %{__python3} table.py + %{__python3} it_util.py popd export DISPLAY=:1 Xvfb $DISPLAY -screen 0 1024x768x16 & @@ -136,6 +135,14 @@ fi %{_datadir}/installed-tests/%{name} %changelog +* Tue Oct 10 2023 Mike FABIAN - 1.9.18-8 +- Fix unit tests, bump release number for new build + Resolves: RHEL-2236 + +* Thu Sep 21 2023 Mike FABIAN - 1.9.18-7 +- Fix requirements of Python 3 + Resolves: RHEL-2236 + * Tue Feb 16 2021 Mike FABIAN - 1.9.18-6 - Fix a covscan error - Related: rhbz#1929102