rpms/pingus/devel pingus-0.7.2-gcc43.patch, NONE, 1.1 pingus.spec, 1.9, 1.10 pingus-0.7.0-cflags.patch, 1.1, NONE

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Jan 9 14:41:50 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/pingus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27605

Modified Files:
	pingus.spec 
Added Files:
	pingus-0.7.2-gcc43.patch 
Removed Files:
	pingus-0.7.0-cflags.patch 
Log Message:
* Wed Jan  9 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.7.2-2
- New upstream release 0.7.2
- Fix compiling with gcc 4.3


pingus-0.7.2-gcc43.patch:

--- NEW FILE pingus-0.7.2-gcc43.patch ---
diff -up pingus-0.7.2/src/input/evdev_device.cpp~ pingus-0.7.2/src/input/evdev_device.cpp
--- pingus-0.7.2/src/input/evdev_device.cpp~	2008-01-09 13:35:44.000000000 +0100
+++ pingus-0.7.2/src/input/evdev_device.cpp	2008-01-09 13:35:44.000000000 +0100
@@ -25,6 +25,7 @@
 #include <stdexcept>
 #include <iostream>
 #include <errno.h>
+#include <string.h>
 
 #include "evdev_device.hpp"
 


Index: pingus.spec
===================================================================
RCS file: /cvs/extras/rpms/pingus/devel/pingus.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pingus.spec	2 Nov 2007 09:12:18 -0000	1.9
+++ pingus.spec	9 Jan 2008 14:41:13 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           pingus
 Version:        0.7.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Guide the penguins safely home before they drop of the cliff
 Group:          Amusements/Games
 License:        GPLv2+
@@ -8,6 +8,7 @@
 Source0:        http://pingus.seul.org/files/%{name}-%{version}.tar.bz2
 Source1:        pingus.desktop
 Source2:        pingus.png
+Patch0:         pingus-0.7.2-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  SDL_mixer-devel SDL_image-devel boost-devel libpng-devel
 BuildRequires:  physfs-devel scons desktop-file-utils
@@ -24,6 +25,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 iconv -f ISO8859-2 -t UTF8 AUTHORS > AUTHORS.tmp
 mv AUTHORS.tmp AUTHORS
 
@@ -76,6 +78,10 @@
 
 
 %changelog
+* Wed Jan  9 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.7.2-2
+- New upstream release 0.7.2
+- Fix compiling with gcc 4.3
+
 * Sun Sep 30 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.7.1-1
 - New upstream release 0.7.1
 


--- pingus-0.7.0-cflags.patch DELETED ---




More information about the fedora-extras-commits mailing list