diff --git a/wcstools.spec b/wcstools.spec index 63b77dd..52f08cf 100644 --- a/wcstools.spec +++ b/wcstools.spec @@ -1,6 +1,6 @@ Name: wcstools Version: 3.6.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Software utilities to display and manipulate the WCS of a FITS image Group: Applications/Engineering @@ -9,6 +9,7 @@ URL: http://tdc-www.harvard.edu/wcstools Source0: http://tdc-www.harvard.edu/software/wcstools/%{name}-%{version}.tar.gz Patch0: wcstools3-shared.patch Patch1: wcstools3-codewarn.patch +Patch2: wcstools3-tmpfile.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -42,6 +43,7 @@ This are the files needed to develop an application using libwcs. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__make} CC=%{__cc} CFLAGS="%{optflags} -fPIC" all @@ -82,6 +84,8 @@ This are the files needed to develop an application using libwcs. %changelog +* Wed Aug 30 2006 Sergio Pascual 3.6.5-2 +- Corrected bug in edhead (patch2) (bug #204642). * Fri Jun 21 2006 Sergio Pascual 3.6.5-1 - New upstream source 3.6.5 * Tue Jun 13 2006 Sergio Pascual 3.6.4-3