diff --git a/.cvsignore b/.cvsignore index 6f33769..e60286c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cfitsio3210.tar.gz +cfitsio3240.tar.gz diff --git a/cfitsio.patch b/cfitsio.patch index 5f86157..344b0dd 100644 --- a/cfitsio.patch +++ b/cfitsio.patch @@ -1,7 +1,7 @@ -diff -ur cfitsio/configure cfitio-fixed/configure ---- cfitsio/configure 2009-09-03 16:33:59.000000000 -0400 -+++ cfitio-fixed/configure 2009-11-02 15:33:12.000000000 -0500 -@@ -4061,7 +4061,8 @@ +diff -ur cfitsio/configure cfitsio-fixed-configure/configure +--- cfitsio/configure 2010-01-08 13:03:29.000000000 -0500 ++++ cfitsio-fixed-configure/configure 2010-01-27 15:46:34.000000000 -0500 +@@ -4058,7 +4058,8 @@ SHLIB_SUFFIX=".sl" ;; lnx) @@ -11,7 +11,7 @@ diff -ur cfitsio/configure cfitio-fixed/configure ;; osf) SHLIB_LD="ld -shared -expect_unresolved '*'" -@@ -4082,7 +4083,7 @@ +@@ -4079,7 +4080,7 @@ # Darwin uses gcc (=cc), but needs different flags (see above) # if test "x$GCC" = xyes; then if test "x$GCC" = xyes && test "x$EXT" != xdarwin && test "x$EXT" != xcygwin; then @@ -20,9 +20,9 @@ diff -ur cfitsio/configure cfitio-fixed/configure lhea_shlib_cflags='-fPIC' fi if test "x$lhea_shlib_cflags" != x; then -diff -ur cfitsio/Makefile.in cfitio-fixed/Makefile.in ---- cfitsio/Makefile.in 2009-07-14 16:40:37.000000000 -0400 -+++ cfitio-fixed/Makefile.in 2009-11-02 15:33:12.000000000 -0500 +diff -ur cfitsio/Makefile.in cfitsio-fixed-configure/Makefile.in +--- cfitsio/Makefile.in 2010-01-08 13:03:30.000000000 -0500 ++++ cfitsio-fixed-configure/Makefile.in 2010-01-27 15:46:34.000000000 -0500 @@ -22,8 +22,8 @@ exec_prefix = @exec_prefix@ DESTDIR = diff --git a/cfitsio.spec b/cfitsio.spec index e3f07b6..0848d02 100644 --- a/cfitsio.spec +++ b/cfitsio.spec @@ -1,12 +1,12 @@ Name: cfitsio -Version: 3.210 -Release: 2%{?dist} +Version: 3.240 +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/cfitsio3210.tar.gz +Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3240.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: cfitsio.patch @@ -108,6 +108,9 @@ rm -rf %{buildroot} %doc fitsio.doc fitsio.ps cfitsio.doc cfitsio.ps %changelog +* Wed Jan 27 2010 Matthew Truch - 3.240-1 +- Update to upstream 3.240 release. + * Mon Nov 2 2009 Matthew Truch - 3.210-2 - Re-introduce library soname patch (accidentally removed it). diff --git a/sources b/sources index 2398cbc..e340b27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30f7e968983f6f46162f12368b68c42a cfitsio3210.tar.gz +0cbb1b1d074a3203a9ba7df90be93d19 cfitsio3240.tar.gz