[scipy] remove rhel logic from with_python3 conditional

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 3 16:32:24 UTC 2012


commit 9c928fe078c7f3c745dded6358dd1f21735231bf
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 3 12:31:33 2012 -0400

    remove rhel logic from with_python3 conditional

 scipy.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/scipy.spec b/scipy.spec
index a9fd90d..69f151d 100644
--- a/scipy.spec
+++ b/scipy.spec
@@ -1,4 +1,4 @@
-%if (0%{?fedora} > 15 || 0%{?rhel} > 5)
+%if (0%{?fedora} > 15
 %global with_python3 1
 %{?filter_setup:
 %filter_provides_in %{python_sitearch}.*\.so$
@@ -16,7 +16,7 @@
 Summary: Scipy: Scientific Tools for Python
 Name: scipy
 Version: 0.10.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 Group: Development/Libraries
 License: BSD and LGPLv2+
@@ -144,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif # with_python3
 
 %changelog
+* Fri Aug  3 2012 David Malcolm <dmalcolm at redhat.com> - 0.10.1-3
+- remove rhel logic from with_python3 conditional
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list