diff --git a/scons.spec b/scons.spec index af0865b..71c4954 100644 --- a/scons.spec +++ b/scons.spec @@ -1,6 +1,6 @@ Name: scons Version: 4.5.2 -Release: 1mamba +Release: 2mamba Summary: An Open Source software construction tool Group: Development/Tools Vendor: openmamba @@ -10,10 +10,10 @@ URL: https://www.scons.org/ Source: https://sourceforge.net/projects/scons/files/scons/%{version}/SCons-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(setuptools) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END -Requires: python3 >= %python3_version +Requires: python3 >= 3.11 %description SCons is an Open Source software construction tool--that is, a build tool; an improved substitute for the classic Make utility; a better way to build software. @@ -58,6 +58,9 @@ rm -f .packlist %doc LICENSE %changelog +* Mon Oct 16 2023 Silvan Calarco 4.5.2-2mamba +- rebuilt with python3 == 3.11 + * Tue Mar 21 2023 Automatic Build System 4.5.2-1mamba - automatic version update by autodist