[pyfits] New upstream 3.1.1 (bugfixes)

Sergio Pascual sergiopr at fedoraproject.org
Fri Jan 4 00:04:23 UTC 2013


commit 94d09e0c7581cf86c29431819fc856625a7d3d7f
Author: Pasrario <harenawer at zoho.com>
Date:   Fri Jan 4 01:04:02 2013 +0100

    New upstream 3.1.1 (bugfixes)
    
    - Added FAQ.txt and README.txt to doc

 .gitignore             |    1 +
 pyfits-compat-setup.py |    2 +-
 pyfits.spec            |   10 +++++++---
 sources                |    2 +-
 4 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 991c8ac..0518094 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ pyfits-2.3.1.tar.gz
 /pyfits-3.0.7.tar.gz
 /pyfits-3.0.8.tar.gz
 /pyfits-3.1.tar.gz
+/pyfits-3.1.1.tar.gz
diff --git a/pyfits-compat-setup.py b/pyfits-compat-setup.py
index ca3b48b..0e1e1e6 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.1',
+	version='3.1.1',
 	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 77b46ad..3ed0299 100644
--- a/pyfits.spec
+++ b/pyfits.spec
@@ -5,7 +5,7 @@
 %endif
 
 Name: pyfits
-Version: 3.1
+Version: 3.1.1
 Release: 1%{?dist}
 Summary: Python interface to FITS
 
@@ -98,14 +98,14 @@ popd
 chmod 755 %{buildroot}%{python_sitearch}/pyfits/compression.so
 
 %files
-%doc LICENSE.txt CHANGES.txt
+%doc FAQ.txt README.txt LICENSE.txt CHANGES.txt
 %{_bindir}/fitscheck
 %{_bindir}/fitsdiff
 %{python_sitearch}/*
 
 %if 0%{?with_python3}
 %files -n python3-pyfits
-%doc LICENSE.txt CHANGES.txt
+%doc FAQ.txt README.txt LICENSE.txt CHANGES.txt
 # Provides the same functionality than the 2.x version
 %exclude %{_bindir}/fitscheck-3
 %exclude %{_bindir}/fitsdiff-3
@@ -113,6 +113,10 @@ chmod 755 %{buildroot}%{python_sitearch}/pyfits/compression.so
 %endif # with_python3
 
 %changelog
+* Fri Jan 02 2013 Sergio Pascual <sergiopr at fedoraproject.org> - 3.1.1-1
+- New upstream 3.1.1 (bugfixes)
+- Added FAQ.txt and README.txt to doc
+
 * Wed Aug 29 2012 Sergio Pascual <sergiopr at fedoraproject.org> - 3.1-1
 - New upstream 3.1
 - New program fitscheck
diff --git a/sources b/sources
index dbbe8d8..bcb1582 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa8dd3d89497dac48c50b485e599af12  pyfits-3.1.tar.gz
+4da9e9d4eb9af3081496314a35d8b8b3  pyfits-3.1.1.tar.gz


More information about the scm-commits mailing list