From d54d72c846b67d1e34b69d4e67b7b9d6bb5b83ca560521f16fb0f5dc0bb42c48 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Wed, 20 Apr 2016 07:43:30 +0000 Subject: [PATCH] Accepting request 390761 from home:AndreasStieger:branches:devel:tools:building SCons 2.5.0 OBS-URL: https://build.opensuse.org/request/show/390761 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=42 --- scons-2.4.1.tar.gz | 3 --- scons-2.5.0.tar.gz | 3 +++ scons-user.html-2.4.1.tar.bz2 | 3 --- scons-user.html-2.5.0.tar.bz2 | 3 +++ scons.changes | 7 +++++++ scons.spec | 6 +++--- 6 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 scons-2.4.1.tar.gz create mode 100644 scons-2.5.0.tar.gz delete mode 100644 scons-user.html-2.4.1.tar.bz2 create mode 100644 scons-user.html-2.5.0.tar.bz2 diff --git a/scons-2.4.1.tar.gz b/scons-2.4.1.tar.gz deleted file mode 100644 index 9e9467d..0000000 --- a/scons-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fc4f42928c69bcbb33e1be94b646f2c700b659693fabc778c192d4d22f753a7 -size 638990 diff --git a/scons-2.5.0.tar.gz b/scons-2.5.0.tar.gz new file mode 100644 index 0000000..c679b92 --- /dev/null +++ b/scons-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb296b47f23c20aec7d87d35cfa386d3508e01d1caa3040ea6f5bbab2292ace9 +size 619991 diff --git a/scons-user.html-2.4.1.tar.bz2 b/scons-user.html-2.4.1.tar.bz2 deleted file mode 100644 index cf1eea3..0000000 --- a/scons-user.html-2.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61432c804a65058af41eb93875402f860ce13eb9414867ba0509dfb8bf8aa4a7 -size 152909 diff --git a/scons-user.html-2.5.0.tar.bz2 b/scons-user.html-2.5.0.tar.bz2 new file mode 100644 index 0000000..f1c2713 --- /dev/null +++ b/scons-user.html-2.5.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c158e8272be6b88ff774af9cdbbdf1f50d8f02cf310878fd4237d88accf1700 +size 152930 diff --git a/scons.changes b/scons.changes index 55d8614..cdfdf22 100644 --- a/scons.changes +++ b/scons.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 20 07:08:23 UTC 2016 - astieger@suse.com + +- SCons 2.5.0: + * Enhance implicit language scanning functionality + * Cache directory sharding to improve NFS performance + ------------------------------------------------------------------- Fri Dec 4 17:55:32 UTC 2015 - mpluskal@suse.com diff --git a/scons.spec b/scons.spec index d8dd987..a7a63ee 100644 --- a/scons.spec +++ b/scons.spec @@ -1,7 +1,7 @@ # # spec file for package scons # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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.4.1 +Version: 2.5.0 Release: 0 Summary: Replacement for Make License: MIT @@ -37,7 +37,7 @@ Source99: %{name}-rpmlintrc Patch0: %{name}-1.2.0-fix-install.patch Patch1: %{name}-1.2.0-noenv.patch BuildRequires: fdupes -BuildRequires: python-devel >= 2.4 +BuildRequires: python-devel >= 2.7 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} > 1110 BuildArch: noarch