rpms/amanith/devel amanith-0.3-gcc44.patch, NONE, 1.1 amanith.spec, 1.6, 1.7

Tom Callaway spot at fedoraproject.org
Fri Feb 13 21:24:58 UTC 2009


Author: spot

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

Modified Files:
	amanith.spec 
Added Files:
	amanith-0.3-gcc44.patch 
Log Message:
fix gcc44 compile

amanith-0.3-gcc44.patch:

--- NEW FILE amanith-0.3-gcc44.patch ---
diff -up amanith/include/amanith/2d/gtesselator2d.h.BAD amanith/include/amanith/2d/gtesselator2d.h
--- amanith/include/amanith/2d/gtesselator2d.h.BAD	2009-02-13 16:15:49.000000000 -0500
+++ amanith/include/amanith/2d/gtesselator2d.h	2009-02-13 16:16:06.000000000 -0500
@@ -33,6 +33,7 @@
 #include "amanith/geometry/garea.h"
 #include "amanith/geometry/gaabox.h"
 #include "amanith/support/gavltree.h"
+#include <cstdio>
 
 /*!
 	\file gtesselator2d.h
diff -up amanith/src/support/gutilities.cpp.BAD amanith/src/support/gutilities.cpp
--- amanith/src/support/gutilities.cpp.BAD	2009-02-13 16:17:03.000000000 -0500
+++ amanith/src/support/gutilities.cpp	2009-02-13 16:17:15.000000000 -0500
@@ -29,6 +29,7 @@
 #include "amanith/support/gutilities.h"
 
 #include <cstdlib>  // for getenv function
+#include <cstdio>
 #include <algorithm>
 #include <cstring>
 // now ensure includes for ScanPath function
diff -up amanith/plugins/jpeg/gjpegimpexp.cpp.BAD amanith/plugins/jpeg/gjpegimpexp.cpp
--- amanith/plugins/jpeg/gjpegimpexp.cpp.BAD	2009-02-13 16:19:07.000000000 -0500
+++ amanith/plugins/jpeg/gjpegimpexp.cpp	2009-02-13 16:19:20.000000000 -0500
@@ -32,6 +32,7 @@
 #include "amanith/support/gutilities.h"
 #include "amanith/2d/gpixelmap.h"
 #include <cstdlib>
+#include <cstdio>
 #include <cstring>
 #include <csetjmp>
 
diff -up amanith/plugins/png/gpngimpexp.cpp.BAD amanith/plugins/png/gpngimpexp.cpp
--- amanith/plugins/png/gpngimpexp.cpp.BAD	2009-02-13 16:19:59.000000000 -0500
+++ amanith/plugins/png/gpngimpexp.cpp	2009-02-13 16:20:09.000000000 -0500
@@ -31,6 +31,7 @@
 #include "gpngimpexp.h"
 #include "amanith/support/gutilities.h"
 #include <cstdlib>
+#include <cstdio>
 #include <cstring>
 //#include <csetjmp>
 


Index: amanith.spec
===================================================================
RCS file: /cvs/pkgs/rpms/amanith/devel/amanith.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- amanith.spec	4 Apr 2008 18:58:10 -0000	1.6
+++ amanith.spec	13 Feb 2009 21:24:28 -0000	1.7
@@ -1,6 +1,6 @@
 Name:          amanith
 Version:       0.3
-Release:       9%{?dist}
+Release:       10%{?dist}
 Summary:       Crossplatform framework for 2d/3d vector graphics
 Group:         Development/Libraries
 License:       QPL
@@ -18,6 +18,7 @@
 Patch6:        amanith-0.3-freetype-fix.patch
 Patch7:        amanith-0.3-system-freetype.patch
 Patch8:        amanith-0.3-gcc43.patch
+Patch9:        amanith-0.3-gcc44.patch
 
 %description
 Amanith is an OpenSource C++ CrossPlatform framework designed for 2d & 3d 
@@ -43,6 +44,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 # Boo. Hiss. SGI Free B and GLX files.
 rm -rf include/GL/
 # Don't need the 3rdpart stuff either.
@@ -99,6 +101,9 @@
 %{_includedir}/amanith/
 
 %changelog
+* Fri Feb 13 2009 Tom "spot" Callaway <tcallawa at redhat.com> 0.3-10
+- fix gcc44 compile
+
 * Fri Apr  4 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.3-9
 - fix FTBFS bz 440739, needed qt3-devel
 




More information about the fedora-extras-commits mailing list