[scons] * Mon Jul 07 2014 Fabian Affolter <mail at fabian-affolter.ch> - 2.3.2-1 - Update to new upstream versi

Fabian Affolter fab at fedoraproject.org
Mon Jul 7 20:35:52 UTC 2014


commit 5315e47193416617ad6e774dc85a15e394e14a6d
Author: Fabian Affolter <fab at fedoraproject.org>
Date:   Mon Jul 7 22:35:30 2014 +0200

    * Mon Jul 07 2014 Fabian Affolter <mail at fabian-affolter.ch> - 2.3.2-1
    - Update to new upstream version 2.3.2 (rhbz#1116635)

 .gitignore |    1 +
 scons.spec |   12 ++++++++----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44e6dd9..5193f0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /scons-2.2.0.tar.gz
 /scons-2.3.0.tar.gz
 /scons-2.3.1.tar.gz
+/scons-2.3.2.tar.gz
diff --git a/scons.spec b/scons.spec
index e924535..3c772ae 100644
--- a/scons.spec
+++ b/scons.spec
@@ -1,9 +1,10 @@
 #global posttag .final.0
 
 Name:		    scons
-Version:	    2.3.1
-Release:	    2%{?posttag}%{?dist}
+Version:	    2.3.2
+Release:	    1%{?posttag}%{?dist}
 Summary:	    An Open Source software construction tool
+
 Group:		    Development/Tools
 License:	    MIT
 URL:		    http://www.scons.org
@@ -39,11 +40,11 @@ for file in *.txt; do
 done
 
 %build
-%{__python} setup.py build
+%{__python2} setup.py build
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build \
+%{__python2} setup.py install -O1 --skip-build \
     --root=%{buildroot} \
     --no-version-script \
 	--standalone-lib \
@@ -61,6 +62,9 @@ rm -rf %{buildroot}
 %{_mandir}/man?/*
 
 %changelog
+* Mon Jul 07 2014 Fabian Affolter <mail at fabian-affolter.ch> - 2.3.2-1
+- Update to new upstream version 2.3.2 (rhbz#1116635)
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 65a42a3..c1c6d5a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-60a3cfb98b661df9f4406c61b5686bd7  scons-2.3.1.tar.gz
+bbd428da35ec176575a2b0be1f8d7162  scons-2.3.2.tar.gz


More information about the scm-commits mailing list