From 2049ca103e1fb10d3414b18ae8f4e9c18876c2bb Mon Sep 17 00:00:00 2001 From: Chen Lei Date: Tue, 24 Aug 2010 01:53:24 +0800 Subject: [PATCH] Update to 2.0.1 --- .gitignore | 2 +- scons.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 038525b..6ff8cbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -scons-2.0.0.final.0.tar.gz +/scons-2.0.1.tar.gz diff --git a/scons.spec b/scons.spec index 43b8588..9ea0c23 100644 --- a/scons.spec +++ b/scons.spec @@ -1,8 +1,8 @@ -%global posttag .final.0 +#global posttag .final.0 Name: scons -Version: 2.0.0 -Release: 2%{?posttag}%{?dist} +Version: 2.0.1 +Release: 1%{?posttag}%{?dist} Summary: An Open Source software construction tool Group: Development/Tools License: MIT @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man?/* %changelog +* Mon Aug 23 2010 Chen Lei - 2.0.1-1 +- new release 2.0.1 + * Wed Aug 11 2010 David Malcolm - 2.0.0-2.final.0 - recompiling .py files against Python 2.7 (rhbz#623357) diff --git a/sources b/sources index 513e5af..3ba5f77 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2e4c2700cac507caa93d4a3adbbf56f scons-2.0.0.final.0.tar.gz +beca648b894cdbf85383fffc79516d18 scons-2.0.1.tar.gz