Hello community, here is the log from the commit of package kdegames4 for openSUSE:Factory checked in at 2012-03-26 11:01:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdegames4 (Old) and /work/SRC/openSUSE:Factory/.kdegames4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdegames4", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kdegames4/kdegames4.changes 2012-03-13 09:33:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdegames4.new/kdegames4.changes 2012-03-26 11:01:43.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Mar 24 19:00:45 UTC 2012 - [email protected] + +- Add kdegames-gcc47.patch: Fix build with gcc 4.7. + +------------------------------------------------------------------- New: ---- kdegames-gcc47.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdegames4.spec ++++++ --- /var/tmp/diff_new_pack.yTtxs9/_old 2012-03-26 11:01:46.000000000 +0200 +++ /var/tmp/diff_new_pack.yTtxs9/_new 2012-03-26 11:01:46.000000000 +0200 @@ -41,6 +41,7 @@ Group: System/GUI/KDE Url: http://www.kde.org Source0: kdegames-%{version}.tar.bz2 +Patch0: kdegames-gcc47.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define libname lib%{name} @@ -49,6 +50,7 @@ %prep %setup -q -n kdegames-%{version} +%patch0 -p1 %build %cmake_kde4 -d build -- ++++++ kdegames-gcc47.patch ++++++ Index: kdegames-4.8.1/kblocks/KBlocksPlayNetwork.cpp =================================================================== --- kdegames-4.8.1.orig/kblocks/KBlocksPlayNetwork.cpp +++ kdegames-4.8.1/kblocks/KBlocksPlayNetwork.cpp @@ -11,6 +11,8 @@ #ifdef Q_OS_WIN #include <windows.h> +#else +#include <unistd.h> // for usleep() #endif KBlocksPlayNetwork::KBlocksPlayNetwork(int capacity, const string& serverIP, int localPort) Index: kdegames-4.8.1/kpat/patsolve/memory.h =================================================================== --- kdegames-4.8.1.orig/kpat/patsolve/memory.h +++ kdegames-4.8.1/kpat/patsolve/memory.h @@ -20,6 +20,7 @@ #define MEMORY_H #include <sys/types.h> +#include <stdlib.h> struct TREE; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
