rpms/aqsis/devel aqsis-1.4.2-gcc44.patch, NONE, 1.1 aqsis.spec, 1.11, 1.12

Chauvet Nicolas kwizart at fedoraproject.org
Thu Feb 12 18:36:45 UTC 2009


Author: kwizart

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

Modified Files:
	aqsis.spec 
Added Files:
	aqsis-1.4.2-gcc44.patch 
Log Message:
Fix and rebuild for gcc44


aqsis-1.4.2-gcc44.patch:

--- NEW FILE aqsis-1.4.2-gcc44.patch ---
diff -up aqsis-1.4.2/aqsistypes/logging.cpp.gcc44 aqsis-1.4.2/aqsistypes/logging.cpp
--- aqsis-1.4.2/aqsistypes/logging.cpp.gcc44	2009-02-12 18:27:50.000000000 +0100
+++ aqsis-1.4.2/aqsistypes/logging.cpp	2009-02-12 18:28:33.000000000 +0100
@@ -21,6 +21,7 @@
 #include "logging.h"
 #include "logging_streambufs.h"
 
+#include <cstdio>              // For EOF
 #include <iostream>
 #include <sstream>
 #include <vector>
diff -up aqsis-1.4.2/displays/d_xpm/aspXpm.cpp.gcc44 aqsis-1.4.2/displays/d_xpm/aspXpm.cpp
--- aqsis-1.4.2/displays/d_xpm/aspXpm.cpp.gcc44	2009-02-12 18:55:56.000000000 +0100
+++ aqsis-1.4.2/displays/d_xpm/aspXpm.cpp	2009-02-12 18:56:47.000000000 +0100
@@ -1,6 +1,7 @@
 #include "aspXpm.h"
 
 #include <string.h>
+#include <cstdio>
 
 aspXpm::aspXpm( const char *filename, int width, int height, int bpp )
 {
diff -up aqsis-1.4.2/renderer/render/condition.cpp.gcc44 aqsis-1.4.2/renderer/render/condition.cpp
--- aqsis-1.4.2/renderer/render/condition.cpp.gcc44	2009-02-12 18:37:28.000000000 +0100
+++ aqsis-1.4.2/renderer/render/condition.cpp	2009-02-12 18:41:12.000000000 +0100
@@ -31,6 +31,7 @@
 #include	"renderer.h"
 #include	"logging.h"
 
+#include	<cstdio>
 #include	<cstring>
 
 namespace Aqsis {
diff -up aqsis-1.4.2/shadercompiler/shaderexecenv/shadeops_tmap.cpp.gcc44 aqsis-1.4.2/shadercompiler/shaderexecenv/shadeops_tmap.cpp
--- aqsis-1.4.2/shadercompiler/shaderexecenv/shadeops_tmap.cpp.gcc44	2009-02-12 18:34:03.000000000 +0100
+++ aqsis-1.4.2/shadercompiler/shaderexecenv/shadeops_tmap.cpp	2009-02-12 19:01:27.000000000 +0100
@@ -32,6 +32,7 @@
 #include	<map>
 #include	<vector>
 #include	<string>
+#include	<cstdio>
 #include	<cstring>
 
 #include	"shaderexecenv.h"
diff -up aqsis-1.4.2/texturing/teqser/teqser.cpp.gcc44 aqsis-1.4.2/texturing/teqser/teqser.cpp
--- aqsis-1.4.2/texturing/teqser/teqser.cpp.gcc44	2009-02-12 18:54:15.000000000 +0100
+++ aqsis-1.4.2/texturing/teqser/teqser.cpp	2009-02-12 18:55:25.000000000 +0100
@@ -23,6 +23,7 @@ tiff files.
 		\author Paul C. Gregory (pgregory at aqsis.org)
 */
 
+#include	<cstdio>
 #include	<cstdlib>
 #include	<cstring>
 #include	<memory>


Index: aqsis.spec
===================================================================
RCS file: /cvs/pkgs/rpms/aqsis/devel/aqsis.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- aqsis.spec	3 Feb 2009 13:45:48 -0000	1.11
+++ aqsis.spec	12 Feb 2009 18:36:15 -0000	1.12
@@ -1,6 +1,6 @@
 Name:		aqsis
 Version:	1.4.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Open source RenderMan-compliant 3D rendering solution
 Group:		Applications/Multimedia
 
@@ -8,6 +8,7 @@
 URL:		http://www.aqsis.org
 Source0:	http://downloads.sourceforge.net/aqsis/aqsis-%{version}.tar.gz
 Patch0:         aqsis-trunk-piqsl_libtiff.patch
+Patch1:         aqsis-1.4.2-gcc44.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -88,6 +89,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .piqsl_tiff
+%patch1 -p1 -b .gcc44
 
 %build
 ## Do not Enable pdiff=yes Because it will conflict with Printdiff :
@@ -247,6 +249,9 @@
 
 
 %changelog
+* Thu Feb 12 2009 kwizart < kwizart at gmail.com > - 1.4.2-3
+- Fix and Rebuild for gcc44
+
 * Mon Feb  3 2009 kwizart < kwizart at gmail.com > - 1.4.2-2
 - Backport piqsl problem with libtiff
 - Fix unappropriate use of xdg-tools #481352




More information about the fedora-extras-commits mailing list