rpms/wcstools/FC-5 wcstools3-bug232413.patch, NONE, 1.1 wcstools.spec, 1.6, 1.7

Sergio Pascual (sergiopr) fedora-extras-commits at redhat.com
Tue Mar 20 09:44:12 UTC 2007


Author: sergiopr

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

Modified Files:
	wcstools.spec 
Added Files:
	wcstools3-bug232413.patch 
Log Message:
* Tue Mar 20 2007 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.8-2
- Fix for bug #232413
* Mon Mar 19 2007 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.8-1
- New upstream source 3.6.8
- Added pacthes to remove warnings during the compilation
* Mon Feb 26 2007 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.7-1
- New upstream source 3.6.7
* Wed Nov 15 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.6-1
- New upstream source 3.6.6
* Tue Oct 10 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.6-0.1.beta
- New upstream source 3.6.6beta
* Mon Sep 4 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.5-3
- Rebuild.
* 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.


wcstools3-bug232413.patch:

--- NEW FILE wcstools3-bug232413.patch ---
diff -ur wcstools-3.6.8/libwcs/imsetwcs.c wcstools-3.6.8.patch/libwcs/imsetwcs.c
--- wcstools-3.6.8/libwcs/imsetwcs.c	2007-01-11 23:01:41.000000000 +0100
+++ wcstools-3.6.8.patch/libwcs/imsetwcs.c	2007-03-20 10:15:17.000000000 +0100
@@ -850,13 +850,13 @@
     if (gc) free ((char *)gc);
 
     /* Free memory used for object names in reference catalog */
-    if (gobj1 != NULL) {
+/*    if (gobj1 != NULL) {
 	for (i = 0; i < ns; i++) {
 	    if (gobj[i] != NULL) free (gobj[i]);
 	    gobj[i] = NULL;
 	    }
 	}
-
+*/
     /* Free image source arrays */
     if (sx) free ((char *)sx);
     if (sy) free ((char *)sy);


Index: wcstools.spec
===================================================================
RCS file: /cvs/extras/rpms/wcstools/FC-5/wcstools.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wcstools.spec	19 Mar 2007 18:23:02 -0000	1.6
+++ wcstools.spec	20 Mar 2007 09:43:39 -0000	1.7
@@ -1,6 +1,6 @@
 Name: wcstools
 Version: 3.6.8
-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 @@
 Source0: http://tdc-www.harvard.edu/software/wcstools/wcstools-%{version}.tar.gz
 Patch0: wcstools3-shared.patch
 Patch1: wcstools3-codewarn.patch
+Patch2: wcstools3-bug232413.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -41,6 +42,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__make} CC=%{__cc} CFLAGS="%{optflags} -fPIC" all
@@ -82,6 +84,8 @@
 
 
 %changelog
+* Tue Mar 20 2007 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.8-2
+- Fix for bug #232413
 * Mon Mar 19 2007 Sergio Pascual <spr at astrax.fis.ucm.es> 3.6.8-1
 - New upstream source 3.6.8
 - Added pacthes to remove warnings during the compilation




More information about the fedora-extras-commits mailing list