rpms/wcstools/FC-4 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wcstools.spec, 1.2, 1.3 wcstools3-codewarn.patch, 1.1, 1.2 wcstools3-tmpfile.patch, 1.1, NONE

Sergio Pascual (sergiopr) fedora-extras-commits at redhat.com
Tue Oct 10 16:26:32 UTC 2006


Author: sergiopr

Update of /cvs/extras/rpms/wcstools/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5778

Modified Files:
	.cvsignore sources wcstools.spec wcstools3-codewarn.patch 
Removed Files:
	wcstools3-tmpfile.patch 
Log Message:
* Tue Oct 10 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.6-0.1.beta
- New upstream source 3.6.6beta
* Wed Aug 30 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.5-2
- Corrected bug in edhead (patch2) (bug #204642).
* Fri Jun 21 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.5-1
- New upstream source 3.6.5
* Tue Jun 13 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.4-3
- Patched overflows in catutil.c and getdate.c
- Patched incompatible pointer in binread.c
* Mon Jun 12 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 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 <spr at astrax.fis.ucm.es> 3.6.4-1
- Removed not needed ldconfig in wcstools and libwcs-devel.
* Wed Mar 08 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.3-1
- Initial RPM file.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wcstools/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	26 Jun 2006 17:27:53 -0000	1.2
+++ .cvsignore	10 Oct 2006 16:26:31 -0000	1.3
@@ -1 +1 @@
-wcstools-3.6.5.tar.gz
+wcstools-3.6.6beta.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wcstools/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	26 Jun 2006 17:27:53 -0000	1.2
+++ sources	10 Oct 2006 16:26:31 -0000	1.3
@@ -1 +1 @@
-9cd9bbbe1408c2d92728d8f039291fb3  wcstools-3.6.5.tar.gz
+cc7bdf13772282618c094d4baf54e800  wcstools-3.6.6beta.tar.gz


Index: wcstools.spec
===================================================================
RCS file: /cvs/extras/rpms/wcstools/FC-4/wcstools.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wcstools.spec	4 Sep 2006 11:22:52 -0000	1.2
+++ wcstools.spec	10 Oct 2006 16:26:31 -0000	1.3
@@ -1,18 +1,16 @@
 Name: wcstools
-Version: 3.6.5
-Release: 2%{?dist}
+Version: 3.6.6
+Release: 0.1.beta%{?dist}
 Summary: Software utilities to display and manipulate the WCS of a FITS image
 
 Group: Applications/Engineering
 License: GPL
 URL: http://tdc-www.harvard.edu/wcstools
-Source0: http://tdc-www.harvard.edu/software/wcstools/%{name}-%{version}.tar.gz
+Source0: http://tdc-www.harvard.edu/software/wcstools/wcstools-3.6.6beta.tar.gz
 Patch0: wcstools3-shared.patch
 Patch1: wcstools3-codewarn.patch
-Patch2: wcstools3-tmpfile.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-
 %description
 Wcstools is a set of software utilities, written in C, which create,
 display and manipulate the world coordinate system of a FITS or IRAF
@@ -35,7 +33,7 @@
 Summary: Libraries, includes, etc. used to develop an application with libwcs
 Group: Development/Libraries
 License: LGPL
-Requires: %{name} = %{version}-%{release}
+Requires: libwcs = %{version}-%{release}
 %description -n libwcs-devel
 This are the files needed to develop an application using libwcs.
 
@@ -43,7 +41,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %{__make} CC=%{__cc} CFLAGS="%{optflags} -fPIC" all
@@ -74,6 +71,7 @@
 
 %files -n libwcs
 %defattr(-,root,root)
+%doc libwcs/COPYING
 %{_libdir}/*.so.*
 
 %files -n libwcs-devel
@@ -84,6 +82,8 @@
 
 
 %changelog
+* Tue Oct 10 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.6-0.1.beta
+- New upstream source 3.6.6beta
 * Wed Aug 30 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.5-2
 - Corrected bug in edhead (patch2) (bug #204642).
 * Fri Jun 21 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.5-1

wcstools3-codewarn.patch:

Index: wcstools3-codewarn.patch
===================================================================
RCS file: /cvs/extras/rpms/wcstools/FC-4/wcstools3-codewarn.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wcstools3-codewarn.patch	26 Jun 2006 17:27:53 -0000	1.1
+++ wcstools3-codewarn.patch	10 Oct 2006 16:26:31 -0000	1.2
@@ -1,18 +1,17 @@
-diff -ur wcstools-3.6.5.orig/getdate.c wcstools-3.6.5/getdate.c
---- wcstools-3.6.5.orig/getdate.c	2006-06-22 01:46:49.000000000 +0200
-+++ wcstools-3.6.5/getdate.c	2006-06-23 10:23:36.000000000 +0200
-@@ -382,7 +382,7 @@
-     char outform[16];
-     char *fitsdate, *newfdate;
++++ wcstools-3.6.6/getdate.c	2006-10-10 12:07:22.000000000 +0200
+--- wcstools-3.6.6.orig/getdate.c	2006-10-10 12:06:11.000000000 +0200
+@@ -413,7 +413,7 @@
+     char *fitsdate, *newfdate, *stdate;
      char temp[64];
+     char fyear[16];
 -    char ts0[8];
 +    char ts0[9];
      char *tchar;
      int its, its1;
      time_t lts;
-diff -ur wcstools-3.6.5.orig/libwcs/binread.c wcstools-3.6.5/libwcs/binread.c
---- wcstools-3.6.5.orig/libwcs/binread.c	2006-06-20 22:07:37.000000000 +0200
-+++ wcstools-3.6.5/libwcs/binread.c	2006-06-23 10:24:39.000000000 +0200
+diff -ur wcstools-3.6.6.orig/libwcs/binread.c wcstools-3.6.6/libwcs/binread.c
+--- wcstools-3.6.6.orig/libwcs/binread.c	2006-10-10 12:10:47.000000000 +0200
++++ wcstools-3.6.6/libwcs/binread.c	2006-10-10 12:11:22.000000000 +0200
 @@ -1358,7 +1358,7 @@
  	for (i = 0; i < nmag; i++) {
  	    moveb (sc->catline, (char *) st->mag, 2, sc->entmag[0]+(i*2), i*2);
@@ -22,9 +21,9 @@
  	    st->xmag[i] = 0.01 * (double) st->mag[i];
  	    }
  	}
-diff -ur wcstools-3.6.5.orig/libwcs/catutil.c wcstools-3.6.5/libwcs/catutil.c
---- wcstools-3.6.5.orig/libwcs/catutil.c	2006-06-20 21:05:14.000000000 +0200
-+++ wcstools-3.6.5/libwcs/catutil.c	2006-06-23 10:29:31.000000000 +0200
+diff -ur wcstools-3.6.6.orig/libwcs/catutil.c wcstools-3.6.6/libwcs/catutil.c
+--- wcstools-3.6.6.orig/libwcs/catutil.c	2006-10-10 12:10:47.000000000 +0200
++++ wcstools-3.6.6/libwcs/catutil.c	2006-10-10 12:12:08.000000000 +0200
 @@ -722,7 +722,7 @@
  	    lname = 0;
  	else


--- wcstools3-tmpfile.patch DELETED ---




More information about the scm-commits mailing list