diff --git a/.cvsignore b/.cvsignore index 3228765..88f1a5a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nco-3.9.7.tar.gz +nco-3.9.8.tar.gz diff --git a/nco-3.9.7-install_C_headers.patch b/nco-3.9.7-install_C_headers.patch deleted file mode 100644 index c1b4ce3..0000000 --- a/nco-3.9.7-install_C_headers.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- nco-3.9.7/src/nco/Makefile.in.install_C_headers 2009-03-17 17:14:44.000000000 -0600 -+++ nco-3.9.7/src/nco/Makefile.in 2009-03-25 16:15:54.000000000 -0600 -@@ -424,7 +424,7 @@ - # To my knowledge, thought, only NCO programs use libnco - # For this reason Debian packages should not install NCO headers (yet) - # 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-3.9.8-install_C_headers.patch b/nco-3.9.8-install_C_headers.patch new file mode 100644 index 0000000..644a94f --- /dev/null +++ b/nco-3.9.8-install_C_headers.patch @@ -0,0 +1,11 @@ +--- 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.spec b/nco.spec index 18aa84a..fb123d2 100644 --- a/nco.spec +++ b/nco.spec @@ -1,13 +1,13 @@ Name: nco -Version: 3.9.7 -Release: 2%{?dist} +Version: 3.9.8 +Release: 1%{?dist} Summary: Suite of programs for manipulating NetCDF/HDF4 files Group: Applications/Engineering License: GPLv3 URL: http://nco.sourceforge.net/ Source0: http://nco.sourceforge.net/src/nco-%{version}.tar.gz -Patch0: nco-3.9.7-install_C_headers.patch +Patch0: nco-3.9.8-install_C_headers.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bison, flex, gawk @@ -108,6 +108,10 @@ fi %{_libdir}/libnco*.a %changelog +* Thu Apr 30 2009 - Orion Poplawski - 3.9.8-1 +- Update to 3.9.8 +- Update install headers patch + * Mon Mar 30 2009 - Orion Poplawski - 3.9.7-2 - Drop include patch fixed in antlr 2.7.7-5 diff --git a/sources b/sources index 1009583..4f7a11f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d91e478fd98725086dfb088705935bb2 nco-3.9.7.tar.gz +412e3dce53abef435d415d39c0dc36a0 nco-3.9.8.tar.gz