rpms/cal3d/devel cal3d-0.11.0-gcc43.patch, NONE, 1.1 cal3d.spec, 1.7, 1.8

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Fri Feb 22 03:48:16 UTC 2008


Author: xulchris

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

Modified Files:
	cal3d.spec 
Added Files:
	cal3d-0.11.0-gcc43.patch 
Log Message:
gcc43 patch

cal3d-0.11.0-gcc43.patch:

--- NEW FILE cal3d-0.11.0-gcc43.patch ---
--- src/cal3d/hardwaremodel.cpp~	2008-02-21 19:20:18.000000000 -0800
+++ src/cal3d/hardwaremodel.cpp	2008-02-21 19:20:33.000000000 -0800
@@ -12,7 +12,7 @@
 #include "config.h"
 #endif
 
-
+#include <string.h>
 #include "cal3d/error.h"
 #include "cal3d/hardwaremodel.h"
 #include "cal3d/coremodel.h"
--- src/cal3d/platform.cpp~	2008-02-21 19:20:26.000000000 -0800
+++ src/cal3d/platform.cpp	2008-02-21 19:20:40.000000000 -0800
@@ -16,6 +16,7 @@
 // Includes                                                                   //
 //****************************************************************************//
 
+#include <string.h>
 #include "cal3d/platform.h"
 
  /*****************************************************************************/
--- src/cal3d/renderer.cpp~	2008-02-21 19:30:35.000000000 -0800
+++ src/cal3d/renderer.cpp	2008-02-21 19:30:43.000000000 -0800
@@ -16,6 +16,7 @@
 // Includes                                                                   //
 //****************************************************************************//
 
+#include <string.h>
 #include "cal3d/error.h"
 #include "cal3d/renderer.h"
 #include "cal3d/coremodel.h"
--- src/cal3d/submesh.cpp~	2008-02-21 19:35:00.000000000 -0800
+++ src/cal3d/submesh.cpp	2008-02-21 19:35:10.000000000 -0800
@@ -12,6 +12,7 @@
 #include "config.h"
 #endif
 
+#include <string.h>
 #include "cal3d/submesh.h"
 #include "cal3d/error.h"
 #include "cal3d/coresubmesh.h"
--- src/cal3d_converter.cpp~	2008-02-21 19:40:07.000000000 -0800
+++ src/cal3d_converter.cpp	2008-02-21 19:40:22.000000000 -0800
@@ -9,6 +9,7 @@
 // your option) any later version.                                            //
 //****************************************************************************//
 
+#include <strings.h>
 #include "cal3d/cal3d.h"
 
 #define SKELETON 0


Index: cal3d.spec
===================================================================
RCS file: /cvs/extras/rpms/cal3d/devel/cal3d.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cal3d.spec	20 Feb 2008 08:26:31 -0000	1.7
+++ cal3d.spec	22 Feb 2008 03:47:41 -0000	1.8
@@ -1,11 +1,12 @@
 Name:           cal3d
 Version:        0.11.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Skeletal based 3-D character animation library
 
-License:        LGPL
+License:        LGPLv2+
 URL:            http://gna.org/projects/cal3d
 Source0:        http://download.gna.org/%{name}/sources/%{name}-%{version}.tar.gz
+Patch0:         %{name}-0.11.0-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  doxygen libtool
@@ -43,6 +44,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .gcc43
 
 
 %build
@@ -95,6 +97,10 @@
 
 
 %changelog
+* Thu Feb 21 2008 Christopher Stone <chris.stone at gmail.com> 0.11.0-6
+- Add gcc4.3 patch
+- Update %%license
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.11.0-5
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list