diff --git a/SCons-4.6.0.tar.gz b/SCons-4.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0572279241ec9d358bbb53012ae21f22a1c08242 Binary files /dev/null and b/SCons-4.6.0.tar.gz differ diff --git a/scons-4.3.0.tar.gz b/scons-4.3.0.tar.gz deleted file mode 100644 index 86cf469392088345b289ba8158138284c89bb187..0000000000000000000000000000000000000000 Binary files a/scons-4.3.0.tar.gz and /dev/null differ diff --git a/scons-doc-4.3.0.tar.gz b/scons-doc-4.6.0.tar.gz similarity index 50% rename from scons-doc-4.3.0.tar.gz rename to scons-doc-4.6.0.tar.gz index b827362a02060cb402a6bb203ebdb07902f4cabc..9eecffab837b6838796c33194f83833a2ec6c00d 100644 Binary files a/scons-doc-4.3.0.tar.gz and b/scons-doc-4.6.0.tar.gz differ diff --git a/scons.spec b/scons.spec index d4f0cba94b82051684c818f434405563f6da638e..3170e525980594b72c2fbdda58d769741ae89843 100644 --- a/scons.spec +++ b/scons.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %bcond_with debug %bcond_without doc @@ -6,13 +6,15 @@ %bcond_with python3_other Name: scons -Version: 4.3.0 +Version: 4.6.0 Release: %{anolis_release}%{dist} Summary: An Open Source software construction tool License: MIT URL: http://www.scons.org Source0: https://github.com/SCons/scons/archive/%{version}/scons-%{version}.tar.gz Source1: https://scons.org/doc/production/scons-doc-%{version}.tar.gz +Source2: https://files.pythonhosted.org/packages/source/S/SCons/SCons-4.6.0.tar.gz +Source3: https://scons.org/doc/production/scons-doc-4.6.0.tar.gz BuildArch: noarch BuildRequires: make @@ -79,6 +81,7 @@ Summary: An Open Source software construction tool BuildRequires: python%{python3_other_pkgversion}-devel BuildRequires: python%{python3_other_pkgversion}-lxml BuildRequires: python%{python3_other_pkgversion}-setuptools +BuildRequires: pyproject-rpm-macros Provides: scons-%{__python3_other} = %{version}-%{release} %{?python_provide:%python_provide python%{python3_other_pkgversion}-%{name}} @@ -244,6 +247,10 @@ popd %endif %changelog +* Thu Aug 21 2025 wenyuzifang - 4.6.0-1 +- Updated to version 4.6.0 to fix xxxxxxxxxx + + * Mon Mar 11 2024 Zhao Hang - 4.3.0-2 - Rebuild with python3.11