rpms/nco/devel nco-3.9.5-includes.patch, NONE, 1.1 nco.spec, 1.15, 1.16

Caolan McNamara caolanm at fedoraproject.org
Fri Mar 6 10:47:24 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/nco/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25947

Modified Files:
	nco.spec 
Added Files:
	nco-3.9.5-includes.patch 
Log Message:
include cstdio for EOF

nco-3.9.5-includes.patch:

--- NEW FILE nco-3.9.5-includes.patch ---
diff -ru nco-3.9.5.orig/src/nco++/ncoLexer.hpp nco-3.9.5/src/nco++/ncoLexer.hpp
--- nco-3.9.5.orig/src/nco++/ncoLexer.hpp	2009-03-06 10:29:38.000000000 +0000
+++ nco-3.9.5/src/nco++/ncoLexer.hpp	2009-03-06 10:38:09.000000000 +0000
@@ -7,6 +7,7 @@
 #include <antlr/InputBuffer.hpp>
 #include <antlr/BitSet.hpp>
 #include "ncoParserTokenTypes.hpp"
+#include <cstdio>
 #include <antlr/CharScanner.hpp>
 #line 1 "ncoGrammer.g"
 


Index: nco.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nco/devel/nco.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- nco.spec	26 Feb 2009 04:37:32 -0000	1.15
+++ nco.spec	6 Mar 2009 10:46:53 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           nco
 Version:        3.9.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Suite of programs for manipulating NetCDF/HDF4 files
 Group:          Applications/Engineering
 License:        GPLv3
@@ -14,6 +14,7 @@
 #    tar -czf nco-%{version}.tar.gz ./nco-%{version}
 Source0:        nco-%{version}.tar.gz
 Patch0:         nco_install_C_headers.patch
+Patch1:         nco-3.9.5-includes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  bison, flex, gawk
@@ -58,6 +59,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .install_C_headers
+%patch1 -p1 -b .includes
 
 %build
 libtoolize --copy
@@ -122,6 +124,9 @@
 %{_libdir}/libnco*.a
 
 %changelog
+* Fri Mar 06 2009 - Caolán McNamara <caolanm at redhat.com> - 3.9.5-5
+- include cstdio for EOF
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.9.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list