From 0346d7013e4f5956d5bd30cceb75dc845b1a40b0476b4a6a92d77f20b2b19bbe Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 8 Oct 2009 00:51:29 +0000 Subject: [PATCH] Accepting request 22004 from games Copy from games/SDL_sound based on submit request 22004 from user prusnak OBS-URL: https://build.opensuse.org/request/show/22004 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_sound?expand=0&rev=7 --- SDL_sound.changes | 5 +++++ SDL_sound.spec | 27 +++------------------------ baselibs.conf | 2 ++ 3 files changed, 10 insertions(+), 24 deletions(-) diff --git a/SDL_sound.changes b/SDL_sound.changes index a510e73..c12d66a 100644 --- a/SDL_sound.changes +++ b/SDL_sound.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 7 14:52:39 CEST 2009 - prusnak@suse.cz + +- fix provides and obsoletes [bnc#544957] + ------------------------------------------------------------------- Wed May 20 17:08:10 CEST 2009 - prusnak@suse.cz diff --git a/SDL_sound.spec b/SDL_sound.spec index a1686a7..d3dfaae 100644 --- a/SDL_sound.spec +++ b/SDL_sound.spec @@ -23,7 +23,7 @@ BuildRequires: flac-devel libSDL-devel libmikmod-devel libogg-devel libvorbis-d Url: http://icculus.org/SDL_sound/ Summary: Sound Sample Library for SDL (Simple DirectMedia Layer) Version: 1.0.3 -Release: 66 +Release: 67 Source: %{name}-%{version}-nompglib.tar.bz2 Patch0: %{name}-%{version}-nompglib.patch License: LGPL v2.1 or later @@ -48,7 +48,7 @@ Group: System/Libraries Summary: Sound Sample Library for SDL (Simple DirectMedia Layer) License: LGPL v2.1 or later Provides: SDL_sound = %{version} -Obsoletes: SDL_sound < %{version} +Obsoletes: SDL_sound <= %{version} %description -n libSDL_sound-1_0-1 SDL_sound is a library that handles the decoding of several popular @@ -69,7 +69,7 @@ Summary: Sound Sample Library for SDL (Simple DirectMedia Layer) Group: Development/Libraries/C and C++ Requires: libSDL_sound-1_0-1 = %{version} libSDL-devel Provides: SDL_sound-devel = %{version} -Obsoletes: SDL_sound-devel < %{version} +Obsoletes: SDL_sound-devel <= %{version} %description -n libSDL_sound-devel SDL_sound is a library that handles the decoding of several popular @@ -120,24 +120,3 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so %changelog -* Wed May 20 2009 prusnak@suse.cz -- follow Shared Library Policy -* Mon May 19 2008 crrodriguez@suse.de -- disable unusable static libraries - (there is no static libogg,libvorbis,flac,speex etc..) -* Thu Apr 24 2008 prusnak@suse.cz -- updated to 1.0.3 - * check if Speex header has bogus data (CVE-2008-1686) - * look for Speex includes in new directory - * converted all text encoding from ISO-8859-1 to UTF-8 - * fixed "make dist" script for dealing with Subversion instead of CVS - * added Speex to the README - * include in shn.c. -- dropped obsoleted patches: - * speex.patch (included in update) -* Fri Apr 11 2008 prusnak@suse.cz -- fix speex support and insufficient bounds checking in speex decoder - (speex.patch) [bnc#379107] -* Tue Nov 06 2007 prusnak@suse.cz -- created package (version 1.0.1) - sources from SVN - revision 536, stripped internal mpglib sources diff --git a/baselibs.conf b/baselibs.conf index af55420..0f63113 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1,3 @@ libSDL_sound-1_0-1 + provides "SDL_sound- = " + obsoletes "SDL_sound- <= "