rpms/libnc-dap/devel libnc-dap-3.7.3-libdap-3.9.3.patch, NONE, 1.1 libnc-dap.spec, 1.26, 1.27

Orion Poplawski orion at fedoraproject.org
Wed Jul 22 20:18:37 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/libnc-dap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28722

Modified Files:
	libnc-dap.spec 
Added Files:
	libnc-dap-3.7.3-libdap-3.9.3.patch 
Log Message:
Add patch to support libdap 3.9.3


libnc-dap-3.7.3-libdap-3.9.3.patch:
 NCGrid.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE libnc-dap-3.7.3-libdap-3.9.3.patch ---
--- libnc-dap-3.7.3/NCGrid.cc.libdap-3.9.3	2008-09-08 13:29:52.000000000 -0600
+++ libnc-dap-3.7.3/NCGrid.cc	2009-07-22 14:16:51.266420388 -0600
@@ -108,12 +108,12 @@
 
     // read array elements
     if (array_var()->send_p() || array_var()->is_in_selection())
-	   array_var()->read(dataset);
+	   array_var()->read();
 
     // read maps elements
     for (Map_iter p = map_begin(); p != map_end(); ++p)
     	if ((*p)->send_p() || (*p)->is_in_selection())
-    	    (*p)->read(dataset);
+    	    (*p)->read();
 
     set_read_p(true);
 


Index: libnc-dap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libnc-dap/devel/libnc-dap.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- libnc-dap.spec	22 Jul 2009 18:33:49 -0000	1.26
+++ libnc-dap.spec	22 Jul 2009 20:18:37 -0000	1.27
@@ -10,6 +10,7 @@ License: LGPLv2+
 URL: http://www.opendap.org/
 Source0: http://www.opendap.org/pub/source/libnc-dap-%{version}.tar.gz
 Patch0:  libnc-dap-3.7.3-template.patch
+Patch1:  libnc-dap-3.7.3-libdap-3.9.3.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libdap-devel >= 3.8.0 gcc-gfortran
@@ -42,6 +43,7 @@ will use libnc-dap.
 %prep
 %setup -q
 %patch0 -p1 -b .template
+%patch1 -p1 -b .libdap-3.9.3
 rm -rf netcdf/.svn
 
 %build
@@ -82,6 +84,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Wed Jul 22 2009 Orion Poplawski <orion at cora.nwra.com> - 3.7.3-3
 - Rebuild for libdap 3.9.3
+- Add patch to support 3.9.3
 
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.7.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild




More information about the fedora-extras-commits mailing list