From 994bd641efe547f9864b4edb6a2d6d42b407b9ba Mon Sep 17 00:00:00 2001 From: Matthew D Truch Date: Nov 14 2005 19:07:01 +0000 Subject: Fix URL and Source fields in specfile. --- diff --git a/cfitsio.spec b/cfitsio.spec index 81ccde5..7b56979 100644 --- a/cfitsio.spec +++ b/cfitsio.spec @@ -1,12 +1,12 @@ Name: cfitsio Version: 3.004 -Release: 0.10.b%{?dist} +Release: 0.11.b%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries License: GPL -URL: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3004bbeta.tar.gz -Source0: cfitsio3004bbeta.tar.gz +URL: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html +Source0: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3004bbeta.tar.gz Patch: cfitsio.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -24,8 +24,6 @@ same time, CFITSIO provides many advanced features that have made it the most widely used FITS file programming interface in the astronomical community. -http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html - %package devel Group: Development/Libraries Summary: Headers required when building programs against cfitsio @@ -68,7 +66,11 @@ rm -rf %{buildroot} %{_libdir}/libcfitsio.so %changelog -* Sun Nov 13 2005 Matthew Truch - 3.004-0.9.b +* Mon Nov 14 2005 Matthew Truch - 3.004-0.11.b +- Use proper URL: and Source: addresses. +- Correct typo in revision number in changelog. + +* Sun Nov 13 2005 Matthew Truch - 3.004-0.10.b - Patch configure and the Makefile so they obey what they are told - Require gcc-g77 to build instead of gcc-fortran like FC-4 and newer