From e6a1108327441bad31bc72034cd78423ed1191a4 Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Feb 26 2009 10:12:08 +0000 Subject: - Rebuilt to follow cfitsio 3.130 --- diff --git a/CCfits.spec b/CCfits.spec index bc716c3..51e7280 100644 --- a/CCfits.spec +++ b/CCfits.spec @@ -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 @@ Source0: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/%{name}-%{vers 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 @@ with namespaces, exception handling, and member template functions. %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 @@ This package contains the full API documentation for %{name}. %doc html %changelog +* Thu Feb 26 2009 Sergio Pascual 2.1-2 +- Rebuilt to follow cfitsio 3.130 + * Wed Dec 03 2008 Sergio Pascual 2.1-1 - New upstream source - Rebuilt needed to fix bz #474087