[python-pygments] remove rhel logic from with_python3 conditional

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 3 16:38:14 UTC 2012


commit e5729ad54fc76be42c6a79f753ea9c10d1cde121
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 3 12:37:21 2012 -0400

    remove rhel logic from with_python3 conditional

 python-pygments.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-pygments.spec b/python-pygments.spec
index fa8ce16..fd9fae7 100644
--- a/python-pygments.spec
+++ b/python-pygments.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora} > 12
 %global with_python3 1
 %else
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
@@ -22,7 +22,7 @@
 
 Name:           python-pygments
 Version:        1.4
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Syntax highlighting engine written in Python
 
 Group:          Development/Libraries
@@ -206,6 +206,9 @@ popd
 
 
 %changelog
+* Fri Aug  3 2012 David Malcolm <dmalcolm at redhat.com> - 1.4-6
+- remove rhel logic from with_python3 conditional
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list