From b4236583734ba06c1a0b6d19483d6584e04c13e7590bce8861e7168e3b7d4009 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 8 Mar 2023 15:43:24 +0000 Subject: [PATCH] Accepting request 1070147 from home:AndreasStieger:branches:devel:tools:building SCons 4.5.1 OBS-URL: https://build.opensuse.org/request/show/1070147 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=92 --- SCons-4.4.0.tar.gz | 3 --- SCons-4.5.1.tar.gz | 3 +++ scons.changes | 13 +++++++++++++ scons.spec | 9 ++++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 SCons-4.4.0.tar.gz create mode 100644 SCons-4.5.1.tar.gz diff --git a/SCons-4.4.0.tar.gz b/SCons-4.4.0.tar.gz deleted file mode 100644 index 65c0f72..0000000 --- a/SCons-4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d43b2303a924816ea0e1b345ff04c9b3e27b53eadf0f26012fc0c29b019685f -size 3096863 diff --git a/SCons-4.5.1.tar.gz b/SCons-4.5.1.tar.gz new file mode 100644 index 0000000..c6f1bef --- /dev/null +++ b/SCons-4.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041ce69fec25f729c7ee108aab663b5f691bc2d1a5777e61f77ac9d1bfd20c58 +size 3194371 diff --git a/scons.changes b/scons.changes index 988b97d..adf54d5 100644 --- a/scons.changes +++ b/scons.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 8 10:32:28 UTC 2023 - Andreas Stieger + +- SCons 4.5.1 + * Add ValidateOptions() options supporting ch + * Add experimental NewParallel Job implementation for better + scaling highly parallel builds + * Add FILE_ENCODING to allow explicitly setting the text encoding + for files written by the Textfile() and Substfile() builders + * Deprecated: The qt tool has been renamed qt3. + * A number of bug fixes and improvements + * Documentation updates + ------------------------------------------------------------------- Mon Oct 10 19:57:09 UTC 2022 - Andreas Stieger diff --git a/scons.spec b/scons.spec index 9af9547..ae4ad15 100644 --- a/scons.spec +++ b/scons.spec @@ -1,7 +1,7 @@ # # spec file for package scons # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define pythons python3 Name: scons -Version: 4.4.0 +Version: 4.5.1 Release: 0 Summary: Replacement for Make License: MIT @@ -41,8 +40,8 @@ full power of Python to control compilation. %prep %autosetup -p1 -n SCons-%{version} -sed -i -e '/QT_LIBPATH = os.path.join.*QTDIR/s/lib/%{_lib}/' \ - SCons/Tool/qt.py +sed -i -e '/QT3_LIBPATH = os.path.join.*QT3DIR/s/lib/%{_lib}/' \ + SCons/Tool/qt3.py %build %python_build