rpms/rudeconfig/devel rudeconfig-5.0.5-gcc43.patch, NONE, 1.1 rudeconfig.spec, 1.3, 1.4

Tom Callaway spot at fedoraproject.org
Wed Sep 3 21:50:29 UTC 2008


Author: spot

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

Modified Files:
	rudeconfig.spec 
Added Files:
	rudeconfig-5.0.5-gcc43.patch 
Log Message:
fix compile with gcc43

rudeconfig-5.0.5-gcc43.patch:

--- NEW FILE rudeconfig-5.0.5-gcc43.patch ---
diff -up rudeconfig-5.0.5/src/File.h.BAD rudeconfig-5.0.5/src/File.h
--- rudeconfig-5.0.5/src/File.h.BAD	2008-09-03 17:43:17.000000000 -0400
+++ rudeconfig-5.0.5/src/File.h	2008-09-03 17:45:13.000000000 -0400
@@ -39,6 +39,9 @@
 #define INCLUDED_MAP
 #endif
 
+#include <string>
+#include <cstring>
+
 using namespace rude::config;
 
 namespace rude{


Index: rudeconfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rudeconfig/devel/rudeconfig.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rudeconfig.spec	3 Sep 2008 21:30:11 -0000	1.3
+++ rudeconfig.spec	3 Sep 2008 21:49:58 -0000	1.4
@@ -8,6 +8,7 @@
 URL:            http://www.rudeserver.com/config
 Source0:        http://www.rudeserver.com/config/download/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:         rudeconfig-5.0.5-gcc43.patch
 
 #BuildRequires:  
 #Requires:       
@@ -29,6 +30,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .gcc43
 
 %build
 %configure --disable-static
@@ -60,6 +62,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 5.0.5-4
+- fix compile with gcc43
+
 * Wed Sep  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 5.0.5-3
 - fix license tag
 




More information about the fedora-extras-commits mailing list