From 39a7400fa7ce02e0b088b267eeddcd3146f233807441caca8137aad83f89fd98 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 21 Jul 2014 20:15:42 +0000 Subject: [PATCH] SDL2-2.0.3 OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=27 --- SDL2-2.0.2.tar.gz | 3 --- SDL2-2.0.2.tar.gz.sig | Bin 72 -> 0 bytes SDL2-2.0.3.tar.gz | 3 +++ SDL2-2.0.3.tar.gz.sig | Bin 0 -> 72 bytes SDL2.changes | 7 +++++++ SDL2.spec | 17 +++++++++-------- 6 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 SDL2-2.0.2.tar.gz delete mode 100644 SDL2-2.0.2.tar.gz.sig create mode 100644 SDL2-2.0.3.tar.gz create mode 100644 SDL2-2.0.3.tar.gz.sig diff --git a/SDL2-2.0.2.tar.gz b/SDL2-2.0.2.tar.gz deleted file mode 100644 index 60a0faf..0000000 --- a/SDL2-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:590157f85a8a8b52723848169a74eec6ca07ab4a75cec15beedde648f980e850 -size 3812882 diff --git a/SDL2-2.0.2.tar.gz.sig b/SDL2-2.0.2.tar.gz.sig deleted file mode 100644 index 1699fe0198bfb315b54bd4bd704d7d1b3e0a5ee53ddefe9b62409727e56dc61a..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#h2FO8^Q95HO{acc*qc=A#<`oDZxnaWbC}E6hED7-Ak` eT0uiKhX9{XACf+QC<5QfEB5Xe?EaQJ(VxQSGa0G? diff --git a/SDL2-2.0.3.tar.gz b/SDL2-2.0.3.tar.gz new file mode 100644 index 0000000..40d14ad --- /dev/null +++ b/SDL2-2.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a69a6abf80bcce713fa873607735fe712f44276a7f048d60a61bb2f6b3c90c +size 3871267 diff --git a/SDL2-2.0.3.tar.gz.sig b/SDL2-2.0.3.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..cb50a2ebd243b7e0e72fde8ed1bbdec459eb21b8372322ec758ce5eca19f9839 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0#hXo`~V6G5HO{acc*qc<_eDhpF?xa8j&b!QA*64M{ryp eC8~%QmjIx?t-vj!t})@X5s&ZXc}_`m&Nq%S;v0Sd literal 0 HcmV?d00001 diff --git a/SDL2.changes b/SDL2.changes index ecab899..5307056 100644 --- a/SDL2.changes +++ b/SDL2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 21 20:13:17 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 2.0.3 +* This is a minor bugfix release to take care of creating an OpenGL + context on Mac OS X. + ------------------------------------------------------------------- Mon May 26 07:48:54 UTC 2014 - mailaender@opensuse.org diff --git a/SDL2.spec b/SDL2.spec index 058a213..38a0a52 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -18,29 +18,31 @@ Name: SDL2 %define lname libSDL2-2_0-0 -Version: 2.0.2 +Version: 2.0.3 Release: 0 Summary: Simple DirectMedia Layer Library License: Zlib Group: Development/Libraries/X11 Url: http://libsdl.org/ + #DL-URL: http://libsdl.org/download-2.0.php 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: arts-devel BuildRequires: alsa-devel >= 0.9.0 +BuildRequires: arts-devel BuildRequires: dos2unix BuildRequires: esound-devel >= 0.2.8 -BuildRequires: gcc gcc-c++ +BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: nasm BuildRequires: pkgconfig BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(glu) -BuildRequires: pkgconfig(gl) %if 0%{?suse_version} > 1120 BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(glesv1_cm) @@ -52,16 +54,16 @@ BuildRequires: pkgconfig(tslib) %endif BuildRequires: pkgconfig(x11) %if 0%{?suse_version} > 1120 -BuildRequires: pkgconfig(xscrnsaver) BuildRequires: pkgconfig(xcursor) BuildRequires: pkgconfig(xinerama) BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(xscrnsaver) BuildRequires: pkgconfig(xxf86vm) %endif -BuildRequires: pkgconfig(xext) -BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(libpulse-simple) >= 0.9 BuildRequires: pkgconfig(udev) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xi) %ifarch ppc ppc64 BuildRequires: libspe2-devel %endif @@ -100,7 +102,6 @@ This package contains files needed for development with the SDL2 library. %prep -%{?gpg_verify: %gpg_verify %{S:2}} %setup -q dos2unix WhatsNew.txt dos2unix TODO.txt