rpms/rcssserver3d/devel rcssserver3d-0.6-gcc4_4fix.patch, NONE, 1.1 rcssserver3d.spec, 1.9, 1.10

Hedayat Vatankhah hedayat at fedoraproject.org
Sun Mar 1 18:39:01 UTC 2009


Author: hedayat

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

Modified Files:
	rcssserver3d.spec 
Added Files:
	rcssserver3d-0.6-gcc4_4fix.patch 
Log Message:
Added patch for gcc4.4 compatibility

rcssserver3d-0.6-gcc4_4fix.patch:

--- NEW FILE rcssserver3d-0.6-gcc4_4fix.patch ---
diff -up rcssserver3d-0.6/utility/rcssnet/socketstreambuf.hpp.gcc4_4fix rcssserver3d-0.6/utility/rcssnet/socketstreambuf.hpp
--- rcssserver3d-0.6/utility/rcssnet/socketstreambuf.hpp.gcc4_4fix	2009-03-01 16:38:31.000000000 +0330
+++ rcssserver3d-0.6/utility/rcssnet/socketstreambuf.hpp	2009-03-01 16:38:43.000000000 +0330
@@ -25,6 +25,7 @@
 //g++ 2.95.6 doesn't have the streambuf header, so iostream is used instead
 //#include <streambuf>
 #include<iostream>
+#include <cstdio>
 
 #include "socket.hpp"
 


Index: rcssserver3d.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rcssserver3d/devel/rcssserver3d.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rcssserver3d.spec	25 Feb 2009 19:13:32 -0000	1.9
+++ rcssserver3d.spec	1 Mar 2009 18:38:30 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           rcssserver3d
 Version:        0.6
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Robocup 3D Soccer Simulation Server
 
 Group:          Applications/System
@@ -15,6 +15,7 @@
 Patch0:         %{name}-0.6-libnamefix.patch
 Patch1:         %{name}-0.6-odefix.patch
 Patch2:         %{name}-0.6-boost.patch
+Patch3:         %{name}-0.6-gcc4_4fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  automake autoconf gcc-c++ boost-devel slang-devel
@@ -85,6 +86,7 @@
 %patch0 -p1 -b .libnamefix
 %patch1 -p1 -b .odefix
 %patch2 -p1 -b .boost
+%patch3 -p1 -b .gcc4_4fix
 autoreconf --install
 chmod a-x app/simspark/rsg/agent/nao/*
 find -name "*.cpp" -exec chmod a-x {} \;
@@ -171,6 +173,9 @@
 %endif
 
 %changelog
+* Sun Mar 01 2009 Hedayat Vatankhah <hedayat at grad.com> 0.6-10
+- Added patch for gcc 4.4 compatibility
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list