Accepting request 704409 from devel:tools:building
- Disable bit more msvc tests as we don't care about the fails - scons 3.0.5: * Fixes related to --config=force * Change the default for AppendENVPath to delete_existing=0, so path order will not be changed, unless explicitly set * Add the textfile tool to the default tool list * Fix regex patterns that were not specified as raw strings * Do not store build host+user name if reproducible builds are wanted OBS-URL: https://build.opensuse.org/request/show/704409 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scons?expand=0&rev=41
This commit is contained in:
commit
630352e254
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09dd9ba8f78cf1622ce89a5b55e0fc9d33fe0d29e90eb90eaf652047090ac403
|
||||
size 5500498
|
3
3.0.5.tar.gz
Normal file
3
3.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:792e7d59c421b9946160c1a373f66e71c0e388c321cef2edf105210beed4ac95
|
||||
size 5510846
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be146957bd4767fbee0b0c80a5679e29340c7ac78589827024e0e66e0772caaf
|
||||
size 155930
|
3
scons-user.html-3.0.5.tar.bz2
Normal file
3
scons-user.html-3.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af581cc04627133f6da9881d8ccde40f7e66623ac9ca2b9bcc7eed680a84467d
|
||||
size 156227
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 10:07:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Disable bit more msvc tests as we don't care about the fails
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 18 01:12:28 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- scons 3.0.5:
|
||||
* Fixes related to --config=force
|
||||
* Change the default for AppendENVPath to delete_existing=0, so
|
||||
path order will not be changed, unless explicitly set
|
||||
* Add the textfile tool to the default tool list
|
||||
* Fix regex patterns that were not specified as raw strings
|
||||
* Do not store build host+user name if reproducible builds are
|
||||
wanted
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 11:24:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
15
scons.spec
15
scons.spec
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: scons%{psuffix}
|
||||
Version: 3.0.4
|
||||
Version: 3.0.5
|
||||
Release: 0
|
||||
Summary: Replacement for Make
|
||||
License: MIT
|
||||
@ -84,8 +84,15 @@ sed -i 's|%{_bindir}/env python|%{_bindir}/python3|' src/script/*
|
||||
cp %{SOURCE2} grep-filter-list.txt
|
||||
chmod -x src/CHANGES.txt README.rst src/RELEASE.txt
|
||||
|
||||
# the test is marked skipped but fails
|
||||
rm test/MSVS/vs-14.1-exec.py
|
||||
# the test is marked skipped but fails; and all are windows based so
|
||||
# we can safely ignore them
|
||||
rm -r test/MSVC/
|
||||
rm -r test/MSVS/
|
||||
rm -r test/Win32/
|
||||
rm test/fixture/no_msvc/no_regs_sconstruct.py
|
||||
rm test/fixture/no_msvc/no_msvcs_sconstruct.py
|
||||
rm test/LEX/live_mingw.py
|
||||
rm test/Decider/MD5-winonly-firstbuild.py
|
||||
|
||||
%build
|
||||
python3 bootstrap.py build/scons
|
||||
@ -118,10 +125,10 @@ echo "Skiping tests on this architecture due to failures"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if !%{with test}
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc src/CHANGES.txt README.rst src/RELEASE.txt
|
||||
%if !%{with test}
|
||||
%{_bindir}/*
|
||||
%{python3_sitelib}/SCons
|
||||
%{python3_sitelib}/%{modname}*.egg-info
|
||||
|
Loading…
Reference in New Issue
Block a user