rpms/netcdf/EL-6 netcdf.spec,1.41,1.42

Orion Poplawski orion at fedoraproject.org
Mon May 17 16:19:06 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/netcdf/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8583

Modified Files:
	netcdf.spec 
Log Message:
* Mon May 17 2010 Orion Poplawski <orion at cora.nwra.com> - 4.1.1-3.1
- valgrind crashes on ppc64 (bug #593027), don't use it



Index: netcdf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf/EL-6/netcdf.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- netcdf.spec	17 May 2010 15:33:43 -0000	1.41
+++ netcdf.spec	17 May 2010 16:19:06 -0000	1.42
@@ -1,6 +1,6 @@
 Name:           netcdf
 Version:        4.1.1
-Release:        3%{?dist}
+Release:        3%{?dist}.1
 Summary:        Libraries for the Unidata network Common Data Form
 
 Group:          Applications/Engineering
@@ -92,7 +92,9 @@ export FCFLAGS="$FFLAGS"
            --enable-dap \
            --enable-ncgen4 \
            --enable-extra-example-tests \
+%ifnarch ppc64
            --enable-valgrind-tests \
+%endif
            --disable-dap-remote-tests
 #Need to be able to properly list all hdf4 library deps and location
 #           --enable-hdf4 \
@@ -161,6 +163,9 @@ fi
 
 
 %changelog
+* Mon May 17 2010 Orion Poplawski <orion at cora.nwra.com> - 4.1.1-3.1
+- valgrind crashes on ppc64 (bug #593027), don't use it
+
 * Mon Apr 19 2010 Orion Poplawski <orion at cora.nwra.com> - 4.1.1-3
 - Explicitly link libnetcdf.so against -lhdf5_hl -lhdf5
 



More information about the scm-commits mailing list