rpms/aqsis/devel aqsis-1.4.1-gcc43.patch, NONE, 1.1 aqsis.spec, 1.6, 1.7

Chauvet Nicolas kwizart at fedoraproject.org
Wed Oct 8 00:08:41 UTC 2008


Author: kwizart

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

Modified Files:
	aqsis.spec 
Added Files:
	aqsis-1.4.1-gcc43.patch 
Log Message:
- backport gcc43 fix for bake.cpp


aqsis-1.4.1-gcc43.patch:

--- NEW FILE aqsis-1.4.1-gcc43.patch ---
--- texturing/texlib/bake.cpp	2008/06/13 12:13:33	2205
+++ texturing/texlib/bake.cpp	2008/10/04 23:38:11	2498
@@ -29,6 +29,7 @@
 
 #include <ctime>
 #include <cstdio>
+#include <cstdlib>
 
 #include "aqsismath.h"
 #include "logging.h"



Index: aqsis.spec
===================================================================
RCS file: /cvs/pkgs/rpms/aqsis/devel/aqsis.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- aqsis.spec	7 Oct 2008 23:35:13 -0000	1.6
+++ aqsis.spec	8 Oct 2008 00:08:10 -0000	1.7
@@ -1,6 +1,6 @@
 Name:		aqsis
 Version:	1.4.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Open source RenderMan-compliant 3D rendering solution
 Group:		Applications/Multimedia
 
@@ -9,6 +9,7 @@
 Source0:	http://downloads.sourceforge.net/aqsis/aqsis-%{version}.tar.gz
 Source1:        aqsis_config.h.in.cmake
 Patch0:         intsize_detect_fix.patch
+Patch1:         aqsis-1.4.1-gcc43.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -90,6 +91,7 @@
 %prep
 %setup -q
 %patch0 -p0 -b .intsize
+%patch1 -p0 -b .gcc43
 install -pm 0644 %{SOURCE1} aqsistypes/
 
 
@@ -261,6 +263,9 @@
 
 
 %changelog
+* Wed Oct  8 2008 kwizart < kwizart at gmail.com > - 1.4.1-3
+- backport gcc43 fix for bake.cpp
+
 * Wed Oct  8 2008 kwizart < kwizart at gmail.com > - 1.4.1-2
 - backport patch for intsize problem
 




More information about the scm-commits mailing list