rpms/animorph/devel animorph-0.3-gcc44.patch, NONE, 1.1 animorph.spec, 1.5, 1.6

NicolasChauvet kwizart at fedoraproject.org
Wed Mar 4 16:40:50 UTC 2009


Author: kwizart

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

Modified Files:
	animorph.spec 
Added Files:
	animorph-0.3-gcc44.patch 
Log Message:
Fix for gcc44


animorph-0.3-gcc44.patch:

--- NEW FILE animorph-0.3-gcc44.patch ---
diff -up animorph-0.3/src/OgreXMLExporter.cpp.gcc44 animorph-0.3/src/OgreXMLExporter.cpp
--- animorph-0.3/src/OgreXMLExporter.cpp.gcc44	2007-11-25 10:34:58.000000000 +0100
+++ animorph-0.3/src/OgreXMLExporter.cpp	2009-03-04 17:37:33.000000000 +0100
@@ -1,5 +1,7 @@
 #include "../include/animorph/OgreXMLExporter.h"
 #include "../include/animorph/xmlParser.h"
+#include <cstdint>
+
 using namespace std;
 using namespace Animorph;
 


Index: animorph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/animorph/devel/animorph.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- animorph.spec	24 Feb 2009 01:07:03 -0000	1.5
+++ animorph.spec	4 Mar 2009 16:40:20 -0000	1.6
@@ -1,14 +1,15 @@
 Name:           animorph
 Version:        0.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        3D Animation and Morph Library
 
 Group:          System Environment/Libraries
 License:        GPLv3+
-URL:            http://www.dedalo-3d.com
+URL:            http://www.makehuman.org
 Source0:        http://downloads.sourceforge.net/makehuman/%{name}-%{version}.tar.gz
 Patch0:         animorph-0.2-pkgconfig.patch
 Patch1:         animorph-0.3-gcc43.patch
+Patch2:         animorph-0.3-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
@@ -37,6 +38,7 @@
 done
 %patch0 -p1 -b .pkgconfig
 %patch1 -p1 -b .gcc43
+%patch2 -p1 -b .gcc44
 
 # prevent timestramps changes from patch1
 pushd include/animorph
@@ -46,6 +48,7 @@
 popd
 
 %build
+export CXXFLAGS="$RPM_OPT_FLAGS -std=c++0x"
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -79,6 +82,9 @@
 
 
 %changelog
+* Wed Mar  4 2009 kwizart < kwizart at gmail.com > - 0.3-5
+- Fix for gcc44
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list