[pyfits/f17] New upstream source (bugfix)

Sergio Pascual sergiopr at fedoraproject.org
Thu Aug 30 06:53:58 UTC 2012


commit d8fad925a9cc53218be0f80585b62c9d6425db0e
Author: Pasrario <harenawer at zoho.com>
Date:   Thu Aug 30 08:53:51 2012 +0200

    New upstream source (bugfix)

 .gitignore             |    1 +
 pyfits-compat-setup.py |    2 +-
 pyfits.spec            |    5 ++++-
 sources                |    2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bb0b88e..3025b10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ pyfits-2.3.1.tar.gz
 /pyfits-3.0.5.tar.gz
 /pyfits-3.0.7.tar.gz
 /pyfits-3.0.8.tar.gz
+/pyfits-3.0.9.tar.gz
diff --git a/pyfits-compat-setup.py b/pyfits-compat-setup.py
index 4a1e5df..a54c4c3 100644
--- a/pyfits-compat-setup.py
+++ b/pyfits-compat-setup.py
@@ -20,7 +20,7 @@ comp = Extension('pyfits.compression', [
 	include_dirs=[numpy_include])
 
 setup(name='pyfits',
-	version='3.0.8',
+	version='3.0.9',
 	author= 'J. C. Hsu, Paul Barrett, Christopher Hanley, James Taylor, Michael Droettboom, Erik Bray',
 	author_email='help at stsci.edu',
 	description='Reads FITS images and tables into numpy or numarray objects and manipulates FITS headers',
diff --git a/pyfits.spec b/pyfits.spec
index 67de456..a7d9666 100644
--- a/pyfits.spec
+++ b/pyfits.spec
@@ -5,7 +5,7 @@
 %endif
 
 Name: pyfits
-Version: 3.0.8
+Version: 3.0.9
 Release: 1%{?dist}
 Summary: Python interface to FITS
 
@@ -109,6 +109,9 @@ chmod 755 %{buildroot}%{python_sitearch}/pyfits/compression.so
 %endif # with_python3
 
 %changelog
+* Thu Aug 30 2012 Sergio Pascual <sergiopr at fedoraproject.org> - 3.0.9-1
+- New upstream source (bugfix)
+
 * Thu Jun 21 2012 Sergio Pascual <sergiopr at fedoraproject.org> - 3.0.8-1
 - New upstream source
 - A better patch to unbundle zlib from Kacper Kowalik (Gentoo)
diff --git a/sources b/sources
index 49f582f..295069e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5789db891689642a8b01d9a72cee08b2  pyfits-3.0.8.tar.gz
+22a27834f830943568a9645e0ea277b0  pyfits-3.0.9.tar.gz


More information about the scm-commits mailing list