Author: jwrdegoede
Update of /cvs/nonfree/rpms/frogatto/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29979
Modified Files:
frogatto.spec
Added Files:
frogatto-1.0.3-gcc-4.6.patch
Log Message:
* Mon May 30 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.3-3
- Rebuilt for new boost (rf#1773)
frogatto-1.0.3-gcc-4.6.patch:
controls.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE frogatto-1.0.3-gcc-4.6.patch ---
diff -up frogatto-1.0.3/src/controls.hpp~ frogatto-1.0.3/src/controls.hpp
--- frogatto-1.0.3/src/controls.hpp~ 2010-07-27 17:33:39.000000000 +0200
+++ frogatto-1.0.3/src/controls.hpp 2011-05-30 10:58:10.027045952 +0200
@@ -2,7 +2,7 @@
#define CONTROLS_HPP_INCLUDED
#include <vector>
-
+#include <cstdio>
#include <SDL_keysym.h>
namespace controls {
Index: frogatto.spec
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/F-15/frogatto.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- frogatto.spec 14 Oct 2010 20:54:40 -0000 1.3
+++ frogatto.spec 30 May 2011 11:24:45 -0000 1.4
@@ -1,6 +1,6 @@
Name: frogatto
Version: 1.0.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: An old-school 2D platform game
Group: Amusements/Games
@@ -13,6 +13,7 @@
Source3: %{name}.xpm
Source4: %{name}.pod
Patch0: %{name}-1.0-Makefile.patch
+Patch1: %{name}-1.0.3-gcc-4.6.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel >= 1.2.7
@@ -42,6 +43,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
@@ -112,6 +114,9 @@
%changelog
+* Mon May 30 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.3-3
+- Rebuilt for new boost (rf#1773)
+
* Thu Oct 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.3-2
- Rebuilt for gcc bug
Show replies by date