From 47af22ead8515980317283cd8a2a9414d4ddd21caec56ed5682649829eb79663 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Wed, 7 Oct 2009 23:53:47 +0000 Subject: [PATCH] Accepting request 22002 from games Copy from games/SDL_mixer based on submit request 22002 from user prusnak OBS-URL: https://build.opensuse.org/request/show/22002 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_mixer?expand=0&rev=15 --- SDL_mixer.changes | 5 ++ SDL_mixer.spec | 125 ++-------------------------------------------- baselibs.conf | 2 + 3 files changed, 10 insertions(+), 122 deletions(-) diff --git a/SDL_mixer.changes b/SDL_mixer.changes index 9fbb353..673ca14 100644 --- a/SDL_mixer.changes +++ b/SDL_mixer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 7 14:52:31 CEST 2009 - prusnak@suse.cz + +- fix provides and obsoletes [bnc#544957] + ------------------------------------------------------------------- Fri May 29 17:38:08 CEST 2009 - prusnak@suse.cz diff --git a/SDL_mixer.spec b/SDL_mixer.spec index 6cd9d09..d925d5f 100644 --- a/SDL_mixer.spec +++ b/SDL_mixer.spec @@ -22,7 +22,7 @@ Name: SDL_mixer BuildRequires: libSDL-devel libmikmod-devel libogg-devel libvorbis-devel Summary: Sample Mixer Library for SDL Version: 1.2.8 -Release: 155 +Release: 156 License: LGPL v2.1 or later Group: System/Libraries # removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball [bnc#508180] @@ -44,7 +44,7 @@ Summary: Sample Mixer Library for SDL Group: System/Libraries License: LGPL v2.1 or later Provides: SDL_mixer = %{version} -Obsoletes: SDL_mixer < %{version} +Obsoletes: SDL_mixer <= %{version} # bug437293 %ifarch ppc64 Obsoletes: SDL_mixer-64bit @@ -64,7 +64,7 @@ Summary: Sample Mixer Library for SDL - files mandatory for development Group: Development/Libraries/C and C++ Requires: libSDL_mixer-1_2-0 = %{version} libSDL-devel Provides: SDL_mixer-devel = %{version} -Obsoletes: SDL_mixer-devel < %{version} +Obsoletes: SDL_mixer-devel <= %{version} # bug437293 %ifarch ppc64 Obsoletes: SDL_mixer-devel-64bit @@ -112,122 +112,3 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog -* Fri May 29 2009 prusnak@suse.cz -- removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream - tarball [bnc#508180] -* Wed May 20 2009 prusnak@suse.cz -- follow Shared Library Policy -* Wed Dec 10 2008 olh@suse.de -- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade - (bnc#437293) -* Thu Oct 30 2008 olh@suse.de -- obsolete old -XXbit packages (bnc#437293) -* Sun Jul 06 2008 crrodriguez@suse.de -- remove unusable static libraries -- cleanup BuildRequires and -devel package dependencies -* Thu Apr 10 2008 ro@suse.de -- added baselibs.conf file to build xxbit packages - for multilib support -* Sun Dec 16 2007 sndirsch@suse.de -- fixed BuildRequires for SUSE < 10.2 -* Wed Jul 25 2007 prusnak@suse.cz -- updated to 1.2.8 - * improved detection of Ogg Vorbis and Tremor libraries - * fixed memory leaks in Effects API - * added support for MP3 playback with libmad (for GPL projects only!) - * fixed the final loop of audio samples of a certain size - * added support for Ogg Vorbis playback with Tremor (an integer decoder) - * fixed memory corruption in timidity resampling code - * fixed building SDL_mixer with SDL 1.3 pre-release - * fixed compiling both timidity and native midi in the same build - * added volume control to playmus - * fixed linking with system libmikmod - * corrected no-op conditions in SetDistance(), SetPanning() and SetPosition() - * fixed copy/paste errors in channel amplitudes -- dropped obsoleted patch: - * timidity-crash.patch (included in update) - * warn.patch (included in update) - * libmikmod.patch (included in update) -* Sun Jul 22 2007 aj@suse.de -- Cleanup BuildRequires. -* Sun Apr 15 2007 dmueller@suse.de -- fix requires of devel package again -* Wed Apr 11 2007 sbrabec@suse.cz -- Require just created libmikmod-devel instead of libmikmod. -* Fri Mar 02 2007 prusnak@suse.cz -- cleaned spec file -* Thu Jan 18 2007 prusnak@suse.cz -- fixed crash in timidity (timidity-crash.patch) [#235376] -* Thu Sep 14 2006 nadvornik@suse.cz -- updated to 1.2.7: - * Added support for dynamically loading Ogg Vorbis library - * Search timidity.cfg also in /etc - * Fix memory leaks in timidity player - * Always build SDL_RWops music support -- fixed Requires of devel subpackage -* Fri Mar 10 2006 bk@suse.de -- SDL_mixer-devel: add libstdc++ and gcc to Requires (libSDL_mixer.la) -- SDL_mixer-devel: add gpm and libmikmod to Requires (libSDL_mixer.la) -- SDL_mixer-devel: remove libogg-devel from Requires (already by libvorbis-devel) -* Tue Jan 31 2006 aj@suse.de -- Add libogg-devel libvorbis-devel to BuildRequires. -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Wed Jul 27 2005 nadvornik@suse.cz -- added libmikmod to nfb [#98983] -* Thu Jul 21 2005 nadvornik@suse.cz -- update to 1.2.6 -- added devel subpackage -* Mon Mar 28 2005 schwab@suse.de -- Fix namespace pollution. -* Fri Jan 28 2005 ro@suse.de -- make it possible to build without smpeg -* Sat Jan 10 2004 adrian@suse.de -- add %%run_ldconfig -* Fri Aug 08 2003 bk@suse.de -- update to 1.2.5(numerious fixes, eg for mp3 playback, midi crash) -* Mon Dec 16 2002 ro@suse.de -- fix build with automake, use "AUTOMAKE_OPTIONS = foreign" -* Tue Aug 20 2002 tiwai@suse.de -- fixed the detection of 64bit architectures [bug #18106] -* Mon Jul 22 2002 bk@suse.de -- don't use %%configure, it uses broken target_platform syntax -* Tue Jul 16 2002 bk@suse.de -- update to 1.2.4 -* Thu Jul 11 2002 meissner@suse.de -- rerun auto* so we get shared libraries too. -* Tue Jan 22 2002 ro@suse.de -- changed neededforbuild to -* Thu Oct 18 2001 tiwai@suse.de -- added suse_update_config to build shared libraries. -- added libogg/libvorbis and devel packages to neededforbuild. -* Thu Aug 16 2001 nadvornik@suse.cz -- added smpeg-devel to neededforbuild -* Wed Aug 08 2001 ro@suse.de -- changed neededforbuild to -* Wed Aug 08 2001 ro@suse.de -- changed neededforbuild to -- changed neededforbuild to -* Fri Jun 22 2001 ro@suse.de -- added kdelibs for artsd -* Thu Apr 12 2001 nadvornik@suse.cz -- update to 1.2.0 -* Mon Mar 26 2001 ro@suse.de -- changed neededforbuild to -* Fri Mar 09 2001 ro@suse.de -- added xf86 -* Mon Mar 05 2001 bk@suse.de -- rename sdlmixer -> SDL_mixer -- Update to 1.1.0 and added smpeg to neededforbuild for MP3 music support -- fix copyright (LGPL) and group (Applications/Sound -> System/Libraries) -- removed libmikmo from neededforbuild, SDL_mixer uses internal libmikmod - (and timidity) libs -* Mon Feb 19 2001 uli@suse.de -- added alsa* to neededforbuild (needed by new SDL) -- added esound-devel to neededforbuild -* Mon Nov 06 2000 ro@suse.de -- fixed neededforbuild -* Mon Oct 16 2000 nadvornik@suse.cz -- fixed to compile with correct CFLAGS -* Thu May 25 2000 freitag@suse.de -- new version v. 1.0.5 diff --git a/baselibs.conf b/baselibs.conf index 34abf2c..e56e61f 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1,3 @@ libSDL_mixer-1_2-0 + provides "SDL_mixer- = " + obsoletes "SDL_mixer- <= "