diff --git a/.gitignore b/.gitignore index 1487553..4217044 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ netcdf-4.1.1.tar.gz /netcdf-4.2-rc2.tar.gz /netcdf-4.2.tar.gz /netcdf-4.2.1-rc1.tar.gz +/netcdf-4.2.1.tar.gz diff --git a/netcdf.spec b/netcdf.spec index e5c087e..c3d314a 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,12 +1,12 @@ Name: netcdf Version: 4.2.1 -Release: 0.2.rc1%{?dist} +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}-rc1.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 @@ -171,7 +171,7 @@ NetCDF parallel openmpi static libraries %prep -%setup -q -n %{name}-%{version}-rc1 +%setup -q -n %{name}-%{version} %patch0 -p1 -b .pkgconfig @@ -317,6 +317,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Sun Jul 22 2012 Orion Poplawski - 4.2.1-1 +- Update to 4.2.1 final + * Fri Jul 20 2012 Fedora Release Engineering - 4.2.1-0.2.rc1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 7959a49..c99a6cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fcd4feee01eeb98662504c8f37fba4b netcdf-4.2.1-rc1.tar.gz +a8603acfd6b95bd885ef0d225c16ce9f netcdf-4.2.1.tar.gz