rpms/amanith/devel amanith-0.3-gcc43.patch, NONE, 1.1 amanith.spec, 1.2, 1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Feb 19 16:06:57 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/amanith/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3008

Modified Files:
	amanith.spec 
Added Files:
	amanith-0.3-gcc43.patch 
Log Message:
fix for gcc4.3

amanith-0.3-gcc43.patch:

--- NEW FILE amanith-0.3-gcc43.patch ---
diff -up amanith/include/amanith/support/gutilities.h.BAD amanith/include/amanith/support/gutilities.h
--- amanith/include/amanith/support/gutilities.h.BAD	2008-02-19 11:00:42.000000000 -0500
+++ amanith/include/amanith/support/gutilities.h	2008-02-19 11:00:49.000000000 -0500
@@ -34,6 +34,7 @@
 #include "amanith/geometry/gvect.h"
 #include "amanith/geometry/gquat.h"
 #include <algorithm>
+#include <cstring>
 
 /*!
 	\file gutilities.h
diff -up amanith/include/amanith/rendering/gopenglboard.h.BAD amanith/include/amanith/rendering/gopenglboard.h
--- amanith/include/amanith/rendering/gopenglboard.h.BAD	2008-02-19 10:59:06.000000000 -0500
+++ amanith/include/amanith/rendering/gopenglboard.h	2008-02-19 10:59:13.000000000 -0500
@@ -32,6 +32,7 @@
 #include "amanith/rendering/gdrawboard.h"
 #include "amanith/2d/gtesselator2d.h"
 #include "amanith/gopenglext.h"
+#include <cstring>
 #include <utility>
 
 /*!


Index: amanith.spec
===================================================================
RCS file: /cvs/pkgs/rpms/amanith/devel/amanith.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amanith.spec	23 Jan 2008 03:24:57 -0000	1.2
+++ amanith.spec	19 Feb 2008 16:06:22 -0000	1.3
@@ -1,6 +1,6 @@
 Name:          amanith
 Version:       0.3
-Release:       6%{?dist}
+Release:       7%{?dist}
 Summary:       Crossplatform framework for 2d/3d vector graphics
 Group:         Development/Libraries
 License:       QPL
@@ -17,6 +17,7 @@
 Patch5:        amanith-0.3-system-libpng.patch
 Patch6:        amanith-0.3-freetype-fix.patch
 Patch7:        amanith-0.3-system-freetype.patch
+Patch8:        amanith-0.3-gcc43.patch
 
 %description
 Amanith is an OpenSource C++ CrossPlatform framework designed for 2d & 3d 
@@ -41,6 +42,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 # Boo. Hiss. SGI Free B and GLX files.
 rm -rf include/GL/
 # Don't need the 3rdpart stuff either.
@@ -97,6 +99,9 @@
 %{_includedir}/amanith/
 
 %changelog
+* Tue Feb 19 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.3-7
+- fix for gcc4.3
+
 * Tue Jan 22 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.3-6
 - rebuild against new glew
 




More information about the fedora-extras-commits mailing list