rpms/antlr/devel antlr-2.7.7-newgcc.patch, NONE, 1.1 antlr.spec, 1.41, 1.42 antlr-includestrings.patch, 1.1, NONE

Deepak Bhole dbhole at fedoraproject.org
Fri Mar 20 18:48:09 UTC 2009


Author: dbhole

Update of /cvs/extras/rpms/antlr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6242

Modified Files:
	antlr.spec 
Added Files:
	antlr-2.7.7-newgcc.patch 
Removed Files:
	antlr-includestrings.patch 
Log Message:

- Include cstdio in CharScanner.hpp (needed to build with GCC 4.4)
- Merge changes from includestrings patch into the above one




antlr-2.7.7-newgcc.patch:

--- NEW FILE antlr-2.7.7-newgcc.patch ---
diff -up ./lib/cpp/antlr/CharScanner.hpp.sav ./lib/cpp/antlr/CharScanner.hpp
--- ./lib/cpp/antlr/CharScanner.hpp.sav	2009-03-20 14:42:43.000000000 -0400
+++ ./lib/cpp/antlr/CharScanner.hpp	2009-03-20 14:43:29.000000000 -0400
@@ -11,6 +11,8 @@
 #include <antlr/config.hpp>
 
 #include <map>
+#include <strings.h>
+#include <cstdio>
 
 #ifdef HAS_NOT_CCTYPE_H
 #include <ctype.h>


Index: antlr.spec
===================================================================
RCS file: /cvs/extras/rpms/antlr/devel/antlr.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- antlr.spec	24 Feb 2009 01:13:08 -0000	1.41
+++ antlr.spec	20 Mar 2009 18:47:39 -0000	1.42
@@ -39,7 +39,7 @@
 Summary:        ANother Tool for Language Recognition
 Name:           antlr
 Version:        2.7.7
-Release:        4%{?dist}
+Release:        5%{?dist}
 Epoch:          0
 License:        Public Domain
 URL:            http://www.antlr.org/
@@ -51,7 +51,7 @@
 #http://www.antlr.org/share/1069557132934/makefile.gcj
 Source3:        makefile.gcj
 Patch0:         %{name}-jedit.patch
-Patch1:         %{name}-includestrings.patch
+Patch1:         %{name}-%{version}-newgcc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 %if %{native}
@@ -311,6 +311,10 @@
 
 
 %changelog
+* Fri Mar 20 2009 Deepak Bhole <dbhole at redhat.com> - 0:2.7.7-5
+- Include cstdio in CharScanner.hpp (needed to build with GCC 4.4)
+- Merge changes from includestrings patch into the above one
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0:2.7.7-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


--- antlr-includestrings.patch DELETED ---




More information about the fedora-extras-commits mailing list