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 3e4e4b3..0000000 Binary files a/SDL2-2.0.0.tar.gz.sig and /dev/null differ 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 0000000..4458cb2 Binary files /dev/null and b/SDL2-2.0.1.tar.gz.sig differ 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 \