From 31ed202a1981ddf0e0a08e6bc9c489e490842614 Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Sep 04 2006 11:22:17 +0000 Subject: - 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 - Patched overflows in catutil.c and getdate.c - Patched incompatible pointer in binread.c Mon Jun 12 2006 Sergio Pascual 3.6.4-2 - Patched edhead. - libwcs provides libwcs.so.3 - libwcs into System Environment/Libraries group - Makefile uses ${RPM_OPT_FLAGS} and $(CC) Fri Jun 09 2006 Sergio Pascual 3.6.4-1 - Removed not needed ldconfig in wcstools and libwcs-devel. Wed Mar 08 2006 Sergio Pascual 3.6.3-1 - Initial RPM file. --- 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