rpms/nco/devel .cvsignore, 1.7, 1.8 nco.spec, 1.11, 1.12 nco_install_C_headers.patch, 1.2, 1.3 sources, 1.7, 1.8

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Thu Jul 10 11:48:29 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/nco/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28598

Modified Files:
	.cvsignore nco.spec nco_install_C_headers.patch sources 
Log Message:
* Thu Jul 10 2008 - Patrice Dumas <pertusus at free.fr> - 3.9.5-1
- update to 3.9.5



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nco/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	1 Mar 2008 13:10:16 -0000	1.7
+++ .cvsignore	10 Jul 2008 11:47:37 -0000	1.8
@@ -1 +1 @@
-nco-3.9.3.tar.gz
+nco-3.9.5.tar.gz


Index: nco.spec
===================================================================
RCS file: /cvs/extras/rpms/nco/devel/nco.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- nco.spec	1 Mar 2008 13:10:16 -0000	1.11
+++ nco.spec	10 Jul 2008 11:47:37 -0000	1.12
@@ -1,5 +1,5 @@
 Name:           nco
-Version:        3.9.3
+Version:        3.9.5
 Release:        1%{?dist}
 Summary:        Suite of programs for manipulating NetCDF/HDF4 files
 Group:          Applications/Engineering
@@ -10,7 +10,7 @@
 #  using the following recommended commands:
 #    cvs -d:pserver:anonymous at nco.cvs.sourceforge.net:/cvsroot/nco login
 #    cvs -z3 -d:pserver:anonymous at nco.cvs.sourceforge.net:/cvsroot/nco \
-#        co -r nco-3_9_3 -d nco-%{version} nco
+#        co -r nco-3_9_5 -d nco-%{version} nco
 #    tar -czf nco-%{version}.tar.gz ./nco-%{version}
 Source0:        nco-%{version}.tar.gz
 Patch0:         nco_install_C_headers.patch
@@ -56,11 +56,12 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p1 -b .install_C_headers
 
 %build
 aclocal
-autoheader
+# nco accinclude.m4 isn't liked by newer autoheader
+#autoheader
 automake --foreign
 autoconf
 export CPPFLAGS=-I%{_includedir}/netcdf-3
@@ -111,6 +112,9 @@
 %{_libdir}/libnco*.a
 
 %changelog
+* Thu Jul 10 2008 - Patrice Dumas <pertusus at free.fr> - 3.9.5-1
+- update to 3.9.5
+
 * Sat Mar  1 2008 - Patrice Dumas <pertusus at free.fr> - 3.9.3-1
 - update to 3.9.3
 - separate static sub-package 

nco_install_C_headers.patch:

Index: nco_install_C_headers.patch
===================================================================
RCS file: /cvs/extras/rpms/nco/devel/nco_install_C_headers.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nco_install_C_headers.patch	22 Apr 2006 03:07:19 -0000	1.2
+++ nco_install_C_headers.patch	10 Jul 2008 11:47:37 -0000	1.3
@@ -1,11 +1,12 @@
---- nco-3.1.2/src/nco/Makefile.am.ORIG	2006-04-21 21:45:56.000000000 -0400
-+++ nco-3.1.2/src/nco/Makefile.am	2006-04-21 21:46:52.000000000 -0400
-@@ -127,6 +127,8 @@
- # This creates version-stamped shared-library, e.g., libnco-2.9.4.so
- libnco_la_LDFLAGS = -release @VERSION@
- 
+diff -up nco-3.9.5/src/nco/Makefile.am.install_C_headers nco-3.9.5/src/nco/Makefile.am
+--- nco-3.9.5/src/nco/Makefile.am.install_C_headers	2008-07-10 09:03:48.000000000 +0200
++++ nco-3.9.5/src/nco/Makefile.am	2008-07-10 09:03:53.000000000 +0200
+@@ -132,7 +132,7 @@ libnco_la_LDFLAGS = -release @VERSION@
+ # 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} \
+ ${HEADER_SRC} \


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nco/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	1 Mar 2008 13:10:16 -0000	1.7
+++ sources	10 Jul 2008 11:47:37 -0000	1.8
@@ -1 +1 @@
-6fe6fdf29b6eeada59089ca7344ce460  nco-3.9.3.tar.gz
+7d7745818f94a4301d031c1a973db9dd  nco-3.9.5.tar.gz




More information about the fedora-extras-commits mailing list