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
This commit is contained in:
Matej Cepl 2023-03-08 15:43:24 +00:00 committed by Git OBS Bridge
parent 7dd09ba98d
commit b423658373
4 changed files with 20 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d43b2303a924816ea0e1b345ff04c9b3e27b53eadf0f26012fc0c29b019685f
size 3096863

3
SCons-4.5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:041ce69fec25f729c7ee108aab663b5f691bc2d1a5777e61f77ac9d1bfd20c58
size 3194371

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Mar 8 10:32:28 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
- 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 <andreas.stieger@gmx.de>

View File

@ -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