|
|
|
|
Changelog for libSDL1.2_0-1.2.13-10mdv2009.0.i586.rpm :
Thu Aug 21 00:00:00 2008 Colin Guthrie 1.2.13-10mdv2009.0 + Revision: 274289 - Update spec to not include package descriptions for packages that will not be built (rpmlint) - Update pulseaudio buffering patch as recommended by Lennart Pottering - Prefer pulseaudio output over ESD and ALSA
Mon Aug 18 00:00:00 2008 Funda Wang 1.2.13-9mdv2009.0 + Revision: 272979 - rebuild for new dfb
+ Pixel - do not call ldconfig in %post/%postun, it is now handled by filetriggers
Wed Mar 26 23:00:00 2008 Frederic Crozat 1.2.13-8mdv2008.1 + Revision: 190355 - Update patch51 to favor esd backend instead of pulse one, until it is fixed (Mdv bug #37235)
Tue Mar 11 23:00:00 2008 Frederic Crozat 1.2.13-7mdv2008.1 + Revision: 186644 - Patch57: fix crash in pulseaudio backend when /proc is not mounted (Mdv bug #38220)
Thu Mar 6 23:00:00 2008 Colin Guthrie 1.2.13-6mdv2008.1 + Revision: 180259 - Second attempt to fix pulse buffering issues (mdv#37235)
Tue Mar 4 23:00:00 2008 Colin Guthrie 1.2.13-5mdv2008.1 + Revision: 179233 - Use default buffering for pulseaudio output (mdv#37235)
Wed Feb 6 23:00:00 2008 Frederic Crozat 1.2.13-4mdv2008.1 + Revision: 163109 - Patch55 (Fedora): fix pulseaudio backend, no longer dynamic linked, use dlopen instead
Tue Feb 5 23:00:00 2008 Anssi Hannula 1.2.13-3mdv2008.1 + Revision: 162646 - devel package requires mesaglu-devel and mesagl-devel
Mon Jan 14 23:00:00 2008 Frederic Crozat 1.2.13-2mdv2008.1 + Revision: 151334 - Update patch51 to favor PulseAudio (when running) over Alsa (Mdv bug #36768)
Sat Jan 12 23:00:00 2008 Tomasz Pawel Gajc 1.2.13-1mdv2008.1 + Revision: 149210 - new license policy - new devel policy - correct libification, add apiver which on this case is 1.2, major is 0 - spec file clean - do not package COPYING file - drop disabled patches, as they are not needed - also drop patches 2, 35 and 44 - regenerate patches 4 and 53 - do not hardcode buildrequires on automake1.9 - run autogen.sh - new version - enable PulseAudio support
+ Olivier Blin - restore BuildRoot
+ Thierry Vignaud - kill re-definition of %buildroot on Pixel\'s request
Fri Jul 27 00:00:00 2007 Funda Wang 1.2.12-1mdv2008.0 + Revision: 55747 - Redif patch51, patch52 - New version
Tue May 22 00:00:00 2007 Funda Wang 1.2.11-8mdv2008.0 + Revision: 29100 - Rebuuild against directfb 1.0.0
Sun Feb 18 23:00:00 2007 Anssi Hannula 1.2.11-7mdv2007.0 + Revision: 122613 - ggi and directfb can now be enabled again
Sun Feb 18 23:00:00 2007 Anssi Hannula 1.2.11-6mdv2007.1 + Revision: 122548 - build without directfb and ggi until they will be rebuilt - rebuild for new libgii - buildrequire chrpath for rpath removal - disable rpath - add missing buildrequires
+ Olivier Blin - Import SDL12
Wed Aug 23 00:00:00 2006 Guillaume Bedot 1.2.11-3mdv2007.0 - fix for #24005
Thu Jul 27 00:00:00 2006 Christiaan Welvaart 1.2.11-2 - add BuildRequires: libmesaglu-devel
Sun Jul 23 00:00:00 2006 Per Øyvind Karlsen 1.2.11-1mdv2007.0 - 1.2.11 - use nasm, not yasm as it will fail to build (P53 from debian) - Do not propagate -lpthread to sdl-config --libs (P54 from debian) - Removed ugly stuff from acinclude.m4 (P55 from debian) - drop P37 (merged upstream) - fix macro-in-%changelog
Mon Jun 26 00:00:00 2006 Per Øyvind Karlsen 1.2.10-1mdv2007.0 - New release 1.2.10 - enable aalib support - regenerate P0, P1, P2, P21, P31, - sync P35, P37, P39, P40 with debian - drop P4, P7, P10, P22, P30, P32, P34, P36 & P41 (fixed upstream) - fix nas detection (P44 from debian) - fix problem with little/big endian (P50 from fedora) - prefer alsa, arts and esd too before oss (P51 from fedora) - new pagesize patch (drop PAGE_SIZE, use sysconf(_SC_PAGESIZE) instead (P52 from fedora)
Fri May 12 00:00:00 2006 Götz Waschk 1.2.9-5mdk - update patch 4 for new SDL
Fri Apr 21 00:00:00 2006 Stefan van der Eijk 1.2.9-4mdk - BuildRequires: automake1.8
Thu Apr 20 00:00:00 2006 Per Øyvind Karlsen 1.2.9-3mdk - remove redundant requires (fixes #22048) - patches from our nice friends AATT debian (with debian bugzilla references): o Patch courtesy of Jochen Voss to fix lookup of keys using eg. the AltGr modifier (Closes: #299864) (P30) o Patch courtesy of Bas Wijnen to generate release events for lock keys (Caps Lock and Num Lock) just like normal keys (Closes: #317010). (P31) o Arrow keys and the numeric keypad conflict in the aalib driver, make the former take precedence (Closes: #170548). (P32) o Fix a crash when aa_getevent returns a scancode value bigger than 400. (P32) o When both are available, try the ALSA output driver before the OSS one. (P33) o New patch: \"dst_w == last.src_w\" should be \"dst_w == last.dst_w\" in src/video/SDL_stretch.c. (P34) o SDL_stretch.c: use mprotect() on the pages storing dynamically generated code so that we still work on systems that enforce W^X. (P35) o Add \".note.GNU-stack\" sections to all NASM files so that gcc does not think these files need an executable stack. (P36) o Add PIC support to the Hermes assembly files, one step closer to a fully PIC compliant libSDL. (P37) o New patch: ConvertMMXpII32_24RGB888 was not used anywhere, yet it is fully functional. This patch activates it. (P38) o Do not strip -DPIC from the NASM compilation flags. They are useful. (P39) o Improved cleaning up in autogen.sh and activated AM_MAINTAINER_MODE. (P40) o New patch: add -I$(srcdir)/ to the NASM flags so that we can include common files. (P41) o Fixed PPC fullscreen vidmode problem (Closes: 285729). (P42)
Wed Nov 9 23:00:00 2005 Götz Waschk 1.2.9-2mdk - patch for new DirectFB
Mon Oct 10 00:00:00 2005 Per Øyvind Karlsen 1.2.9-1mdk - 1.2.9 - drop x86_64 patch (P3, merged upstream) - fix build with gcc 4 (P22 from SDL CVS) - clean out old junk from %build - %mkrel
Wed Aug 17 00:00:00 2005 Götz Waschk 1.2.8-5mdk - Rebuild
Tue Aug 2 00:00:00 2005 Guillaume Bedot 1.2.8-4mdk - rebuild - Patch20: allows build with gcc4 (from fedora) - Patch21: should fix anonymous enum problem with armagetron. (from debian)
Thu Feb 10 23:00:00 2005 Gwenole Beauchesne 1.2.8-3mdk - libtool fixes to nuke lib64 rpaths - fix build on x86_64, drop rdtsc() part which is obsolete
Tue Feb 1 23:00:00 2005 Per Øyvind Karlsen 1.2.8-2mdk - multiarch - compile with -O3
Tue Dec 21 23:00:00 2004 Per Øyvind Karlsen 1.2.8-1mdk - 1.2.8 - regenerate P2 & P3 - drop P8 & P9 (fixed upstream)
Thu Sep 30 00:00:00 2004 Gwenole Beauchesne 1.2.7-9mdk - forgot to regenerate a fixed patch
Thu Sep 30 00:00:00 2004 Gwenole Beauchesne 1.2.7-8mdk - build ggi and directfb support as a plugin on MDK >= 10.1
Thu Sep 2 00:00:00 2004 Götz Waschk 1.2.7-7mdk - update patch 9 from SDL cvs
Sat Jul 31 00:00:00 2004 Giuseppe Ghibò 1.2.7-6mdk - Merged Gwenole 64bit fixes from 1.2.7-2.1mdk: cputoolize.
Sun Jun 13 00:00:00 2004 Götz Waschk 1.2.7-5mdk - patch to make it build with gcc 3.4
Tue Apr 20 00:00:00 2004 Per Øyvind Karlsen 1.2.7-4mdk - fix joystick bug (P8, fixes #9432)
Sat Apr 17 00:00:00 2004 Per Øyvind Karlsen 1.2.7-3mdk - enable directfb and ggi support
Tue Mar 2 23:00:00 2004 Götz Waschk 1.2.7-2mdk - fix buildrequires
Thu Feb 26 23:00:00 2004 Guillaume Cottenceau 1.2.7-1mdk - new version (fix for #8371 at least) (debian and CVS stuff added by Per Oyvind merged upstream)
|
|
|