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:
Andreas Stieger 2015-07-27 20:55:38 +00:00 committed by Git OBS Bridge
parent dd3e7ba88a
commit 30972c6ebc
6 changed files with 22 additions and 8 deletions

View File

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

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# 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))")}
%endif
Name: scons
Version: 2.3.4
Version: 2.3.5
Release: 0
Summary: Replacement for Make
License: MIT