diff --git a/.gitignore b/.gitignore index f6fa314..6220783 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ netcdf-4.1.1.tar.gz /netcdf-4.2.1.tar.gz /netcdf-4.2.1.1.tar.gz /netcdf-4.3.0.tar.gz +/v4.3.1.1.tar.gz diff --git a/netcdf.spec b/netcdf.spec index a878af8..96811f8 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,12 +1,14 @@ Name: netcdf -Version: 4.3.0 -Release: 8%{?dist} +Version: 4.3.1.1 +Release: 1%{?dist} Summary: Libraries for the Unidata network Common Data Form Group: Applications/Engineering License: NetCDF URL: http://www.unidata.ucar.edu/software/netcdf/ -Source0: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-%{version}.tar.gz +# Use github tarball - the unidata download is missing files +Source0: https://github.com/Unidata/netcdf-c/archive/v%{version}.tar.gz +#Source0: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-%{version}.tar.gz #Source0: http://www.unidata.ucar.edu/downloads/netcdf/ftp/snapshot/netcdf-4-daily.tar.gz #Use pkgconfig in nc-config to avoid multi-lib issues Patch0: netcdf-pkgconfig.patch @@ -177,7 +179,7 @@ NetCDF parallel openmpi static libraries %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-c-%{version} %patch0 -p1 -b .pkgconfig @@ -326,6 +328,9 @@ make -C build check %changelog +* Thu Feb 6 2014 Orion Poplawski - 4.3.1.1-1 +- Update to 4.3.1.1 + * Fri Dec 27 2013 Orion Poplawski - 4.3.0-8 - Rebuild for hdf5 1.8.12 diff --git a/sources b/sources index b6172d6..edf6c44 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39fc507bf2966980fa92defecd9d2167 netcdf-4.3.0.tar.gz +24f7f5fd13e0b01ef83de223e05c1ba1 v4.3.1.1.tar.gz