Accepting request 666844 from games

- Deactivate physfs support. SDL_sound only supports physfs < 3.x,
  and the distro moved on.

OBS-URL: https://build.opensuse.org/request/show/666844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_sound?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2019-01-21 09:59:31 +00:00 committed by Git OBS Bridge
commit cd4f9bc9da
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 17 23:27:04 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Deactivate physfs support. SDL_sound only supports physfs < 3.x,
and the distro moved on.
-------------------------------------------------------------------
Thu Jan 8 09:52:45 UTC 2015 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package SDL_sound
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -21,7 +21,7 @@ Name: SDL_sound
Version: 1.0.3
Release: 0
Summary: Sound Sample Library for SDL (Simple DirectMedia Layer)
License: LGPL-2.1+
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
Url: http://icculus.org/SDL_sound/
@ -33,7 +33,6 @@ BuildRequires: libSDL-devel
BuildRequires: libmikmod-devel
BuildRequires: libogg-devel
BuildRequires: libvorbis-devel
BuildRequires: physfs-devel
BuildRequires: speex-devel
BuildRequires: pkgconfig(libmodplug)
BuildRoot: %{_tmppath}/%{name}-%{version}-build