rpms/dap-hdf4_handler/devel hdf4_handler-3.7.9-gcc43.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 dap-hdf4_handler.spec, 1.20, 1.21 sources, 1.7, 1.8 dap-hdf4_handler-3.7.7-open.patch, 1.1, NONE

Patrice Dumas pertusus at fedoraproject.org
Wed Sep 10 17:01:07 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/dap-hdf4_handler/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29603

Modified Files:
	.cvsignore dap-hdf4_handler.spec sources 
Added Files:
	hdf4_handler-3.7.9-gcc43.patch 
Removed Files:
	dap-hdf4_handler-3.7.7-open.patch 
Log Message:
* Fri Sep  5 2008 Patrice Dumas <pertusus at free.fr> 3.7.9-1
- update to 3.7.9
- remove now unneeded open patch


hdf4_handler-3.7.9-gcc43.patch:

--- NEW FILE hdf4_handler-3.7.9-gcc43.patch ---
diff -up hdf4_handler-3.7.9/HDF4RequestHandler.cc.gcc43 hdf4_handler-3.7.9/HDF4RequestHandler.cc
--- hdf4_handler-3.7.9/HDF4RequestHandler.cc.gcc43	2008-06-20 21:51:24.000000000 +0200
+++ hdf4_handler-3.7.9/HDF4RequestHandler.cc	2008-09-05 18:30:47.000000000 +0200
@@ -28,6 +28,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <cstdlib>
 
 #include "HDF4RequestHandler.h"
 #include "BESResponseNames.h"
diff -up hdf4_handler-3.7.9/eosdas-test.cc.gcc43 hdf4_handler-3.7.9/eosdas-test.cc
--- hdf4_handler-3.7.9/eosdas-test.cc.gcc43	2008-09-05 18:37:24.000000000 +0200
+++ hdf4_handler-3.7.9/eosdas-test.cc	2008-09-05 18:37:56.000000000 +0200
@@ -54,6 +54,7 @@ static char rcsid[] not_used =
 
 #include <iostream>
 #include <string>
+#include <cstdlib>
 
 #include <GetOpt.h>
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dap-hdf4_handler/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	2 Jan 2008 00:16:35 -0000	1.7
+++ .cvsignore	10 Sep 2008 17:00:37 -0000	1.8
@@ -1 +1 @@
-hdf4_handler-3.7.7.tar.gz
+hdf4_handler-3.7.9.tar.gz


Index: dap-hdf4_handler.spec
===================================================================
RCS file: /cvs/extras/rpms/dap-hdf4_handler/devel/dap-hdf4_handler.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- dap-hdf4_handler.spec	19 Feb 2008 18:06:19 -0000	1.20
+++ dap-hdf4_handler.spec	10 Sep 2008 17:00:37 -0000	1.21
@@ -1,15 +1,15 @@
 Summary:         HDF4 data handler for the OPeNDAP Data server
 Name:            dap-hdf4_handler
-Version:         3.7.7
-Release:         4%{?dist}
+Version:         3.7.9
+Release:         1%{?dist}
 License:         LGPLv2+
 Group:           System Environment/Daemons 
 Source0:         http://www.opendap.org/pub/source/hdf4_handler-%{version}.tar.gz
-Patch0:          %{name}-3.7.7-open.patch
+Patch0:          hdf4_handler-3.7.9-gcc43.patch
 URL:             http://www.opendap.org/
 
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:   libdap-devel >= 3.7.5 hdf-devel
+BuildRequires:   libdap-devel >= 3.8.2 hdf-devel
 BuildRequires:   bes-devel
 
 %description
@@ -19,7 +19,7 @@
 
 %prep 
 %setup -q -n hdf4_handler-%{version}
-%patch0 -p0
+%patch0 -p1 -b .gcc43
 
 %build
 %configure --disable-dependency-tracking --disable-static
@@ -43,6 +43,10 @@
 %doc COPYING COPYRIGHT_URI NEWS README
 
 %changelog
+* Fri Sep  5 2008 Patrice Dumas <pertusus at free.fr> 3.7.9-1
+- update to 3.7.9
+- remove now unneeded open patch
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.7.7-4
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dap-hdf4_handler/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	2 Jan 2008 00:16:35 -0000	1.7
+++ sources	10 Sep 2008 17:00:37 -0000	1.8
@@ -1 +1 @@
-29a90c3396e85549910354b5e89a7d0e  hdf4_handler-3.7.7.tar.gz
+48b9705084629b3dab9a72c0026b0e3e  hdf4_handler-3.7.9.tar.gz


--- dap-hdf4_handler-3.7.7-open.patch DELETED ---




More information about the fedora-extras-commits mailing list