[python-arrow/epel7] Modernize python3 conditional.

Ralph Bean ralph at fedoraproject.org
Wed Jul 9 12:52:34 UTC 2014


commit 57ba40878d077a34fffd424e6ebe5e9449153ec4
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Jul 9 08:48:59 2014 -0400

    Modernize python3 conditional.

 python-arrow.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-arrow.spec b/python-arrow.spec
index 3e545d2..d68a96a 100644
--- a/python-arrow.spec
+++ b/python-arrow.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora}
 %global with_python3 1
 %endif
 
@@ -6,7 +6,7 @@
 
 Name:               python-%{modname}
 Version:            0.4.2
-Release:            4%{?dist}
+Release:            5%{?dist}
 Summary:            Better dates and times for Python
 
 Group:              Development/Libraries
@@ -109,6 +109,9 @@ popd
 %endif
 
 %changelog
+* Wed Jul 09 2014 Ralph Bean <rbean at redhat.com> - 0.4.2-5
+- Modernize python3 macro definition.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list