[netcdf] Update to 4.2.1 final

Orion Poplawski orion at fedoraproject.org
Sun Jul 22 12:38:47 UTC 2012


commit a3c15e43d93db4a7d0eb6b39ff8233663a21f67d
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sun Jul 22 06:38:24 2012 -0600

    Update to 4.2.1 final

 .gitignore  |    1 +
 netcdf.spec |    9 ++++++---
 sources     |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
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 <orion at cora.nwra.com> - 4.2.1-1
+- Update to 4.2.1 final
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list