From da57eccd760fd50ac35260cc92bd352c299d7ca2 Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Jun 09 2011 20:48:07 +0000 Subject: New upstream version, with improved image compression floating-point FITS --- diff --git a/.gitignore b/.gitignore index 35329db..9e82aaf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ cfitsio3250.tar.gz /cfitsio3270.tar.gz +/cfitsio3280.tar.gz diff --git a/cfitsio-pkgconfig.patch b/cfitsio-pkgconfig.patch index 6f96201..40b1d5c 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.27 -+Version: 3.270 +-Version: 3.28 ++Version: 3.280 Libs: -L${libdir} -lcfitsio @LIBS@ Libs.private: -lm Cflags: -I${includedir} diff --git a/cfitsio.spec b/cfitsio.spec index 50aadab..ca6aaf8 100644 --- a/cfitsio.spec +++ b/cfitsio.spec @@ -1,12 +1,12 @@ Name: cfitsio -Version: 3.270 +Version: 3.280 Release: 1%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries License: MIT URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html -Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3270.tar.gz +Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3280.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: cfitsio.patch Patch1: cfitsio-pkgconfig.patch @@ -146,6 +146,9 @@ rm -rf %{buildroot} %{_bindir}/funpack %changelog +* Thu Jun 09 2011 Sergio Pascual - 3.280-1 +- New upstream version, with improved image compression floating-point FITS + * Mon Apr 11 2011 Matthew Truch - 3.270-1 - Upstream 3.270 release. - Several bugfixes. diff --git a/sources b/sources index ece3300..49911c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a72b323de3f40ad1a671f2167500336 cfitsio3270.tar.gz +fdb9c0f51678b47e78592c70fb5dc793 cfitsio3280.tar.gz