[ncl] Update to 6.2.1

Orion Poplawski orion at fedoraproject.org
Sat Sep 6 03:49:16 UTC 2014


commit b53934ea35fb72b534e15c6d3ec6390db7e5e75f
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Sep 5 21:49:08 2014 -0600

    Update to 6.2.1

 .gitignore       |    1 +
 ncl-format.patch |  127 ------------------------------------------------------
 ncl-hdf5.patch   |   12 -----
 ncl.spec         |   14 ++----
 sources          |    2 +-
 5 files changed, 7 insertions(+), 149 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1232960..07cbcc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ ncl_ncarg_src-5.2.1.tar.gz
 /ncl_ncarg-6.1.0.tar.gz
 /ncl_ncarg-6.1.2.tar.gz
 /ncl_ncarg-6.2.0.tar.gz
+/ncl_ncarg-6.2.1.tar.gz
diff --git a/ncl.spec b/ncl.spec
index 796972e..006f842 100644
--- a/ncl.spec
+++ b/ncl.spec
@@ -1,6 +1,6 @@
 Name:           ncl
-Version:        6.2.0
-Release:        3%{?dist}
+Version:        6.2.1
+Release:        1%{?dist}
 Summary:        NCAR Command Language and NCAR Graphics
 
 Group:          Applications/Engineering
@@ -31,11 +31,6 @@ Patch1:         ncarg-4.4.1-deps.patch
 Patch2:         ncl-5.1.0-ppc64.patch
 # Add needed -lm to ictrans build, remove unneeded -lrx -lidn -ldl from ncl
 Patch3:         ncl-libs.patch
-# Fix build with -Werror=format-security
-# https://bugzilla.redhat.com/show_bug.cgi?id=1037211
-Patch4:         ncl-format.patch
-# Fix 6.2.0 compilation without EOS support
-Patch5:         ncl-hdf5.patch
 # don't have the installation target depends on the build target since
 # for library it implies running ranlib and modifying the library timestamp
 Patch10:        ncl-5.0.0-no_install_dep.patch
@@ -127,8 +122,6 @@ Example programs and data using NCL.
 %patch1 -p1 -b .deps
 %patch2 -p1 -b .ppc64
 %patch3 -p1 -b .libs
-%patch4 -p1 -b .format
-%patch5 -p1 -b .hdf5
 %patch10 -p1 -b .no_install_dep
 %patch11 -p1 -b .build_n_scripts
 %patch12 -p1 -b .netcdff
@@ -345,6 +338,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 5 2014 Orion Poplawski - 6.2.1-1
+- Update to 6.2.1
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.2.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index d12d57c..fc6b720 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-10e17772120a17f3ff30ffd79ea43a7a  ncl_ncarg-6.2.0.tar.gz
+b2b8147e88e26acf52a411d788eb47f9  ncl_ncarg-6.2.1.tar.gz


More information about the scm-commits mailing list