Author: arekm Date: Tue Jul 14 19:45:19 2009 GMT Module: packages Tag: HEAD ---- Log message: - rel 4; builds
---- Files affected: packages/xmoto: xmoto.spec (1.63 -> 1.64) , xmoto-build.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/xmoto/xmoto.spec diff -u packages/xmoto/xmoto.spec:1.63 packages/xmoto/xmoto.spec:1.64 --- packages/xmoto/xmoto.spec:1.63 Sun Jul 12 15:31:12 2009 +++ packages/xmoto/xmoto.spec Tue Jul 14 21:45:14 2009 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Klon gry across/elma Name: xmoto Version: 0.5.1 -Release: 3 +Release: 4 License: GPL v2+ Group: X11/Applications/Games Source0: http://download.tuxfamily.org/xmoto/xmoto/%{version}/%{name}-%{version}-src.tar.gz @@ -11,6 +11,7 @@ Source1: %{name}.png Source2: %{name}.desktop Patch0: %{name}-lua51.patch +Patch1: %{name}-build.patch URL: http://xmoto.sourceforge.net/ BuildRequires: OpenGL-GLU-devel BuildRequires: SDL-devel @@ -52,6 +53,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 # fix lv translation %{__sed} -i -e 's/lv_LV/lv/g;s/da_DK/da/g;s/pt_PT/pt/g' configure.in @@ -122,6 +124,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.64 2009/07/14 19:45:14 arekm +- rel 4; builds + Revision 1.63 2009/07/12 13:31:12 arekm - release 3 ================================================================ Index: packages/xmoto/xmoto-build.patch diff -u /dev/null packages/xmoto/xmoto-build.patch:1.1 --- /dev/null Tue Jul 14 21:45:19 2009 +++ packages/xmoto/xmoto-build.patch Tue Jul 14 21:45:14 2009 @@ -0,0 +1,31 @@ +--- xmoto-0.5.1/src/XMArgs.cpp~ 2008-12-10 19:35:48.000000000 +0100 ++++ xmoto-0.5.1/src/XMArgs.cpp 2009-07-14 21:08:17.806552263 +0200 +@@ -23,6 +23,7 @@ + #include "XMBuild.h" + #include "VFileIO.h" + #include <sstream> ++#include <cstdio> + #include <stdlib.h> + + XMArguments::XMArguments() { +--- xmoto-0.5.1/src/helpers/Text.cpp~ 2008-11-23 10:30:43.000000000 +0100 ++++ xmoto-0.5.1/src/helpers/Text.cpp 2009-07-14 21:09:55.090099878 +0200 +@@ -18,6 +18,8 @@ + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + =============================================================================*/ + ++#include <cstdio> ++ + #include "Text.h" + + std::string txtToLower(const std::string& i_str) { +--- xmoto-0.5.1/src/helpers/Log.cpp~ 2008-12-10 19:35:47.000000000 +0100 ++++ xmoto-0.5.1/src/helpers/Log.cpp 2009-07-14 21:11:27.930320093 +0200 +@@ -23,6 +23,7 @@ + #include "../VFileIO.h" + #include "assert.h" + #include <stdarg.h> ++#include <cstdio> + + bool Logger::m_isInitialized = false; + bool Logger::m_activ = true; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xmoto/xmoto.spec?r1=1.63&r2=1.64&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
