Update to 4.2-rc2

This commit is contained in:
Orion Poplawski 2012-03-06 15:46:48 -07:00
parent cf142b3df9
commit 8438a69a60
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <orion@cora.nwra.com> - 4.2-0.2.rc2
- Update to 4.2-rc2
* Fri Jan 13 2012 Orion Poplawski <orion@cora.nwra.com> - 4.2-0.1.rc1
- Update to 4.2-rc1
- Fortran and C++ APIs are now in separate packages

View File

@ -1 +1 @@
0944a07eb78ffafe0c70853f10b41219 netcdf-4.2-rc1.tar.gz
4347751316b03fcfce6a514a6c07316b netcdf-4.2-rc2.tar.gz