rpms/netcdf/F-9 netcdf-3.6.3-gcc43.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 netcdf.spec, 1.25, 1.26 sources, 1.6, 1.7 netcdf-3.6.2-gcc43.patch, 1.1, NONE

Orion Poplawski orion at fedoraproject.org
Wed Oct 22 17:20:35 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/netcdf/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19717

Modified Files:
	.cvsignore netcdf.spec sources 
Added Files:
	netcdf-3.6.3-gcc43.patch 
Removed Files:
	netcdf-3.6.2-gcc43.patch 
Log Message:
* Wed Oct 22 2008 Orion Poplawski <orion at cora.nwra.com> - 3.6.3-1
- Update to 3.6.3


netcdf-3.6.3-gcc43.patch:

--- NEW FILE netcdf-3.6.3-gcc43.patch ---
--- netcdf-3.6.2/examples/CXX/sfc_pres_temp_rd.cpp.gcc43	2007-01-19 05:52:13.000000000 -0700
+++ netcdf-3.6.2/examples/CXX/sfc_pres_temp_rd.cpp	2008-04-02 13:46:08.000000000 -0600
@@ -18,6 +18,7 @@
 
 #include <iostream>
 #include <netcdfcpp.h>
+#include <cstring>
 
 using namespace std;
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf/F-9/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	18 Mar 2007 19:20:16 -0000	1.6
+++ .cvsignore	22 Oct 2008 17:20:04 -0000	1.7
@@ -1 +1 @@
-netcdf-3.6.2.tar.bz2
+netcdf-3.6.3.tar.gz


Index: netcdf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf/F-9/netcdf.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- netcdf.spec	2 Apr 2008 20:02:07 -0000	1.25
+++ netcdf.spec	22 Oct 2008 17:20:04 -0000	1.26
@@ -1,13 +1,13 @@
 Name:           netcdf
-Version:        3.6.2
-Release:        7%{?dist}
+Version:        3.6.3
+Release:        1%{?dist}
 Summary:        Libraries for the Unidata network Common Data Form (NetCDF v3)
 
 Group:          Applications/Engineering
 License:        NetCDF
 URL:            http://my.unidata.ucar.edu/content/software/netcdf/index.html
-Source0:        ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-3.6.2.tar.bz2
-Patch0:         netcdf-3.6.2-gcc43.patch
+Source0:        ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-%{version}.tar.gz
+Patch0:         netcdf-3.6.3-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gcc-gfortran, gawk
@@ -81,6 +81,8 @@
 /bin/mv ${RPM_BUILD_ROOT}%{_includedir}/*.* \
   ${RPM_BUILD_ROOT}%{_includedir}/netcdf-3
 /bin/rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
+rm ${RPM_BUILD_ROOT}%{_infodir}/dir
+rm ${RPM_BUILD_ROOT}%{_infodir}/netcdf-install.info*
 #
 #  Does the /usr/include/netcdf-3/netcdf.mod file really belong in 
 #  /usr/include/netcdf-3/ or should it go in /usr/lib/netcdf-3 ???
@@ -108,12 +110,18 @@
 %doc COPYRIGHT README
 %{_bindir}/*
 %{_libdir}/*.so.*
+%{_infodir}/netcdf.info*
+%{_infodir}/netcdf-tutorial.info*
 %{_mandir}/man1/*
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/netcdf-3
 %{_libdir}/*.so
+%{_infodir}/netcdf-c.info*
+%{_infodir}/netcdf-cxx.info*
+%{_infodir}/netcdf-f77.info*
+%{_infodir}/netcdf-f90.info*
 %{_mandir}/man3/*
 
 %files static
@@ -122,6 +130,9 @@
 
 
 %changelog
+* Wed Oct 22 2008 Orion Poplawski <orion at cora.nwra.com> - 3.6.3-1
+- Update to 3.6.3
+
 * Wed Apr  2 2008 Orion Poplawski <orion at cora.nwra.com> - 3.6.2-7
 - Change patch to include <cstring>
 - Remove %%{?_smp_mflags} - not parallel build safe (fortran modules)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf/F-9/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	18 Mar 2007 19:20:16 -0000	1.6
+++ sources	22 Oct 2008 17:20:04 -0000	1.7
@@ -1 +1 @@
-1eca0ea1e81e14ebc5bb93e5dd25c364  netcdf-3.6.2.tar.bz2
+334e9bdc010b6cd03fd6531a45fe50ad  netcdf-3.6.3.tar.gz


--- netcdf-3.6.2-gcc43.patch DELETED ---




More information about the scm-commits mailing list