[R2spec/f13/master] New release 3.0.3

Pierre-YvesChibon pingou at fedoraproject.org
Tue Aug 3 06:53:51 UTC 2010


commit 72258fbb3a62a7dd2634a8a25d278ca0422b0143
Author: pingou <pingou at pingoured.fr>
Date:   Tue Aug 3 08:53:44 2010 +0200

    New release 3.0.3

 .gitignore  |    5 +++++
 R2spec.spec |   16 ++++++++++------
 sources     |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd2d6ce..43ac616 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,6 @@
+<<<<<<< HEAD
 R2spec-2.5.3.tar.gz
+=======
+R2spec-3.0.2.tar.gz
+R2spec-3.0.3.tar.gz
+>>>>>>> c3c75ec... Release 3.0.3
diff --git a/R2spec.spec b/R2spec.spec
index 70f1f67..511ccc4 100644
--- a/R2spec.spec
+++ b/R2spec.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           R2spec
-Version:        3.0.2
+Version:        3.0.3
 Release:        1%{?dist}
 Summary:        Python script to generate R spec file
 
@@ -28,11 +28,11 @@ R2spec API.
 %setup -q
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf %{buildroot}
-python setup.py install --root=%{buildroot} 
+%{__python} setup.py install --root=%{buildroot} 
 install r2spec/specfile.tpl %{buildroot}/%{python_sitelib}/r2spec/
 chmod -x %{buildroot}/%{python_sitelib}/r2spec/specfile.tpl
 
@@ -51,12 +51,16 @@ rm -rf %{buildroot}
 %{_mandir}/man1/R2rpm.1.gz
 
 %changelog
+* Tue Jul 28 2010 pingou <pingou-at-pingoured.fr> 3.0.3-1
+- Release 3.0.3
+
+* Tue Jul 27 2010 pingou <pingou-at-pingoured.fr> 3.0.2-2
+- Change python to %%{__python} (enables to specify 
+   the python version at build time) Request from Olivier Lahaye
+
 * Tue Jun 29 2010 pingou <pingou-at-pingoured.fr> 3.0.2-1
 - Release 3.0.2
 
-* Mon Jun 28 2010 pingou <pingou-at-pingoured.fr> 3.0.1-2
-- Incremente release
-
 * Mon Jun 28 2010 pingou <pingou-at-pingoured.fr> 3.0.1-1
 - Release version 3.0.1
 - Update the description (R2spec is now more a tool than a script)
diff --git a/sources b/sources
index d3115a5..d01e662 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5f873c17d9f773045e39d3d9e84ceb9  R2spec-3.0.2.tar.gz
+484c3cf1ac95eaea130ecf7854e59abc  R2spec-3.0.3.tar.gz


More information about the scm-commits mailing list