rpms/ember/devel ember-0.5.6-gcc44.patch, NONE, 1.1 ember-0.5.5-gcc44.patch, 1.2, NONE ember-0.5.5-ogre161.patch, 1.1, NONE

Alexey Torkhov atorkhov at fedoraproject.org
Mon May 11 11:21:35 UTC 2009


Author: atorkhov

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

Added Files:
	ember-0.5.6-gcc44.patch 
Removed Files:
	ember-0.5.5-gcc44.patch ember-0.5.5-ogre161.patch 
Log Message:
* Mon Apr 27 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.5.6-1
- Update to 0.5.6


ember-0.5.6-gcc44.patch:

--- NEW FILE ember-0.5.6-gcc44.patch ---
commit 7aa761a5c8c5008c86bcf781649dc0af09013a92
Author: Alexey Torkhov <atorkhov at gmail.com>
Date:   Mon Apr 27 11:19:32 2009 +0400

    Fix for gcc 4.4.

diff --git a/src/framework/Log.cpp b/src/framework/Log.cpp
index e485adb..5528686 100644
--- a/src/framework/Log.cpp
+++ b/src/framework/Log.cpp
@@ -28,6 +28,7 @@
 #include "LogObserver.h"
 #include "LoggingInstance.h"
 #include <algorithm>
+#include <cstdio>
 
 
 
diff --git a/src/framework/LoggingInstance.cpp b/src/framework/LoggingInstance.cpp
index 4565dfc..bd566cd 100644
--- a/src/framework/LoggingInstance.cpp
+++ b/src/framework/LoggingInstance.cpp
@@ -26,6 +26,7 @@
 
 #include "LoggingInstance.h"
 #include <sstream>
+#include <cstdio>
 
 namespace Ember {
 


--- ember-0.5.5-gcc44.patch DELETED ---


--- ember-0.5.5-ogre161.patch DELETED ---




More information about the scm-commits mailing list