Mailinglist Archive: opensuse-commit (1059 mails)
| < Previous | Next > |
commit SDL
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 18 Jan 2008 00:51:59 +0100
- Message-id: <20080117235200.2949D678168@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package SDL
checked in at Fri Jan 18 00:51:59 CET 2008.
--------
--- SDL/SDL.changes 2007-09-25 11:40:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/SDL/SDL.changes 2008-01-15
13:19:13.000000000 +0100
@@ -1,0 +2,15 @@
+Tue Jan 15 13:12:08 CET 2008 - prusnak@xxxxxxx
+
+- updated to 1.2.13 (minor bug fix release)
+ * fixed link error when building with Intel Compiler 10
+ * removed stray C++ comment from public headers
+ * fixed crash in SDL_SoftStretch() on secure operating systems
+ * fixed undefined symbol on X11 implementations without UTF-8
+ support
+ * worked around BadAlloc error when using XVideo on the XFree86
+ Intel Integrated Graphics driver
+ * scan for all joysticks on Linux instead of stopping at one
+ that was removed
+ * fixed use of sdl-config arguments in sdl.m4
+
+-------------------------------------------------------------------
Old:
----
SDL-1.2.12-autoconf.patch
SDL-1.2.12-no_anonymus_enum.patch
SDL-1.2.12-no_asm_stretch.patch
SDL-1.2.12-rpath.patch
SDL-1.2.12.tar.bz2
SDL-1.2.12-try_alsa_first.patch
New:
----
SDL-1.2.13-autoconf.patch
SDL-1.2.13-no_anonymus_enum.patch
SDL-1.2.13-no_asm_stretch.patch
SDL-1.2.13-rpath.patch
SDL-1.2.13.tar.bz2
SDL-1.2.13-try_alsa_first.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ SDL.spec ++++++
--- /var/tmp/diff_new_pack.Z18935/_old 2008-01-18 00:51:11.000000000 +0100
+++ /var/tmp/diff_new_pack.Z18935/_new 2008-01-18 00:51:11.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package SDL (Version 1.2.12)
+# spec file for package SDL (Version 1.2.13)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -12,11 +12,11 @@
Name: SDL
BuildRequires: aalib-devel arts-devel esound-devel nasm
-License: LGPL v2 or later
+License: LGPL v2.1 or later
Group: System/Libraries
AutoReqProv: on
-Version: 1.2.12
-Release: 27
+Version: 1.2.13
+Release: 1
Summary: Simple DirectMedia Layer Library
Source: SDL-%{version}.tar.bz2
Patch0: SDL-%{version}-rpath.patch
@@ -99,13 +99,13 @@
%files
%defattr(-,root,root)
-%doc README-SDL.txt COPYING CREDITS BUGS
+%doc BUGS COPYING CREDITS README README-SDL.txt
%{_libdir}/libSDL-1.2.so.0*
%files devel
%defattr(-,root,root)
-%doc README README-SDL.txt CREDITS BUGS WhatsNew docs.html
-%doc docs/index.html docs/html
+%doc docs.html README.SVN TODO WhatsNew
+%doc docs/index.html docs/html docs/images
%{_libdir}/libSDL.a
%{_libdir}/libSDL.la
%{_libdir}/libSDL.so
@@ -115,227 +115,240 @@
%{_datadir}/aclocal/*
%{_mandir}/*/*
%{_libdir}/pkgconfig/sdl.pc
+
%changelog
-* Tue Sep 25 2007 - prusnak@xxxxxxx
+* Tue Jan 15 2008 prusnak@xxxxxxx
+- updated to 1.2.13 (minor bug fix release)
+ * fixed link error when building with Intel Compiler 10
+ * removed stray C++ comment from public headers
+ * fixed crash in SDL_SoftStretch() on secure operating systems
+ * fixed undefined symbol on X11 implementations without UTF-8
+ support
+ * worked around BadAlloc error when using XVideo on the XFree86
+ Intel Integrated Graphics driver
+ * scan for all joysticks on Linux instead of stopping at one
+ that was removed
+ * fixed use of sdl-config arguments in sdl.m4
+* Tue Sep 25 2007 prusnak@xxxxxxx
- added Mesa-devel to Requires of -devel subpackage
-* Thu Sep 13 2007 - prusnak@xxxxxxx
+* Thu Sep 13 2007 prusnak@xxxxxxx
- disabled assembly stretch for %%ix86 architectures [#309075]
(no_asm_stretch.patch)
-* Wed Jul 25 2007 - prusnak@xxxxxxx
+* Wed Jul 25 2007 prusnak@xxxxxxx
- updated to 1.2.22
* added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling
of the screensaver on Mac OS X and X11
-* Fri Mar 02 2007 - prusnak@xxxxxxx
+* Fri Mar 02 2007 prusnak@xxxxxxx
- cleaned spec file
-* Tue Sep 19 2006 - dmueller@xxxxxxx
+* Tue Sep 19 2006 dmueller@xxxxxxx
- remove slang requires
-* Fri Sep 08 2006 - nadvornik@xxxxxxx
+* Fri Sep 08 2006 nadvornik@xxxxxxx
- updated to 1.2.11
* API enhancements
* dynamic X11 loading
* upstream Xinerama support
* pkgconfig configuration support
-* Thu Jun 01 2006 - nadvornik@xxxxxxx
+* Thu Jun 01 2006 nadvornik@xxxxxxx
- use upstream patch for 32 visuals bug [#178725]
-* Wed May 31 2006 - nadvornik@xxxxxxx
+* Wed May 31 2006 nadvornik@xxxxxxx
- do not use depth 32 visuals [#178725]
-* Fri Mar 10 2006 - bk@xxxxxxx
+* Fri Mar 10 2006 bk@xxxxxxx
- remove the ifnarch s390 s390x for Requires: alsa-devel (obsolete)
-* Thu Mar 09 2006 - bk@xxxxxxx
+* Thu Mar 09 2006 bk@xxxxxxx
- remove esound-devel from Requires of SDL-devel [#115205]
- remove gcc-c++ from Requires of SDL-devel (moved to the packages)
- add libstdc++ and gcc to Requires of SDL-devel(req. by libSDL.la)
-* Fri Feb 10 2006 - schwab@xxxxxxx
+* Fri Feb 10 2006 schwab@xxxxxxx
- Fix inconsistent use of structure padding.
-* Tue Jan 31 2006 - aj@xxxxxxx
+* Tue Jan 31 2006 aj@xxxxxxx
- Reduce BuildRequires.
- Fix requires of SDL-devel.
-* Mon Jan 30 2006 - nadvornik@xxxxxxx
+* Mon Jan 30 2006 nadvornik@xxxxxxx
- added gcc-c++ to Requires of SDL-devel (it should be possible
to build SDL with arts support and without c++ dependency,
but this is more safe for now)
-* Thu Jan 26 2006 - nadvornik@xxxxxxx
+* Thu Jan 26 2006 nadvornik@xxxxxxx
- removed arts-devel from Requires: of SDL-devel [#115205]
-* Wed Jan 25 2006 - mls@xxxxxxx
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Thu Dec 15 2005 - nadvornik@xxxxxxx
+* Thu Dec 15 2005 nadvornik@xxxxxxx
- updated to 1.2.9
- use alsa by default [#114750]
-* Tue Nov 01 2005 - dmueller@xxxxxxx
+* Tue Nov 01 2005 dmueller@xxxxxxx
- build libSDL with nonexecutable stack
-* Mon Oct 10 2005 - nadvornik@xxxxxxx
+* Mon Oct 10 2005 nadvornik@xxxxxxx
- used -fno-strict-aliasing, removed possibly broken fix
-* Tue Jul 19 2005 - nadvornik@xxxxxxx
+* Tue Jul 19 2005 nadvornik@xxxxxxx
- fixed Requires of devel subpackage
-* Thu Apr 14 2005 - sbrabec@xxxxxxx
+* Thu Apr 14 2005 sbrabec@xxxxxxx
- Added audiofile-devel to neededforbuild.
-* Wed Apr 13 2005 - pth@xxxxxxx
+* Wed Apr 13 2005 pth@xxxxxxx
- Give the anonymous enums in SDL_events.h a name so
that they're acceptable even for an operator<<.
-* Mon Apr 04 2005 - nadvornik@xxxxxxx
+* Mon Apr 04 2005 nadvornik@xxxxxxx
- fixed to compile with gcc4
-* Wed Jan 12 2005 - schwab@xxxxxxx
+* Wed Jan 12 2005 schwab@xxxxxxx
- Fix asm constraints for x86_64.
-* Thu Jan 06 2005 - nadvornik@xxxxxxx
+* Thu Jan 06 2005 nadvornik@xxxxxxx
- updated to 1.2.8:
* libasound is dlopened
* many bugfixes
-* Thu Nov 18 2004 - nadvornik@xxxxxxx
+* Thu Nov 18 2004 nadvornik@xxxxxxx
- do not add rpath to sdl-config --libs [#48331]
-* Wed Jul 07 2004 - sndirsch@xxxxxxx
+* Wed Jul 07 2004 sndirsch@xxxxxxx
- SDL-1.2.7-xinerama.patch:
* use first monitor for fullscreen mode in Xinerama mode (instead
of both, which is very annoying!); SDL_VIDEO_X11_XINERAMA_SCREEN
environment variable needs to be set for this, so it shouldn't
hurt, if the patch isn't perfect
-* Wed Mar 03 2004 - nadvornik@xxxxxxx
+* Wed Mar 03 2004 nadvornik@xxxxxxx
- updated to 1.2.7
-* Fri Feb 20 2004 - nadvornik@xxxxxxx
+* Fri Feb 20 2004 nadvornik@xxxxxxx
- fixed underquoted definitions [#34764]
-* Thu Feb 05 2004 - nadvornik@xxxxxxx
+* Thu Feb 05 2004 nadvornik@xxxxxxx
- updated to 1.2.6
- arts and esound libs are dlopened
- fixed dangerous compiler warnings
-* Sat Jan 10 2004 - adrian@xxxxxxx
+* Sat Jan 10 2004 adrian@xxxxxxx
- add %%defattr and %%run_ldconfig
-* Fri Nov 21 2003 - ro@xxxxxxx
+* Fri Nov 21 2003 ro@xxxxxxx
- compile with -DALSA_PCM_OLD_HW_PARAMS_API
-* Mon Oct 06 2003 - ro@xxxxxxx
+* Mon Oct 06 2003 ro@xxxxxxx
- added glib2(-devel) to neededforbuild (arts)
-* Wed Sep 17 2003 - tiwai@xxxxxxx
+* Wed Sep 17 2003 tiwai@xxxxxxx
- fixed the detection of ALSA device using non-blocking open mode.
-* Tue Jul 29 2003 - aj@xxxxxxx
+* Tue Jul 29 2003 aj@xxxxxxx
- Fix problems exposed by unit-at-a-time.
-* Thu Jun 19 2003 - ro@xxxxxxx
+* Thu Jun 19 2003 ro@xxxxxxx
- fix build with current automake
-* Mon May 26 2003 - ro@xxxxxxx
+* Mon May 26 2003 ro@xxxxxxx
- fix problem with target_cpu macro definition in specfile
- fix head calling syntax in configure.in
-* Tue May 13 2003 - ro@xxxxxxx
+* Tue May 13 2003 ro@xxxxxxx
- hack to build with current libtool
-* Mon Mar 31 2003 - ro@xxxxxxx
+* Mon Mar 31 2003 ro@xxxxxxx
- use mesa-devel-packages in neededforbuild
-* Wed Nov 20 2002 - ro@xxxxxxx
+* Wed Nov 20 2002 ro@xxxxxxx
- work around problem with latest automake
-* Tue Nov 12 2002 - nadvornik@xxxxxxx
+* Tue Nov 12 2002 nadvornik@xxxxxxx
updated to 1.2.5: bugfix release
-* Sun Nov 10 2002 - ro@xxxxxxx
+* Sun Nov 10 2002 ro@xxxxxxx
- fix deprecated multiline string literal for gcc-3.3
-* Tue Sep 24 2002 - froh@xxxxxxx
+* Tue Sep 24 2002 froh@xxxxxxx
- %%-ifarch'ed Requires: alsa-devel for all but s390 and s390x (#18647)
-* Mon Sep 09 2002 - kukuk@xxxxxxx
+* Mon Sep 09 2002 kukuk@xxxxxxx
- Remove kdelibs3-devel from neededforbuild
-* Tue Aug 20 2002 - tiwai@xxxxxxx
+* Tue Aug 20 2002 tiwai@xxxxxxx
- fixed endian check using endian.h [bug #18106]
-* Mon Aug 12 2002 - ro@xxxxxxx
+* Mon Aug 12 2002 ro@xxxxxxx
- remove OBJCDEPFLAGS from configure.in
-* Mon Jun 10 2002 - meissner@xxxxxxx
+* Mon Jun 10 2002 meissner@xxxxxxx
- use system AM_PROG_LIBTOOL, so we get a newer libtool.
-* Tue May 21 2002 - nadvornik@xxxxxxx
+* Tue May 21 2002 nadvornik@xxxxxxx
- added SDL-devel requires aalib-devel [bug #15699]
-* Wed May 15 2002 - ro@xxxxxxx
+* Wed May 15 2002 ro@xxxxxxx
- fix rpath for lib64 in sdl-config
-* Tue Apr 30 2002 - bk@xxxxxxx
+* Tue Apr 30 2002 bk@xxxxxxx
- update to 1.2.4
- remove obsolete -malign stuff(opt_flags use -mcpu=i686 now)
-* Tue Apr 02 2002 - nadvornik@xxxxxxx
+* Tue Apr 02 2002 nadvornik@xxxxxxx
- fixed to compile with new autoconf
-* Fri Feb 15 2002 - ro@xxxxxxx
+* Fri Feb 15 2002 ro@xxxxxxx
- changed neededforbuild <kdelibs3-artsd> to <arts arts-devel>
-* Mon Feb 04 2002 - egmont@xxxxxxxxxxxx
+* Mon Feb 04 2002 egmont@xxxxxxxxxxxx
- enable aalib support
-* Tue Jan 22 2002 - uli@xxxxxxx
+* Tue Jan 22 2002 uli@xxxxxxx
- build with KDE 3
-* Wed Jan 09 2002 - nadvornik@xxxxxxx
+* Wed Jan 09 2002 nadvornik@xxxxxxx
- used macros %%{_lib} and %%{_libdir}
-* Mon Dec 03 2001 - tiwai@xxxxxxx
+* Mon Dec 03 2001 tiwai@xxxxxxx
- added support for ALSA 0.9.0.
-* Mon Nov 26 2001 - nadvornik@xxxxxxx
+* Mon Nov 26 2001 nadvornik@xxxxxxx
- update to 1.2.3:
- added X11 Xinerama support
- added platform independent OpenGL header - SDL_opengl.h
- added support for DirectFB video on Linux
- added initial NVidia acceleration on framebuffer console
-* Wed Nov 07 2001 - nadvornik@xxxxxxx
+* Wed Nov 07 2001 nadvornik@xxxxxxx
- fixed src/hermes/Makefile.am for new automake
- SDL_devel requires alsa-devel and esound-devel [bug #8630]
-* Tue Nov 06 2001 - nadvornik@xxxxxxx
+* Tue Nov 06 2001 nadvornik@xxxxxxx
- fixed to compile with new automake
-* Tue Sep 04 2001 - nadvornik@xxxxxxx
+* Tue Sep 04 2001 nadvornik@xxxxxxx
- do not use -fomit-frame-pointer on i386 arch
-* Tue Aug 07 2001 - nadvornik@xxxxxxx
+* Tue Aug 07 2001 nadvornik@xxxxxxx
- installed correctly
-* Thu Aug 02 2001 - nadvornik@xxxxxxx
+* Thu Aug 02 2001 nadvornik@xxxxxxx
- renamed sdl -> SDL
- changed kdelibs -> kdelibs-artsd in neededforbuild
- updated to 1.2.2
-* Mon Jun 18 2001 - nadvornik@xxxxxxx
+* Mon Jun 18 2001 nadvornik@xxxxxxx
- compiled with aRts support (bug #8601)
- added nasm to neededforbuild
-* Thu May 17 2001 - nadvornik@xxxxxxx
+* Thu May 17 2001 nadvornik@xxxxxxx
- fixed cast warnings and include files for ia64
-* Wed May 09 2001 - mfabian@xxxxxxx
+* Wed May 09 2001 mfabian@xxxxxxx
- bzip2 sources
-* Sat Apr 14 2001 - schwab@xxxxxxx
+* Sat Apr 14 2001 schwab@xxxxxxx
- Run autoconf prior to configuring.
-* Thu Apr 12 2001 - nadvornik@xxxxxxx
+* Thu Apr 12 2001 nadvornik@xxxxxxx
- update to 1.2.0
-* Mon Mar 26 2001 - kkaempf@xxxxxxx
+* Mon Mar 26 2001 kkaempf@xxxxxxx
- package split -devel
-* Wed Mar 07 2001 - ro@xxxxxxx
+* Wed Mar 07 2001 ro@xxxxxxx
- changed neededforbuild <mesadev> to <mesa-devel>
-* Tue Mar 06 2001 - bk@xxxxxxx
+* Tue Mar 06 2001 bk@xxxxxxx
- fix _target_platform: set _target_cpu from arch and optflags
- does not use -mcpu=pentiumpro any longer, uses other optimisations
- fix broken 486 case in configure(.in): -march=486 -> -march=i486
- remove duplicate entries from %%doc lines
-* Sun Feb 18 2001 - bk@xxxxxxx
+* Sun Feb 18 2001 bk@xxxxxxx
- update to 1.1.8, use RPM_OPT_FLAGS and enable sdl optimisations
- fix manuals installation and simplify documentation installation
- SDL-1.1.8.dif: disable -march=pentium, allowing -mcpu=pentiumpro
-* Sat Nov 04 2000 - kukuk@xxxxxxx
+* Sat Nov 04 2000 kukuk@xxxxxxx
- fix neededforbuild
-* Tue Oct 24 2000 - nadvornik@xxxxxxx
+* Tue Oct 24 2000 nadvornik@xxxxxxx
- update to 1.1.6
-* Tue Sep 05 2000 - nadvornik@xxxxxxx
+* Tue Sep 05 2000 nadvornik@xxxxxxx
- back to suse_update_config -f (with libtool 1.3.5 it works)
-* Thu Aug 31 2000 - nadvornik@xxxxxxx
+* Thu Aug 31 2000 nadvornik@xxxxxxx
- used suse_update_config -fl
- removed -lXv from sdl-config
-* Mon Aug 28 2000 - nadvornik@xxxxxxx
+* Mon Aug 28 2000 nadvornik@xxxxxxx
- removed xdevel3 from neededforbuild (1.1.4 does not need it)
- added mesa, mesadev, mesasoft to neededforbuild
- added -lXv to sdl-config
-* Wed Aug 16 2000 - uli@xxxxxxx
+* Wed Aug 16 2000 uli@xxxxxxx
- update -> 1.1.4 (need this for smpeg-xmms)
-* Fri Jul 28 2000 - nadvornik@xxxxxxx
+* Fri Jul 28 2000 nadvornik@xxxxxxx
- compiled with xdevel3 to work with xf86 3.3.6
-* Tue May 23 2000 - freitag@xxxxxxx
+* Tue May 23 2000 freitag@xxxxxxx
- new version 1.1.2
- xdevel to neededforbuild to get libXx...
-* Wed May 03 2000 - kukuk@xxxxxxx
+* Wed May 03 2000 kukuk@xxxxxxx
- Fix configure for new libtool
- use defaultdocdir macro
-* Sat Apr 08 2000 - bk@xxxxxxx
+* Sat Apr 08 2000 bk@xxxxxxx
- added suse update config macro
-* Sun Apr 02 2000 - sndirsch@xxxxxxx
+* Sun Apr 02 2000 sndirsch@xxxxxxx
- update to version 1.0.8 (e.g. required by aleclone 1.16.1)
-* Mon Feb 28 2000 - freitag@xxxxxxx
+* Mon Feb 28 2000 freitag@xxxxxxx
- spec-cleanup
-* Wed Dec 15 1999 - freitag@xxxxxxx
+* Wed Dec 15 1999 freitag@xxxxxxx
- update to version 1.0.1
-* Mon Sep 27 1999 - bs@xxxxxxx
+* Mon Sep 27 1999 bs@xxxxxxx
- fixed requirements for sub packages
-* Tue Sep 21 1999 - uli@xxxxxxx
+* Tue Sep 21 1999 uli@xxxxxxx
- run Configure.sh on PPC
-* Mon Sep 13 1999 - bs@xxxxxxx
+* Mon Sep 13 1999 bs@xxxxxxx
- ran old prepare_spec on spec file to switch to new prepare_spec.
-* Mon May 31 1999 - ro@xxxxxxx
+* Mon May 31 1999 ro@xxxxxxx
- added code to build on alpha
(copied from linuxthreads-0.6 like the rest)
-* Wed May 26 1999 - uli@xxxxxxx
+* Wed May 26 1999 uli@xxxxxxx
- added sdldev subpack
-* Fri May 21 1999 - uli@xxxxxxx
+* Fri May 21 1999 uli@xxxxxxx
- fixed #includes/definitions for glibc 2.1
-* Mon Mar 22 1999 - uli@xxxxxxx
+* Mon Mar 22 1999 uli@xxxxxxx
- new package, version 0.9.9
++++++ SDL-1.2.12-autoconf.patch -> SDL-1.2.13-autoconf.patch ++++++
++++++ SDL-1.2.12-no_anonymus_enum.patch -> SDL-1.2.13-no_anonymus_enum.patch
++++++
++++++ SDL-1.2.12-no_asm_stretch.patch -> SDL-1.2.13-no_asm_stretch.patch ++++++
++++++ SDL-1.2.12-rpath.patch -> SDL-1.2.13-rpath.patch ++++++
++++++ SDL-1.2.12.tar.bz2 -> SDL-1.2.13.tar.bz2 ++++++
++++ 42602 lines of diff (skipped)
++++++ SDL-1.2.12-try_alsa_first.patch -> SDL-1.2.13-try_alsa_first.patch ++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |