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
This commit is contained in:
OBS User autobuild 2009-10-08 00:51:29 +00:00 committed by Git OBS Bridge
parent e2f459c5c0
commit 0346d7013e
3 changed files with 10 additions and 24 deletions

View File

@ -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

View File

@ -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 <math.h> 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

View File

@ -1 +1,3 @@
libSDL_sound-1_0-1
provides "SDL_sound-<targettype> = <version>"
obsoletes "SDL_sound-<targettype> <= <version>"