Hello community, here is the log from the commit of package SDL checked in at Thu Jun 1 00:12:02 CEST 2006. -------- --- SDL/SDL.changes 2006-03-10 18:55:45.000000000 +0100 +++ SDL/SDL.changes 2006-05-31 17:47:48.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 31 17:47:04 CEST 2006 - nadvornik@suse.cz + +- do not use depth 32 visuals [#178725] + +------------------------------------------------------------------- New: ---- SDL-1.2.9-no-32bit-visual.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SDL.spec ++++++ --- /var/tmp/diff_new_pack.9j0HtN/_old 2006-06-01 00:11:55.000000000 +0200 +++ /var/tmp/diff_new_pack.9j0HtN/_new 2006-06-01 00:11:55.000000000 +0200 @@ -17,7 +17,7 @@ Group: System/Libraries Autoreqprov: on Version: 1.2.9 -Release: 10 +Release: 19 Summary: Simple DirectMedia Layer Library Source: SDL-%{version}.tar.bz2 Patch: SDL-%{version}.dif @@ -34,6 +34,7 @@ Patch16: nonexec-stack.diff Patch17: SDL-%{version}-try_alsa_first.patch Patch18: SDL-%{version}-padding.patch +Patch19: SDL-%{version}-no-32bit-visual.patch Provides: sdl Obsoletes: sdl URL: http://www.libsdl.org/ @@ -84,6 +85,7 @@ %patch16 %patch17 %patch18 +%patch19 %build # Check for which CPU requirement we opimize and @@ -145,6 +147,8 @@ %{_mandir}/*/* %changelog -n SDL +* Wed May 31 2006 - nadvornik@suse.cz +- do not use depth 32 visuals [#178725] * Fri Mar 10 2006 - bk@suse.de - remove the ifnarch s390 s390x for Requires: alsa-devel (obsolete) * Thu Mar 09 2006 - bk@suse.de ++++++ SDL-1.2.9-no-32bit-visual.patch ++++++ --- src/video/x11/SDL_x11modes.c +++ src/video/x11/SDL_x11modes.c @@ -506,7 +506,7 @@ #endif /* HAVE_XIGXME */ { - static int depth_list[] = { 32, 24, 16, 15, 8 }; + static int depth_list[] = { 24, 16, 15, 8 }; int j, np; int use_directcolor = 1; XPixmapFormatValues *pf; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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