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:
parent
7dd09ba98d
commit
b423658373
@ -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>
|
Mon Oct 10 19:57:09 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package scons
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%define pythons python3
|
%define pythons python3
|
||||||
Name: scons
|
Name: scons
|
||||||
Version: 4.4.0
|
Version: 4.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Replacement for Make
|
Summary: Replacement for Make
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -41,8 +40,8 @@ full power of Python to control compilation.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n SCons-%{version}
|
%autosetup -p1 -n SCons-%{version}
|
||||||
|
|
||||||
sed -i -e '/QT_LIBPATH = os.path.join.*QTDIR/s/lib/%{_lib}/' \
|
sed -i -e '/QT3_LIBPATH = os.path.join.*QT3DIR/s/lib/%{_lib}/' \
|
||||||
SCons/Tool/qt.py
|
SCons/Tool/qt3.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Loading…
Reference in New Issue
Block a user