Hello community,

here is the log from the commit of package sfml for openSUSE:Factory checked in 
at 2013-04-23 15:20:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sfml (Old)
 and      /work/SRC/openSUSE:Factory/.sfml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sfml", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/sfml/sfml.changes        2013-04-20 
19:49:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sfml.new/sfml.changes   2013-04-23 
15:20:42.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 18:34:33 UTC 2013 - dims...@opensuse.org
+
+- Add sfml-memcpy.patch: Fix build by including string.h where it's
+  appropriate.
+
+-------------------------------------------------------------------

New:
----
  sfml-memcpy.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sfml.spec ++++++
--- /var/tmp/diff_new_pack.24N6oo/_old  2013-04-23 15:20:44.000000000 +0200
+++ /var/tmp/diff_new_pack.24N6oo/_new  2013-04-23 15:20:44.000000000 +0200
@@ -37,6 +37,8 @@
 Patch4:         sfml-1.6-underlinking.patch
 # PATCH-FIX-UPSTREAM
 Patch5:         sfml-1.6-png.patch
+# PATCH-FIX-UPSTREAM
+Patch6:         sfml-memcpy.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  doxygen
 BuildRequires:  freetype2-devel
@@ -92,6 +94,7 @@
 %patch3
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 rm -rf src/SFML/Graphics/GLEW
 rm -rf src/SFML/Graphics/libjpeg

++++++ sfml-memcpy.patch ++++++
Index: sfml-1.6/src/SFML/Graphics/ImageLoader.cpp
===================================================================
--- sfml-1.6.orig/src/SFML/Graphics/ImageLoader.cpp
+++ sfml-1.6/src/SFML/Graphics/ImageLoader.cpp
@@ -34,6 +34,7 @@ extern "C"
 #include <png.h>
 #include <SOIL/SOIL.h>
 #include <iostream>
+#include <string.h>
 
 
 namespace
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to