[ncl] Update to 6.0.0 final

Orion Poplawski orion at fedoraproject.org
Thu Sep 1 16:30:48 UTC 2011


commit 51b3dfed6763e6f734fc19d8094b7d93dcc4f583
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Sep 1 10:30:35 2011 -0600

    Update to 6.0.0 final

 .gitignore |    1 +
 ncl.spec   |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a6c593..2022d44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 ncl_ncarg_src-5.2.0.tar.gz
 ncl_ncarg_src-5.2.1.tar.gz
 /ncl_ncarg-6.0.0-beta.tar.gz
+/ncl_ncarg-6.0.0.tar.gz
diff --git a/ncl.spec b/ncl.spec
index c7f3f4c..6c668c0 100644
--- a/ncl.spec
+++ b/ncl.spec
@@ -1,13 +1,13 @@
 Name:           ncl
 Version:        6.0.0
-Release:        0.2.beta%{?dist}
+Release:        1%{?dist}
 Summary:        NCAR Command Language and NCAR Graphics
 
 Group:          Applications/Engineering
 License:        BSD
 URL:            http://www.ncl.ucar.edu
 # You must register for a free account at http://esg.ucar.edu/ before being able to download the source.
-Source0:        ncl_ncarg-%{version}-beta.tar.gz
+Source0:        ncl_ncarg-%{version}.tar.gz
 Source1:        Site.local.ncl
 Source2:        ncarg.csh
 Source3:        ncarg.sh
@@ -121,7 +121,7 @@ Example programs and data using NCL.
 
 
 %prep
-%setup -q -n ncl_ncarg-%{version}-beta
+%setup -q -n ncl_ncarg-%{version}
 %patch0 -p1 -b .paths
 %patch1 -p1 -b .deps
 %patch2 -p1 -b .ppc64
@@ -339,6 +339,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Sep 1 2011 - Orion Poplawski <orion at cora.nwra.com> - 6.0.0-1
+- Update to 6.0.0 final
+
 * Wed May 18 2011 - Orion Poplawski <orion at cora.nwra.com> - 6.0.0-0.2.beta
 - Rebuild for hdf5 1.8.7
 
diff --git a/sources b/sources
index b847f21..e7a2162 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-681e1664257103f67aec8495463c894c  ncl_ncarg-6.0.0-beta.tar.gz
+0afca904b8f51abdd3efada4c0dbaa42  ncl_ncarg-6.0.0.tar.gz


More information about the scm-commits mailing list