From 6b10f008952c65a76cc5007b948d80c2aac94489 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sep 07 2010 17:01:50 +0000 Subject: - Update to 4.0.3 - Rebase install_C_headers patch --- 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-3.9.8-install_C_headers.patch deleted file mode 100644 index 644a94f..0000000 --- a/nco-3.9.8-install_C_headers.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 @@ - # 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 --#include_HEADERS = $(HEADER_SRC) -+include_HEADERS = $(HEADER_SRC) - libnco_la_SOURCES = \ - ${HEADER_SRC} \ - ${NCO_GETOPT} \ diff --git a/nco-4.0.3-install_C_headers.patch b/nco-4.0.3-install_C_headers.patch new file mode 100644 index 0000000..4d78a0e --- /dev/null +++ b/nco-4.0.3-install_C_headers.patch @@ -0,0 +1,11 @@ +--- 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 +-#include_HEADERS = $(HEADER_SRC) ++include_HEADERS = $(HEADER_SRC) + libnco_la_SOURCES = \ + ${HEADER_SRC} \ + ${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 - 4.0.3-1 +- Update to 4.0.3 +- Rebase install_C_headers patch + * Mon Jun 28 2010 - Orion Poplawski - 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