Hello community, here is the log from the commit of package SDL2 for openSUSE:Factory checked in at 2019-10-24 23:00:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SDL2 (Old) and /work/SRC/openSUSE:Factory/.SDL2.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SDL2" Thu Oct 24 23:00:15 2019 rev:27 rq:736700 version:2.0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/SDL2/SDL2.changes 2019-09-05 12:33:13.455586174 +0200 +++ /work/SRC/openSUSE:Factory/.SDL2.new.2990/SDL2.changes 2019-10-24 23:00:21.439908077 +0200 @@ -1,0 +2,6 @@ +Wed Oct 9 13:34:31 UTC 2019 - Stefan Dirsch <[email protected]> + +- sdl2-khronos.patch + * fixes build on i586 (boo#1153455) + +------------------------------------------------------------------- New: ---- sdl2-khronos.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SDL2.spec ++++++ --- /var/tmp/diff_new_pack.UpblAa/_old 2019-10-24 23:00:25.123912311 +0200 +++ /var/tmp/diff_new_pack.UpblAa/_new 2019-10-24 23:00:25.127912316 +0200 @@ -34,6 +34,7 @@ Patch1: sdl2-symvers.patch Patch2: SDL2-endian.patch Patch3: CVE-2019-13616.patch +Patch4: sdl2-khronos.patch BuildRequires: cmake BuildRequires: dos2unix BuildRequires: gcc-c++ ++++++ sdl2-khronos.patch ++++++ From: [email protected] Date: 2019-10-09 14:00:03+0000 References: https://bugzilla.opensuse.org/show_bug.cgi?id=1153455 diff -u -r SDL2-2.0.10.orig/include/SDL_opengl_glext.h SDL2-2.0.10/include/SDL_opengl_glext.h --- SDL2-2.0.10.orig/include/SDL_opengl_glext.h 2019-10-09 15:30:46.237981000 +0200 +++ SDL2-2.0.10/include/SDL_opengl_glext.h 2019-10-09 15:31:37.783940000 +0200 @@ -469,8 +469,9 @@ typedef long GLsizeiptr; typedef long GLintptr; #else -typedef ptrdiff_t GLsizeiptr; -typedef ptrdiff_t GLintptr; +#include <KHR/khrplatform.h> +typedef khronos_ssize_t GLsizeiptr; +typedef khronos_intptr_t GLintptr; #endif #define GL_BUFFER_SIZE 0x8764 #define GL_BUFFER_USAGE 0x8765
