Accepting request 1070213 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1070213 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scons?expand=0&rev=45
This commit is contained in:
commit
978d738a78
@ -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
3
SCons-4.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:041ce69fec25f729c7ee108aab663b5f691bc2d1a5777e61f77ac9d1bfd20c58
|
||||
size 3194371
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user