[scons/el6/master] Update to 2.0.1

Jochen Schmitt s4504kr at fedoraproject.org
Fri Sep 10 20:11:34 UTC 2010


commit 2a57808926952610168654b8ff07260de8c19cd2
Author: Chen Lei <supercyper at 163.com>
Date:   Tue Aug 24 01:53:24 2010 +0800

    Update to 2.0.1

 .gitignore |    2 +-
 scons.spec |   32 ++++++++++++++++----------------
 sources    |    2 +-
 3 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1b25951..6ff8cbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-scons-1.3.0.tar.gz
+/scons-2.0.1.tar.gz
diff --git a/scons.spec b/scons.spec
index 434695c..8a49147 100644
--- a/scons.spec
+++ b/scons.spec
@@ -1,18 +1,16 @@
-Name:           scons
-Version:        1.3.0
-Release:        1%{?dist}
-
-Summary:        An Open Source software construction tool
-
-Group:          Development/Tools
-License:        MIT
-URL:            http://www.scons.org
-Source:         http://prdownloads.sourceforge.net/scons/scons-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
-BuildRequires:  python-devel
-BuildRequires:  sed
-
+#global posttag .final.0
+
+Name:		scons
+Version:	2.0.1
+Release:	1%{?posttag}%{?dist}
+Summary:	An Open Source software construction tool
+Group:		Development/Tools
+License:	MIT
+URL:		http://www.scons.org
+Source:		http://downloads.sourceforge.net/scons/scons-%{version}%{?posttag}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:	noarch
+BuildRequires:	python2-devel
 
 %description
 SCons is an Open Source software construction tool--that is, a build
@@ -58,8 +56,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_prefix}/lib/scons
 %{_mandir}/man*/*
 
-
 %changelog
+* Mon Aug 23 2010 Chen Lei <supercyper at 163.com> - 2.0.1-1
+- New release 2.0.1 (#595107)
+
 * Sun May 23 2010 Jochen Schmitt <Jochen herr-schmitt de> - 1.3.0-1
 - New upstream release
 
diff --git a/sources b/sources
index 75df750..3ba5f77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad6838c867abd2ad5bf371b353d594f7  scons-1.3.0.tar.gz
+beca648b894cdbf85383fffc79516d18  scons-2.0.1.tar.gz


More information about the scm-commits mailing list