rpms/poker3d/devel poker3d-1.1.36-gcc43.patch, NONE, 1.1 poker3d.spec, 1.3, 1.4

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Fri Feb 22 06:17:32 UTC 2008


Author: xulchris

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

Modified Files:
	poker3d.spec 
Added Files:
	poker3d-1.1.36-gcc43.patch 
Log Message:
gcc43 patch

poker3d-1.1.36-gcc43.patch:

--- NEW FILE poker3d-1.1.36-gcc43.patch ---
--- src/maf/renderbin.cpp~	2008-02-21 20:38:37.000000000 -0800
+++ src/maf/renderbin.cpp	2008-02-21 20:38:53.000000000 -0800
@@ -26,6 +26,7 @@
  *
  */
 
+#include <string.h>
 #include <maf/StdAfx.h>
 
 #ifndef MAF_USE_VS_PCH
--- src/maf/wnc_image.cpp~	2008-02-21 20:49:49.000000000 -0800
+++ src/maf/wnc_image.cpp	2008-02-21 20:50:11.000000000 -0800
@@ -36,6 +36,7 @@
  *
  */
 
+#include <string.h>
 #include <maf/StdAfx.h>
 
 #ifndef MAF_USE_VS_PCH
--- src/vserial/meshlayer.cpp~	2008-02-21 20:59:14.000000000 -0800
+++ src/vserial/meshlayer.cpp	2008-02-21 20:59:42.000000000 -0800
@@ -26,6 +26,7 @@
  *
  */
 
+#include <string.h>
 #include <vserial/stdafx.h>
 
 #ifndef UNDERWARE_VSERIAL_USE_PCH
--- src/vserial/mesh_saver.cpp~	2008-02-21 21:15:58.000000000 -0800
+++ src/vserial/mesh_saver.cpp	2008-02-21 21:16:08.000000000 -0800
@@ -26,6 +26,7 @@
  *
  */
 
+#include <string.h>
 #include <vserial/stdafx.h>
 
 #ifndef UNDERWARE_VSERIAL_USE_PCH
--- src/vserial/rle.cpp~	2008-02-21 21:23:47.000000000 -0800
+++ src/vserial/rle.cpp	2008-02-21 21:23:58.000000000 -0800
@@ -26,6 +26,7 @@
  *
  */
 
+#include <stdlib.h>
 #include <vserial/stdafx.h>
 
 #ifndef UNDERWARE_VSERIAL_USE_PCH
--- src/vserial/scene_saver.cpp~	2008-02-21 21:32:46.000000000 -0800
+++ src/vserial/scene_saver.cpp	2008-02-21 21:32:57.000000000 -0800
@@ -26,6 +26,7 @@
  *
  */
 
+#include <string.h>
 #include <vserial/stdafx.h>
 
 #ifndef UNDERWARE_VSERIAL_USE_PCH
--- src/vserial/string.cpp~	2008-02-21 21:39:35.000000000 -0800
+++ src/vserial/string.cpp	2008-02-21 21:39:43.000000000 -0800
@@ -26,6 +26,7 @@
  *
  */
 
+#include <string.h>
 #include <vserial/stdafx.h>
 
 #ifndef UNDERWARE_VSERIAL_USE_PCH
--- osgplugins/ddsrle/src/rle.cpp~	2008-02-21 21:49:47.000000000 -0800
+++ osgplugins/ddsrle/src/rle.cpp	2008-02-21 21:58:42.000000000 -0800
@@ -26,6 +26,8 @@
  *
  */
 
+#include <stdlib.h>
+#include <limits.h>
 #include <memory.h>
 #include <vector>
 
--- dmctp/dmctp_sound/dmctp_sound.cpp~	2008-02-21 22:09:06.000000000 -0800
+++ dmctp/dmctp_sound/dmctp_sound.cpp	2008-02-21 22:09:18.000000000 -0800
@@ -26,6 +26,7 @@
  *
  */
 
+#include <stdlib.h>
 #include <string>
 #include <iostream>
 #include <vector>


Index: poker3d.spec
===================================================================
RCS file: /cvs/extras/rpms/poker3d/devel/poker3d.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- poker3d.spec	20 Feb 2008 08:35:08 -0000	1.3
+++ poker3d.spec	22 Feb 2008 06:16:59 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:           poker3d
 Version:        1.1.36
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Three dimensional multi-user online poker game
 
 Group:          Amusements/Games
@@ -15,6 +15,7 @@
 Patch0:         %{name}-1.1.36-64bit.patch
 Patch1:         %{name}-1.1.36-libexec.patch
 Patch2:         %{name}-1.1.36-osg.patch
+Patch3:         %{name}-1.1.36-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ImageMagick desktop-file-utils
@@ -35,6 +36,7 @@
 %patch0 -p0 -b .64bit~
 %patch1 -p0 -b .libexec~
 %patch2 -p0 -b .osg~
+%patch3 -p0 -b .gcc43~
 autoreconf --force --install
 
 # Avoid lib64 rpaths
@@ -159,6 +161,9 @@
 
 
 %changelog
+* Thu Feb 21 2008 Christopher Stone <chris.stone at gmail.com> 1.1.36-9
+- Add gcc43 patch
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.1.36-8
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list