[ncl] Update to 6.1.0 Drop xwd patch applied upstream

Orion Poplawski orion at fedoraproject.org
Thu Nov 1 01:23:36 UTC 2012


commit 72596a0f1d016036926cf7e78ddc1bd095fc4bdf
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Oct 31 19:23:28 2012 -0600

    Update to 6.1.0
    Drop xwd patch applied upstream

 .gitignore    |    1 +
 ncl-xwd.patch |   50 --------------------------------------------------
 ncl.spec      |   11 ++++++-----
 sources       |    2 +-
 4 files changed, 8 insertions(+), 56 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2022d44..95abec8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,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
+/ncl_ncarg-6.1.0.tar.gz
diff --git a/ncl.spec b/ncl.spec
index c8974f8..74cd220 100644
--- a/ncl.spec
+++ b/ncl.spec
@@ -1,6 +1,6 @@
 Name:           ncl
-Version:        6.0.0
-Release:        7%{?dist}
+Version:        6.1.0
+Release:        1%{?dist}
 Summary:        NCAR Command Language and NCAR Graphics
 
 Group:          Applications/Engineering
@@ -31,8 +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
-# Patch to fix xwd driver on 64-bit (bug 839707)
-Patch4:         ncl-xwd.patch
 Patch7:         ncl-5.0.0-atlas.patch
 # don't have the installation target depends on the build target since
 # for library it implies running ranlib and modifying the library timestamp
@@ -126,7 +124,6 @@ Example programs and data using NCL.
 %patch1 -p1 -b .deps
 %patch2 -p1 -b .ppc64
 %patch3 -p1 -b .libs
-%patch4 -p1 -b .xwd
 %patch7 -p1 -b .atlas
 %patch10 -p1 -b .no_install_dep
 %patch11 -p1 -b .build_n_scripts
@@ -342,6 +339,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 31 2012 Orion Poplawski <orion at cora.nwra.com> - 6.1.0-1
+- Update to 6.1.0
+- Drop xwd patch applied upstream
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.0.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index e7a2162..f8f7eea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0afca904b8f51abdd3efada4c0dbaa42  ncl_ncarg-6.0.0.tar.gz
+e6eaef55ca0288535cf9e4203bb3874b  ncl_ncarg-6.1.0.tar.gz


More information about the scm-commits mailing list