rpms/osgcal/devel osgcal-0.1.46-gcc43.patch, NONE, 1.1 osgcal.spec, 1.13, 1.14

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Fri Feb 22 04:25:40 UTC 2008


Author: xulchris

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

Modified Files:
	osgcal.spec 
Added Files:
	osgcal-0.1.46-gcc43.patch 
Log Message:
gcc43 patch

osgcal-0.1.46-gcc43.patch:

--- NEW FILE osgcal-0.1.46-gcc43.patch ---
--- src/osgCal/HardwareModel.cpp~	2008-02-21 20:02:49.000000000 -0800
+++ src/osgCal/HardwareModel.cpp	2008-02-21 20:03:06.000000000 -0800
@@ -12,7 +12,7 @@
 #include "config.h"
 #endif
 
-
+#include <string.h>
 #include "osgCal/HardwareModel"
 #include "osgCal/CustomAssert"
 
--- src/osgCal/SubMeshSoftware.cpp~	2008-02-21 20:13:14.000000000 -0800
+++ src/osgCal/SubMeshSoftware.cpp	2008-02-21 20:13:51.000000000 -0800
@@ -48,6 +48,7 @@
 #include <osgCal/SubMeshSoftware>
 
 #include <iostream>
+#include <string.h>
 
 using namespace osgCal;
 


Index: osgcal.spec
===================================================================
RCS file: /cvs/extras/rpms/osgcal/devel/osgcal.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- osgcal.spec	20 Feb 2008 08:29:26 -0000	1.13
+++ osgcal.spec	22 Feb 2008 04:25:02 -0000	1.14
@@ -1,12 +1,13 @@
 Name:           osgcal
 Version:        0.1.46
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Adapts OpenSceneGraph to use Cal3D
 
 Group:          Development/Libraries
 License:        GPLv2+
 URL:            http://gna.org/projects/underware
 Source0:        http://osgcal.dachary.org/download/sources/%{name}-%{version}.tar.gz
+Patch0:         %{name}-0.1.46-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  OpenSceneGraph-devel libungif-devel libGL-devel SDL-devel
@@ -31,6 +32,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .gcc43~
 
 # Avoid lib64 rpaths
 sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
@@ -82,6 +84,9 @@
 
 
 %changelog
+* Thu Feb 21 2008 Christopher Stone <chris.stone at gmail.com> 0.1.46-5
+- Add gcc4.3 patch
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.1.46-4
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list