diff --git a/ATpy.spec b/ATpy.spec index 927e2b0..0b01206 100644 --- a/ATpy.spec +++ b/ATpy.spec @@ -1,5 +1,5 @@ %if 0%{?fedora} > 12 || 0%{?rhel} > 6 -%global with_python3 1 +%global with_python3 0 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} %endif @@ -93,6 +93,9 @@ popd * Tue May 24 2011 Sergio Pascual - 0.9.5.1-1 - New upstream release. Fixes crash if vo package is not present +* Wed May 11 2011 Sergio Pascual - 0.9.5-2.1 +- Disable python3, numpy missing + * Wed May 11 2011 Sergio Pascual - 0.9.5-2 - Moving Requires for python3 to its proper place in package macro