[python-application/el6] Update to 1.4.1

Michel Alexandre Salim salimma at fedoraproject.org
Thu Dec 4 03:02:54 UTC 2014


commit 1c33e6d659450f267fef6cf167c6ae5907f60fd9
Author: Michel Alexandre Salim <michel at michel-slm.name>
Date:   Wed Dec 3 17:16:31 2014 +0700

    Update to 1.4.1

 .gitignore              |    2 +-
 python-application.spec |    9 +++++++--
 sources                 |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e28d39..7ed8387 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/python-application-1.4.0.tar.gz
+/python-application-1.4.1.tar.gz
diff --git a/python-application.spec b/python-application.spec
index cfdc2da..88dfcbd 100644
--- a/python-application.spec
+++ b/python-application.spec
@@ -1,5 +1,5 @@
 Name:           python-application
-Version:        1.4.0
+Version:        1.4.1
 Release:        1%{?dist}
 Summary:        Basic building blocks for python applications
 
@@ -29,11 +29,13 @@ chmod 0644 examples/*.py
 
 
 %install
+%if 0%{?el5}
 rm -rf $RPM_BUILD_ROOT
+%endif
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
 
-%if 0%{?rhel}
+%if 0%{?rhel} && 0%{?rhel} < 7
 %clean
 rm -rf $RPM_BUILD_ROOT
 %endif
@@ -47,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec  3 2014 Michel Alexandre Salim <salimma at fedoraproject.org> - 1.4.1-1
+- Update to 1.4.1
+
 * Mon Sep  3 2012 Michel Salim <salimma at fedoraproject.org> - 1.4.0-1
 - Update to 1.4.0
 
diff --git a/sources b/sources
index 8f59c9d..c396d9f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c1ec745f512ffd5892b0dd415074834  python-application-1.4.0.tar.gz
+20d87d22d8bcabd28cbd257528565dc0  python-application-1.4.1.tar.gz


More information about the scm-commits mailing list