SHA256
1
0
forked from pool/SDL2

Accepting request 537357 from home:etamPL:branches:games

- update to 2.0.7
  * Added audio stream conversion functions.
  * Added functions to query and set the SDL memory allocation
    functions.
  * Added locking functions for multi-threaded access to
    the joystick and game controller APIs.
  * Some functions are now thread-safe.
- removed patches, merged upstream
  * dbus.diff
  * SDL2-ppc64-declaration-after-statement.patch
  * SDL-bnc1062784-check-overflow-xcf-props.patch

OBS-URL: https://build.opensuse.org/request/show/537357
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=69
This commit is contained in:
2017-11-07 11:08:46 +00:00
committed by Git OBS Bridge
parent 5803e5d582
commit c4c576d21b
9 changed files with 19 additions and 135 deletions

View File

@@ -18,7 +18,7 @@
Name: SDL2
%define lname libSDL2-2_0-0
Version: 2.0.6
Version: 2.0.7
Release: 0
Summary: Simple DirectMedia Layer Library
License: Zlib
@@ -30,9 +30,6 @@ Source: http://libsdl.org/release/%name-%version.tar.gz
Source2: http://libsdl.org/release/%name-%version.tar.gz.sig
Source3: %name.keyring
Source4: baselibs.conf
Patch1: dbus.diff
Patch2: %name-ppc64-declaration-after-statement.patch
Patch3: SDL-bnc1062784-check-overflow-xcf-props.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake
BuildRequires: dos2unix
@@ -106,10 +103,6 @@ library.
%prep
%setup -q
%patch -P 1 -P 3 -p1
%ifarch ppc64 ppc64le
%patch -P 2 -p1
%endif
dos2unix WhatsNew.txt
dos2unix TODO.txt
dos2unix BUGS.txt