[nco] - Update to 4.0.3 - Rebase install_C_headers patch

Orion Poplawski orion at fedoraproject.org
Tue Sep 7 17:01:44 UTC 2010


commit 6b10f008952c65a76cc5007b948d80c2aac94489
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Sep 7 11:01:50 2010 -0600

    - Update to 4.0.3
    - Rebase install_C_headers patch

 .gitignore                                         |    1 +
 ...ders.patch => nco-4.0.3-install_C_headers.patch |    8 ++++----
 nco.spec                                           |    8 ++++++--
 sources                                            |    2 +-
 4 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bcd5f7b..aaab20e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 nco-4.0.2.tar.gz
+/nco-4.0.3.tar.gz
diff --git a/nco-3.9.8-install_C_headers.patch b/nco-4.0.3-install_C_headers.patch
similarity index 62%
rename from nco-3.9.8-install_C_headers.patch
rename to nco-4.0.3-install_C_headers.patch
index 644a94f..4d78a0e 100644
--- a/nco-3.9.8-install_C_headers.patch
+++ b/nco-4.0.3-install_C_headers.patch
@@ -1,6 +1,6 @@
---- nco-3.9.8/src/nco/Makefile.in.install_C_headers	2009-04-21 15:58:08.000000000 -0600
-+++ nco-3.9.8/src/nco/Makefile.in	2009-04-30 14:22:12.000000000 -0600
-@@ -428,7 +428,7 @@
+--- nco-4.0.3/src/nco/Makefile.in.install_C_headers	2010-07-29 12:49:50.000000000 -0600
++++ nco-4.0.3/src/nco/Makefile.in	2010-09-07 11:00:22.250159052 -0600
+@@ -452,7 +452,7 @@
  # To my knowledge, though, only NCO programs use libnco
  # For this reason Debian packages should not (yet) install NCO headers
  # Remove following line until learn how to prevent Debian from installing headers
@@ -8,4 +8,4 @@
 +include_HEADERS = $(HEADER_SRC)
  libnco_la_SOURCES = \
  ${HEADER_SRC} \
- ${NCO_GETOPT} \
+ ${NCO_GETOPT_C} \
diff --git a/nco.spec b/nco.spec
index bc756d3..209c25b 100644
--- a/nco.spec
+++ b/nco.spec
@@ -1,5 +1,5 @@
 Name:           nco
-Version:        4.0.2
+Version:        4.0.3
 Release:        1%{?dist}
 Summary:        Suite of programs for manipulating NetCDF/HDF4 files
 Group:          Applications/Engineering
@@ -7,7 +7,7 @@ License:        GPLv3
 URL:            http://nco.sourceforge.net/
 
 Source0:        http://nco.sourceforge.net/src/nco-%{version}.tar.gz
-Patch0:         nco-3.9.8-install_C_headers.patch
+Patch0:         nco-4.0.3-install_C_headers.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  bison, flex, gawk
@@ -111,6 +111,10 @@ fi
 %{_libdir}/libnco*.a
 
 %changelog
+* Tue Sep 7 2010 - Orion Poplawski <orion at cora.nwra.com> - 4.0.3-1
+- Update to 4.0.3
+- Rebase install_C_headers patch
+
 * Mon Jun 28 2010 - Orion Poplawski <orion at cora.nwra.com> - 4.0.2-1
 - Update to 4.0.2
 
diff --git a/sources b/sources
index 16f870d..593350d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-85a18ccb0120c8ec0e9557d96f8d978b  nco-4.0.2.tar.gz
+74564383f25d08753fcb85f7846c9ae1  nco-4.0.3.tar.gz


More information about the scm-commits mailing list