rpms/CCfits/F-10 CCfits.spec,1.14,1.15

Sergio Pascual sergiopr at fedoraproject.org
Thu Feb 26 09:41:53 UTC 2009


Author: sergiopr

Update of /cvs/pkgs/rpms/CCfits/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29706

Modified Files:
	CCfits.spec 
Log Message:
* Thu Feb 26 2009 Sergio Pascual <sergiopr at fedoraproject.org> 2.1-2
- Rebuilt to follow cfitsio 3.130



Index: CCfits.spec
===================================================================
RCS file: /cvs/pkgs/rpms/CCfits/F-10/CCfits.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- CCfits.spec	3 Dec 2008 17:16:30 -0000	1.14
+++ CCfits.spec	26 Feb 2009 09:41:23 -0000	1.15
@@ -1,6 +1,6 @@
 Name: CCfits
 Version: 2.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A C++ interface for cfitsio
 
 Group: Development/Libraries
@@ -10,8 +10,8 @@
 Patch0: CCfits-1.6-removerpath.patch
 Patch1: CCfits-includecfitsiopath.patch
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-
-BuildRequires: cfitsio-devel >= 3.020 
+BuildRequires: cfitsio-devel >= 3.130
+Requires: cfitsio >= 3.130
 
 %description
 CCfits is an object oriented interface to the cfitsio library. It is designed 
@@ -22,7 +22,7 @@
 %package devel
 Summary: Headers for developing programs that will use %{name}
 Group: Development/Libraries
-Requires: cfitsio-devel
+Requires: cfitsio-devel >= 3.130
 Requires: %{name} = %{version}-%{release}
 %description devel
 These are the header files and libraries needed to develop a %{name} 
@@ -77,6 +77,9 @@
 %doc html
 
 %changelog
+* Thu Feb 26 2009 Sergio Pascual <sergiopr at fedoraproject.org> 2.1-2
+- Rebuilt to follow cfitsio 3.130
+
 * Wed Dec 03 2008 Sergio Pascual <sergiopr at fedoraproject.org> 2.1-1
 - New upstream source
 - Rebuilt needed to fix bz #474087




More information about the scm-commits mailing list