From 82b9e176dcbf6ee98cada3ae7bc78c2ce2cb056e49fb956a7c708b24bd567608 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 7 Nov 2013 21:55:00 +0000 Subject: [PATCH] Accepting request 206100 from home:Mailaender:branches:games OBS-URL: https://build.opensuse.org/request/show/206100 OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=19 --- SDL2-2.0.0.tar.gz | 3 --- SDL2-2.0.0.tar.gz.sig | Bin 72 -> 0 bytes SDL2-2.0.1.tar.gz | 3 +++ SDL2-2.0.1.tar.gz.sig | Bin 0 -> 72 bytes SDL2.changes | 18 ++++++++++++++++++ SDL2.spec | 10 +++++++++- 6 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 SDL2-2.0.0.tar.gz delete mode 100644 SDL2-2.0.0.tar.gz.sig create mode 100644 SDL2-2.0.1.tar.gz create mode 100644 SDL2-2.0.1.tar.gz.sig diff --git a/SDL2-2.0.0.tar.gz b/SDL2-2.0.0.tar.gz deleted file mode 100644 index 2bdf26b..0000000 --- a/SDL2-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f6ac8153d90e06a118474d5400624ae82b3d3e080915505db27cebc52b27178 -size 3623960 diff --git a/SDL2-2.0.0.tar.gz.sig b/SDL2-2.0.0.tar.gz.sig deleted file mode 100644 index 3e4e4b3496c7dec6e0500abe928c17c876cc544af5c7a588797e8bfe72350e43..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#XS64gd-X5HO{acc*qc=A-QZoD6*CKld=ZGMo|iQfmcr eBWSCZr~sdPB>{io)kt@2waN?A$g!(RB+y1@9UOK5 diff --git a/SDL2-2.0.1.tar.gz b/SDL2-2.0.1.tar.gz new file mode 100644 index 0000000..360ace3 --- /dev/null +++ b/SDL2-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0 +size 3660224 diff --git a/SDL2-2.0.1.tar.gz.sig b/SDL2-2.0.1.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..4458cb2476d932e5a910ad70c0bad12848662d4ebecedc527694550449e209f0 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0#azBVE_sV5HO{acc*qc<`riEpJdQQJfFugYjpM#0FCcK e-hVdJ*#Mp>Dn*Vl_7fG=@NA_Z8R|!%A1F#!MH;^V literal 0 HcmV?d00001 diff --git a/SDL2.changes b/SDL2.changes index d4b1791..1e69dfd 100644 --- a/SDL2.changes +++ b/SDL2.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Nov 7 10:56:36 UTC 2013 - mailaender@opensuse.org + +- Update to version 2.0.1: + * Added an API to get common filesystem paths in SDL_filesystem.h: + SDL_GetBasePath(), SDL_GetPrefPath() + * Added an API to do optimized YV12 and IYUV texture updates: + SDL_UpdateYUVTexture() + * Added an API to get the amount of RAM on the system: + SDL_GetSystemRAM() + * Added a macro to perform timestamp comparisons with SDL_GetTicks(): + SDL_TICKS_PASSED() + * Dramatically improved OpenGL ES 2.0 rendering performance + * Added OpenGL attribute SDL_GL_FRAMEBUFFER_SRGB_CAPABLE + * Fixed float audio support with the PulseAudio driver + * Fixed missing line endpoints in the OpenGL renderer on some drivers + * X11 symbols are no longer defined to avoid collisions when linking statically + ------------------------------------------------------------------- Mon Oct 28 17:59:05 UTC 2013 - prusnak@opensuse.org diff --git a/SDL2.spec b/SDL2.spec index cae41a4..b37be1c 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -18,7 +18,7 @@ Name: SDL2 %define lname libSDL2-2_0-0 -Version: 2.0.0 +Version: 2.0.1 Release: 0 Summary: Simple DirectMedia Layer Library License: Zlib @@ -36,6 +36,7 @@ BuildRequires: Mesa-libGL-devel BuildRequires: Mesa-libGLESv1_CM-devel BuildRequires: Mesa-libGLESv2-devel BuildRequires: alsa-devel >= 0.9.0 +BuildRequires: dos2unix BuildRequires: esound-devel >= 0.2.8 BuildRequires: libICE-devel BuildRequires: libX11-devel @@ -90,6 +91,13 @@ library. %prep %{?gpg_verify: %gpg_verify %{S:2}} %setup -q +dos2unix WhatsNew.txt +dos2unix TODO.txt +dos2unix BUGS.txt +dos2unix README-SDL.txt +dos2unix README.txt +dos2unix CREDITS.txt +dos2unix COPYING.txt %build %configure \