rpms/pyfits/devel .cvsignore, 1.2, 1.3 pyfits.spec, 1.4, 1.5 sources, 1.2, 1.3

Sergio Pascual sergiopr at fedoraproject.org
Tue May 19 10:31:22 UTC 2009


Author: sergiopr

Update of /cvs/pkgs/rpms/pyfits/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16285

Modified Files:
	.cvsignore pyfits.spec sources 
Log Message:
* Tue May 19 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 2.1.1-1
- New upstream source with support for "tile image compression".



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pyfits/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	8 Apr 2008 18:38:18 -0000	1.2
+++ .cvsignore	19 May 2009 10:30:51 -0000	1.3
@@ -1 +1 @@
-pyfits-1.3.tar.gz
+pyfits-2.1.1.tar.gz


Index: pyfits.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyfits/devel/pyfits.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- pyfits.spec	26 Feb 2009 19:55:52 -0000	1.4
+++ pyfits.spec	19 May 2009 10:30:51 -0000	1.5
@@ -1,9 +1,9 @@
 # sitelib for noarch packages, sitearch for others (remove the unneeded one)
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name: pyfits
-Version: 1.3
-Release: 5%{?dist}
+Version: 2.1.1
+Release: 1%{?dist}
 Summary: Python interface to FITS
 
 Group: Development/Languages
@@ -13,8 +13,7 @@ URL: http://www.stsci.edu/resources/soft
 Source0: http://www.stsci.edu/resources/software_hardware/pyfits/%{name}-%{version}.tar.gz
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-BuildArch: noarch
-BuildRequires: python-devel python-setuptools
+BuildRequires: python-devel python-setuptools numpy
 Requires: numpy
 
 %description
@@ -38,12 +37,12 @@ writing analysis scripts in Python using
 
 %files
 %defattr(-,root,root,-)
-%doc lib/LICENSE.txt docs/Users_Manual.pdf
-%{python_sitelib}/*
+%doc lib/LICENSE.txt 
+%{python_sitearch}/*
 
 %changelog
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Tue May 19 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 2.1.1-1
+- New upstream source with support for "tile image compression".
 
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.3-4
 - Rebuild for Python 2.6


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyfits/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	8 Apr 2008 18:38:18 -0000	1.2
+++ sources	19 May 2009 10:30:51 -0000	1.3
@@ -1 +1 @@
-59c3c8c714336eab7760b7d320e124c3  pyfits-1.3.tar.gz
+8e73d920e8258849104b724bd3dd1388  pyfits-2.1.1.tar.gz




More information about the fedora-extras-commits mailing list