From 8438a69a605d4669b36378adc9a7abffe7bbf0be Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 6 Mar 2012 15:46:48 -0700 Subject: [PATCH] Update to 4.2-rc2 --- .gitignore | 1 + netcdf.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1e9587e..06a5cc5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ netcdf-4.1.1.tar.gz /netcdf-4.1.2.tar.gz /netcdf-4.1.3.tar.gz /netcdf-4.2-rc1.tar.gz +/netcdf-4.2-rc2.tar.gz diff --git a/netcdf.spec b/netcdf.spec index bedb577..1de40d6 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,12 +1,12 @@ Name: netcdf Version: 4.2 -Release: 0.1.rc1%{?dist} +Release: 0.2.rc2%{?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}-rc2.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 @@ -78,7 +78,7 @@ This package contains the netCDF C static libs. %prep -%setup -q -n %{name}-%{version}-rc1 +%setup -q -n %{name}-%{version}-rc2 %patch0 -p1 -b .pkgconfig %patch1 -p1 -b .fflags @@ -136,6 +136,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Tue Mar 6 2012 Orion Poplawski - 4.2-0.2.rc2 +- Update to 4.2-rc2 + * Fri Jan 13 2012 Orion Poplawski - 4.2-0.1.rc1 - Update to 4.2-rc1 - Fortran and C++ APIs are now in separate packages diff --git a/sources b/sources index 87063c4..440e39d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0944a07eb78ffafe0c70853f10b41219 netcdf-4.2-rc1.tar.gz +4347751316b03fcfce6a514a6c07316b netcdf-4.2-rc2.tar.gz