From 517f314b440938e3a300b49d3f09f14a169c7d18 Mon Sep 17 00:00:00 2001 From: Matthew D Truch Date: Jul 04 2010 13:44:57 +0000 Subject: Upstream 2.250 bugfix release. --- diff --git a/.cvsignore b/.cvsignore index e60286c..4531df1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cfitsio3240.tar.gz +cfitsio3250.tar.gz diff --git a/cfitsio-pkgconfig.patch b/cfitsio-pkgconfig.patch index 9b375af..b0fd801 100644 --- a/cfitsio-pkgconfig.patch +++ b/cfitsio-pkgconfig.patch @@ -5,8 +5,8 @@ diff -ur cfitsio/cfitsio.pc.in cfitsio-pkgconfig/cfitsio.pc.in Name: cfitsio Description: FITS File Subroutine Library --Version: 3.24 -+Version: 3.240 +-Version: 3.25 ++Version: 3.250 Libs: -L${libdir} -lcfitsio @LIBS@ Libs.private: -lm Cflags: -I${includedir} diff --git a/cfitsio.spec b/cfitsio.spec index 5cf2af1..925cb75 100644 --- a/cfitsio.spec +++ b/cfitsio.spec @@ -1,12 +1,12 @@ Name: cfitsio -Version: 3.240 -Release: 4%{?dist} +Version: 3.250 +Release: 1%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries License: GPLv2+ URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html -Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3240.tar.gz +Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3250.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: cfitsio.patch Patch1: cfitsio-pkgconfig.patch @@ -64,9 +64,8 @@ export CC=gcc # fixes -O*, -g make shared %{?_smp_mflags} unset FC # Manually fix pkgconfig .pc file (BZ 436539) -sed 's|${exec_prefix}/lib|${exec_prefix}/%{_lib}|' cfitsio.pc >cfitsio.pc.new -sed 's|${prefix}/include|${prefix}/include/%{name}|' cfitsio.pc.new >cfitsio.pc -rm -f cfitsio.pc.new +sed 's|${prefix}/include|${prefix}/include/%{name}|' cfitsio.pc >cfitsio.pc.new +mv cfitsio.pc.new cfitsio.pc %check make testprog @@ -112,6 +111,9 @@ rm -rf %{buildroot} %doc fitsio.doc fitsio.ps cfitsio.doc cfitsio.ps %changelog +* Sun Jul 4 2010 Matthew Truch - 3.250-1 +- Upstream 2.250 release. + * Wed Jun 30 2010 Karsten Hopp 3.240-4 - add s390(x) as bigendian machines diff --git a/sources b/sources index e340b27..ee4483b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0cbb1b1d074a3203a9ba7df90be93d19 cfitsio3240.tar.gz +1e6e390f21fab4e04781156fddcd2f8b cfitsio3250.tar.gz