forked from pool/SDL_sound
This commit is contained in:
committed by
Git OBS Bridge
parent
63d5e70f9d
commit
b75986d802
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package SDL_sound (Version 1.0.1)
|
||||
# spec file for package SDL_sound (Version 1.0.3)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -15,10 +15,10 @@ Name: SDL_sound
|
||||
BuildRequires: SDL-devel flac-devel libmikmod-devel libogg-devel libvorbis-devel physfs-devel speex-devel
|
||||
Url: http://icculus.org/SDL_sound/
|
||||
Summary: Sound Sample Library for SDL (Simple DirectMedia Layer)
|
||||
Version: 1.0.1
|
||||
Release: 46
|
||||
Source: %{name}-%{version}-svn536-nompglib.tar.bz2
|
||||
Patch0: %{name}-%{version}-speex.patch
|
||||
Version: 1.0.3
|
||||
Release: 1
|
||||
Source: %{name}-%{version}-nompglib.tar.bz2
|
||||
Patch0: %{name}-%{version}-nompglib.patch
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -57,11 +57,10 @@ Authors:
|
||||
Ryan C. Gordon <icculus at clutteredmind dot org>
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -q
|
||||
%patch0
|
||||
|
||||
%build
|
||||
./bootstrap
|
||||
%configure --disable-sdltest --disable-smpeg --disable-mpglib
|
||||
make %{?jobs:-j %jobs}
|
||||
|
||||
@@ -88,6 +87,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/lib*.so
|
||||
|
||||
%changelog
|
||||
* 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]
|
||||
|
Reference in New Issue
Block a user