rpms/antlr/devel antlr-includestrings.patch, NONE, 1.1 antlr.spec, 1.36, 1.37

Deepak Bhole (dbhole) fedora-extras-commits at redhat.com
Thu Feb 28 00:15:33 UTC 2008


Author: dbhole

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

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

Bump version correctly.
Include strings.h in CharScanner.hpp, as required by the GCC 4.3 header file cleanup.



antlr-includestrings.patch:

--- NEW FILE antlr-includestrings.patch ---
diff -up ./lib/cpp/antlr/CharScanner.hpp.sav ./lib/cpp/antlr/CharScanner.hpp
--- ./lib/cpp/antlr/CharScanner.hpp.sav	2008-02-27 19:04:33.000000000 -0500
+++ ./lib/cpp/antlr/CharScanner.hpp	2008-02-27 19:04:54.000000000 -0500
@@ -9,6 +9,7 @@
  */
 
 #include <antlr/config.hpp>
+#include <strings.h>
 
 #include <map>
 


Index: antlr.spec
===================================================================
RCS file: /cvs/extras/rpms/antlr/devel/antlr.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- antlr.spec	19 Feb 2008 00:35:38 -0000	1.36
+++ antlr.spec	28 Feb 2008 00:14:57 -0000	1.37
@@ -39,7 +39,7 @@
 Summary:        ANother Tool for Language Recognition
 Name:           antlr
 Version:        2.7.7
-Release:        2jpp.6%{?dist}
+Release:        1jpp.6%{?dist}
 Epoch:          0
 License:        Public Domain
 URL:            http://www.antlr.org/
@@ -51,6 +51,7 @@
 #http://www.antlr.org/share/1069557132934/makefile.gcj
 Source3:        makefile.gcj
 Patch0:         %{name}-jedit.patch
+Patch1:         %{name}-includestrings.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 %if %{native}
@@ -145,6 +146,7 @@
   install.html
 %endif
 
+%patch1
 
 %build
 %if %{native}
@@ -309,8 +311,8 @@
 
 
 %changelog
-* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0:2.7.7-2jpp.6
-- Autorebuild for GCC 4.3
+* Wed Feb 27 2008 Deepak Bhole <dbhole at redhat.com> 2.7.7-1jpp.6
+- Add strings inclusion (for GCC 4.3)
 
 * Mon Sep 24 2007 Deepak Bhole <dbhole at redhat.com> 2.7.7-1jpp.6
 - Resolve bz# 242305: Remove libantlr-pic.a, and compile libantlr.a with fPIC




More information about the fedora-extras-commits mailing list