[python-pyphen] No python3 in el7.

Eric Smith brouhaha at fedoraproject.org
Tue Aug 26 19:20:57 UTC 2014


commit c141b252b097dc970529c275d57d6aff7e2d320c
Author: Eric Smith <brouhaha at fedoraproject.org>
Date:   Tue Aug 26 13:20:59 2014 -0600

    No python3 in el7.

 python-pyphen.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-pyphen.spec b/python-pyphen.spec
index 4d53eb4..e352632 100644
--- a/python-pyphen.spec
+++ b/python-pyphen.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())")}
@@ -6,7 +6,7 @@
 
 Name:           python-pyphen
 Version:        0.9.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Group:          Development/Libraries
 Summary:        Pure Python module to hyphenate text
 License:        LGPLv2+
@@ -81,6 +81,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Tue Aug 26 2014 Eric Smith <brouhaha at fedoraproject.org> 0.9.1-2
+- No Python 3 in EL7.
+
 * Thu Aug 07 2014 Alon Levy <alon at pobox.com> - 0.9.1-1
 - Update to latest release, fixes bz 1127837 (for weasyprint 1127836)
 


More information about the scm-commits mailing list