From 7d42140bd812b3d2ebaa59e4b26296b17710eca5 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:18:35 +0100 Subject: [PATCH] rebuilt with python3 == 3.11 [release 1.5.18-2mamba;Tue Oct 17 2023] --- system-config-printer.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/system-config-printer.spec b/system-config-printer.spec index 3bf5456..1997c21 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -2,7 +2,7 @@ Name: system-config-printer Version: 1.5.18 -Release: 1mamba +Release: 2mamba Summary: Helper functions and classes for using CUPS Group: System/Libraries/Python Vendor: openmamba @@ -19,10 +19,11 @@ License: GPL BuildRequires: glibc-devel BuildRequires: libcups-devel BuildRequires: libglib-devel -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel BuildRequires: libudev-devel BuildRequires: libusb-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11 BuildRequires: intltool BuildRequires: xmlto BuildRequires: desktop-file-utils @@ -70,7 +71,7 @@ The purpose of the tool is to configure a CUPS server (often the local machine) [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -mv %{buildroot}%{python3_sitelib}/cupshelpers-1.0-py3.7.egg/cupshelpers \ +mv %{buildroot}%{python3_sitelib}/cupshelpers-1.0-py*.egg/cupshelpers \ %{buildroot}%{python3_sitelib}/ %find_lang system-config-printer @@ -105,6 +106,9 @@ mv %{buildroot}%{python3_sitelib}/cupshelpers-1.0-py3.7.egg/cupshelpers \ %{_mandir}/man1/system-config-printer-applet.1* %changelog +* Tue Oct 17 2023 Silvan Calarco 1.5.18-2mamba +- rebuilt with python3 == 3.11 + * Sat Jan 14 2023 Automatic Build System 1.5.18-1mamba - automatic version update by autodist