[pyfits] New upstream source (3.3)

Sergio Pascual sergiopr at fedoraproject.org
Tue Jul 29 14:50:00 UTC 2014


commit 9b6471ba1b4d4f2c1754b4d8f61de005c7458fda
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Tue Jul 29 16:49:51 2014 +0200

    New upstream source (3.3)
    
    - And the tarball
    - Readd checksum patch

 pyfits.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pyfits.spec b/pyfits.spec
index 213a1be..479f314 100644
--- a/pyfits.spec
+++ b/pyfits.spec
@@ -2,7 +2,7 @@
 
 Name: pyfits
 Version: 3.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Python interface to FITS
 
 Group: Development/Languages
@@ -12,6 +12,7 @@ URL: http://www.stsci.edu/resources/software_hardware/pyfits
 Source0: http://pypi.python.org/packages/source/p/pyfits/%{name}-%{version}.tar.gz
 Patch0: pyfits-unbundle-cfitsio.patch
 Patch1: pyfits-python3-script.patch
+Patch2: pyfits-disable-checksum-test.patch
 
 BuildRequires: python2-devel python-setuptools python-d2to1 numpy
 BuildRequires: cfitsio-devel
@@ -53,6 +54,7 @@ writing analysis scripts in Python using FITS files as either input or output.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 sed -i -e "1d" lib/pyfits/core.py
 # remove bundled cfitsio
 rm -rf cextern/cfitsio
@@ -110,9 +112,10 @@ chmod 755 %{buildroot}%{python2_sitearch}/pyfits/compression.so
 %endif # with_python3
 
 %changelog
-* Tue Jul 29 2014 Sergio Pascual <sergiopr at fedoraproject.org> 3.3-2
+* Tue Jul 29 2014 Sergio Pascual <sergiopr at fedoraproject.org> 3.3-3
 - New upstream source (3.3)
 - And the tarball
+- Readd checksum patch
 
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


More information about the scm-commits mailing list