From 7f2e39a72f079a36aba12a756bf8c542ac347ebb Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Oct 09 2015 14:35:56 +0000 Subject: New upstream (1.0.5) - Apply the patch (github astropy #4226) --- diff --git a/python-astropy.spec b/python-astropy.spec index d83e2f9..cca7fdb 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -5,7 +5,7 @@ Name: python-astropy Version: 1.0.5 -Release: 1%{?dist}.1 +Release: 1%{?dist}.2 Summary: A Community Python Library for Astronomy License: BSD @@ -139,6 +139,8 @@ rm -rf cextern/erfa rm -rf cextern/cfitsio rm -rf cextern/wcslib +# Fixes https://github.com/astropy/astropy/issues/4226 +%patch3 -p1 echo "[build]" >> setup.cfg echo "use_system_libraries=1" >> setup.cfg @@ -232,8 +234,9 @@ popd %endif # with_python3 %changelog -* Fri Oct 09 2015 Sergio Pascual - 1.0.5-1 +* Fri Oct 09 2015 Sergio Pascual - 1.0.5-1.2 - New upstream (1.0.5) +- Apply the patch (github astropy #4226) * Thu Sep 17 2015 Sergio Pascual - 1.0.4-1.1 - Disable test_web_profile again