Accepting request 319038 from home:AndreasStieger:branches:devel:tools:building
SCons 2.3.5 OBS-URL: https://build.opensuse.org/request/show/319038 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=34
This commit is contained in:
parent
dd3e7ba88a
commit
30972c6ebc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4b57d72066fed3b6ff65a7dd9f73633c9b1c09f87520e9b3aae84b3e4864b441
|
|
||||||
size 621953
|
|
3
scons-2.3.5.tar.gz
Normal file
3
scons-2.3.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a8993e1914801ace5ce83c92bf4c43127669750e9dec8eb93574e57729e9c42
|
||||||
|
size 631619
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4be8465969f5e7a97d20d515d720d67be4061ff801900247cba995ed5b10e893
|
|
||||||
size 149286
|
|
3
scons-user.html-2.3.5.tar.bz2
Normal file
3
scons-user.html-2.3.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38630701f27ca8d9246a852b9f9943359d3032a7809da15a82ecb514937bdfd6
|
||||||
|
size 153288
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 27 20:46:47 UTC 2015 - astieger@suse.com
|
||||||
|
|
||||||
|
- SCons 2.3.5:
|
||||||
|
* Documentation fixes
|
||||||
|
* Fixed symlink support
|
||||||
|
* Fixed incomplete LIBS flattening and substitution in Program
|
||||||
|
scanner
|
||||||
|
* Added new method rentry_exists_on_disk to Node.FS
|
||||||
|
* Add support for f08 file extensions for Fortran 2008 code.
|
||||||
|
* Show --config choices if no argument is specified
|
||||||
|
* Added an 'exclude' parameter to Glob()
|
||||||
|
* Added support for '-isystem' to ParseFlags.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 5 19:37:22 UTC 2014 - andreas.stieger@gmx.de
|
Sun Oct 5 19:37:22 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package scons
|
# spec file for package scons
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -22,7 +22,7 @@
|
|||||||
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||||
%endif
|
%endif
|
||||||
Name: scons
|
Name: scons
|
||||||
Version: 2.3.4
|
Version: 2.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Replacement for Make
|
Summary: Replacement for Make
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user