Hello community, here is the log from the commit of package supertux checked in at Thu Oct 26 20:32:08 CEST 2006. -------- --- supertux/supertux.changes 2006-02-16 14:24:10.000000000 +0100 +++ /mounts/work_src_done/STABLE/supertux/supertux.changes 2006-10-25 13:39:21.000000000 +0200 @@ -1,0 +2,10 @@ +Wed Oct 25 13:38:56 CEST 2006 - sndirsch@suse.de + +- added missing return (Bug #214105) + +------------------------------------------------------------------- +Fri Sep 8 17:07:06 CEST 2006 - sndirsch@suse.de + +- fixed build on SUSE 9.3 + +------------------------------------------------------------------- New: ---- missing-return.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ supertux.spec ++++++ --- /var/tmp/diff_new_pack.gSzNNe/_old 2006-10-26 20:31:56.000000000 +0200 +++ /var/tmp/diff_new_pack.gSzNNe/_new 2006-10-26 20:31:56.000000000 +0200 @@ -11,18 +11,24 @@ # norootforbuild Name: supertux -BuildRequires: SDL_image-devel SDL_mixer-devel gcc-c++ update-desktop-files -License: GPL +BuildRequires: SDL_image-devel gcc-c++ update-desktop-files +%if %suse_version > 930 +BuildRequires: SDL_mixer-devel +%else +BuildRequires: SDL-devel SDL_mixer libpng-devel +%endif +License: GNU General Public License (GPL) - all versions URL: http://super-tux.sourceforge.net/ Group: Amusements/Games/Action/Arcade Version: 0.1.3 -Release: 8 +Release: 35 Summary: Jump'n run game BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: %{name}-%{version}.tar.bz2 Source1: %name.desktop Source2: %name.png Patch: gcc41.diff +Patch1: missing-return.diff %description SuperTux is a classic 2D jump'n run sidescroller game in a similar @@ -37,6 +43,7 @@ %prep %setup %patch +%patch1 %build CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" \ @@ -64,6 +71,10 @@ /usr/share/pixmaps/%name.png %changelog -n supertux +* Wed Oct 25 2006 - sndirsch@suse.de +- added missing return (Bug #214105) +* Fri Sep 08 2006 - sndirsch@suse.de +- fixed build on SUSE 9.3 * Thu Feb 16 2006 - stbinner@suse.de - add GenericName to .desktop file * Mon Jan 30 2006 - ro@suse.de ++++++ missing-return.diff ++++++ --- src/texture.cpp.orig 2006-10-25 13:33:16.000000000 +0200 +++ src/texture.cpp 2006-10-25 13:35:02.000000000 +0200 @@ -87,6 +87,7 @@ return new SurfaceSDL(surface, use_alpha); } assert(0); + return NULL; } SurfaceOpenGL* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de