rpms/flex/devel flex-2.5.35-gcc44.patch, NONE, 1.1 flex.spec, 1.57, 1.58

Petr Machata pmachata at fedoraproject.org
Mon Apr 20 14:59:48 UTC 2009


Author: pmachata

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

Modified Files:
	flex.spec 
Added Files:
	flex-2.5.35-gcc44.patch 
Log Message:
Forgot the patch.


flex-2.5.35-gcc44.patch:

--- NEW FILE flex-2.5.35-gcc44.patch ---
diff -urNp flex-2.5.35.orig/flex.skl flex-2.5.35/flex.skl
--- flex-2.5.35.orig/flex.skl	2009-04-20 03:09:46.000000000 +0530
+++ flex-2.5.35/flex.skl	2009-04-20 07:46:58.000000000 +0530
@@ -217,6 +217,7 @@ m4preproc_include(`flexint.h')
 /* begin standard C++ headers. */
 #include <iostream> 
 #include <errno.h>
+#include <cstdio>
 #include <cstdlib>
 #include <cstring>
 /* end standard C++ headers. */
diff -urNp flex-2.5.35.orig/skel.c flex-2.5.35/skel.c
--- flex-2.5.35.orig/skel.c	2009-04-20 03:09:46.000000000 +0530
+++ flex-2.5.35/skel.c	2009-04-20 07:46:40.000000000 +0530
@@ -284,6 +284,7 @@ const char *skel[] = {
   "/* begin standard C++ headers. */",
   "#include <iostream> ",
   "#include <errno.h>",
+  "#include <cstdio>",
   "#include <cstdlib>",
   "#include <cstring>",
   "/* end standard C++ headers. */",


Index: flex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/flex/devel/flex.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- flex.spec	20 Apr 2009 11:26:12 -0000	1.57
+++ flex.spec	20 Apr 2009 14:59:18 -0000	1.58
@@ -1,7 +1,7 @@
 Summary: A tool for creating scanners (text pattern recognizers)
 Name: flex
 Version: 2.5.35
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: BSD
 Group: Development/Tools
 URL: http://flex.sourceforge.net/
@@ -80,7 +80,7 @@
 %{_infodir}/flex.info*
 
 %changelog
-* Mon Apr 20 2009 Debarshi Ray <rishi at fedoraproject.org> - 2.5.35-4
+* Mon Apr 20 2009 Debarshi Ray <rishi at fedoraproject.org> - 2.5.35-5
 - Resolves: #496548.
 
 * Mon Apr 20 2009 Petr Machata <pmachata at redhat.com> - 2.5.35-4




More information about the fedora-extras-commits mailing list