From 8437765b587950257ef653972a6a771be6a9ebb7 Mon Sep 17 00:00:00 2001 From: manfred-h <> Date: Feb 06 2024 15:45:29 +0000 Subject: Update catfish to version 4.18.0 / rev 21 via SR 1144638 https://build.opensuse.org/request/show/1144638 by user manfred-h + anag+factory --- diff --git a/.files b/.files index d7d5edf..0a0ac51 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index c04ce49..5852c82 100644 --- a/.rev +++ b/.rev @@ -317,4 +317,12 @@ - Remove _service file (forwarded request 1102555 from manfred-h) 1103494 + + 0b93bd532ed5e818bc32d0c78f1ce8c2 + 4.18.0 + + anag+factory + + 1144638 + diff --git a/catfish.changes b/catfish.changes index a419e8e..fe619f5 100644 --- a/catfish.changes +++ b/catfish.changes @@ -1,4 +1,31 @@ ------------------------------------------------------------------- +Tue Feb 6 13:45:08 UTC 2024 - Manfred Hollstein + +- As long as a new Python version does not ship a broken + python3-distutils, like python311 did in its early days, there is + no need to deal with or skip a specific python version at all. + Disable all %%{python_module ...} and skip_python... stuff again. + +------------------------------------------------------------------- +Tue Feb 6 10:08:38 UTC 2024 - Manfred Hollstein + +- Don't use %%{python_module ...} as we only build for the default + Python interpreter. python312 still needs to be skipped due to + python3-distutils! + +------------------------------------------------------------------- +Sat Feb 3 14:39:56 UTC 2024 - Manfred Hollstein + +- Skip python312 for now until all required Python modules have been + built. + +------------------------------------------------------------------- +Wed Nov 15 14:23:43 UTC 2023 - Manfred Hollstein + +- Use %%{python_module ...} to specify required Python modules to + build this package. + +------------------------------------------------------------------- Sun Aug 6 09:10:18 UTC 2023 - Manfred Hollstein - Update to version 4.18.0 diff --git a/catfish.spec b/catfish.spec index ba5bdee..45b640e 100644 --- a/catfish.spec +++ b/catfish.spec @@ -1,7 +1,7 @@ # # spec file for package catfish # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,6 @@ BuildRequires: appstream-glib BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: intltool -BuildRequires: python3-distutils-extra %if 0%{?suse_version} >= 01550 || 0%{?sle_version} >= 150200 && 0%{?is_opensuse} BuildRequires: rsvg-convert %else @@ -43,6 +42,7 @@ BuildRequires: update-desktop-files BuildRequires: gobject-introspection # Checking module dependencies... BuildRequires: gtk3-devel >= 3.22 +BuildRequires: python3-distutils-extra BuildRequires: python3-gobject BuildRequires: python3-gobject-Gdk BuildRequires: python3-pexpect