From 73df6d1b641f582edc741cc3b2dbec03c615dbf5 Mon Sep 17 00:00:00 2001 From: Matthew D Truch Date: Feb 18 2010 01:53:45 +0000 Subject: Upstream 3.240 --- diff --git a/.cvsignore b/.cvsignore index 2a45edc..e60286c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cfitsio3140.tar.gz +cfitsio3240.tar.gz diff --git a/cfitsio.patch b/cfitsio.patch index 6731238..344b0dd 100644 --- a/cfitsio.patch +++ b/cfitsio.patch @@ -1,7 +1,7 @@ -diff -u cfitsio/configure cfitsio-fixed/configure ---- cfitsio/configure 2007-11-05 15:52:57.000000000 -0500 -+++ cfitsio-fixed/configure 2008-09-19 18:50:51.000000000 -0400 -@@ -3397,7 +3397,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 -u cfitsio/configure cfitsio-fixed/configure ;; osf) SHLIB_LD="ld -shared -expect_unresolved '*'" -@@ -3418,7 +3419,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 -u cfitsio/configure cfitsio-fixed/configure lhea_shlib_cflags='-fPIC' fi if test "x$lhea_shlib_cflags" != x; then -diff -u cfitsio/Makefile.in cfitsio-fixed/Makefile.in ---- cfitsio/Makefile.in 2008-01-14 13:30:51.000000000 -0500 -+++ cfitsio-fixed/Makefile.in 2008-09-19 18:51:41.000000000 -0400 +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 f8bbb71..ebc1548 100644 --- a/cfitsio.spec +++ b/cfitsio.spec @@ -1,12 +1,12 @@ Name: cfitsio -Version: 3.140 -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/cfitsio3140.tar.gz +Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3240.tar.gz Patch: cfitsio.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -111,6 +111,9 @@ rm -rf %{buildroot} %doc fitsio.doc fitsio.ps cfitsio.doc cfitsio.ps %changelog +* Wed Feb 17 2010 Matthew Truch - 3.240-1 +- Upstream 3.240 bugfix release. + * Fri Jul 24 2009 Matthew Truch - 3.140-2 - Bump to include proper tarball. diff --git a/sources b/sources index 39ca3f2..e340b27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7467fdacb807ebeef7fe088f2b69d9ee cfitsio3140.tar.gz +0cbb1b1d074a3203a9ba7df90be93d19 cfitsio3240.tar.gz