From 9ccd7470e32a002b5d907a9b60b459155ffd5372 Mon Sep 17 00:00:00 2001 From: Matthew D Truch Date: Feb 21 2010 20:25:41 +0000 Subject: Correct version number in pkgconfig file. --- diff --git a/cfitsio-pkgconfig.patch b/cfitsio-pkgconfig.patch new file mode 100644 index 0000000..9b375af --- /dev/null +++ b/cfitsio-pkgconfig.patch @@ -0,0 +1,12 @@ +diff -ur cfitsio/cfitsio.pc.in cfitsio-pkgconfig/cfitsio.pc.in +--- cfitsio/cfitsio.pc.in 2010-01-26 12:39:34.000000000 -0500 ++++ cfitsio-pkgconfig/cfitsio.pc.in 2010-02-21 15:18:26.000000000 -0500 +@@ -5,7 +5,7 @@ + + Name: cfitsio + Description: FITS File Subroutine Library +-Version: 3.24 ++Version: 3.240 + Libs: -L${libdir} -lcfitsio @LIBS@ + Libs.private: -lm + Cflags: -I${includedir} diff --git a/cfitsio.spec b/cfitsio.spec index 61868f0..80119a8 100644 --- a/cfitsio.spec +++ b/cfitsio.spec @@ -1,6 +1,6 @@ Name: cfitsio Version: 3.240 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries @@ -9,6 +9,7 @@ URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3240.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: cfitsio.patch +Patch1: cfitsio-pkgconfig.patch BuildRequires: gcc-gfortran Requires(post): /sbin/ldconfig @@ -51,6 +52,7 @@ Stand-alone documentation for cfitsio. %prep %setup -q -n cfitsio %patch0 -p1 +%patch1 -p1 %build FC=f95 @@ -108,6 +110,9 @@ rm -rf %{buildroot} %doc fitsio.doc fitsio.ps cfitsio.doc cfitsio.ps %changelog +* Sun Feb 21 2010 Matthew Truch - 3.240-3 +- Correct pkgconfig version number in .pc file. + * Sat Feb 20 2010 Matthew Truch - 3.240-2 - Bump to rebuild.