Hello community,

here is the log from the commit of package SDL2 for openSUSE:Leap:15.2 checked 
in at 2020-01-30 14:50:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/SDL2 (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.SDL2.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL2"

Thu Jan 30 14:50:19 2020 rev:33 rq:761224 version:2.0.8

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/SDL2/SDL2.changes      2020-01-15 
14:46:03.449236128 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.SDL2.new.26092/SDL2.changes   2020-01-30 
14:51:23.998934361 +0100
@@ -1,0 +2,6 @@
+Sun Jan  5 19:34:20 UTC 2020 - Stefan Dirsch <[email protected]>
+
+-  sdl2-khronos.patch
+  * fixes build on i586 (boo#1158176)
+
+-------------------------------------------------------------------

New:
----
  sdl2-khronos.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ SDL2.spec ++++++
--- /var/tmp/diff_new_pack.9NS0tf/_old  2020-01-30 14:51:24.526934642 +0100
+++ /var/tmp/diff_new_pack.9NS0tf/_new  2020-01-30 14:51:24.526934642 +0100
@@ -35,6 +35,7 @@
 Patch9:         CVE-2019-7636.patch
 Patch10:        CVE-2019-13616.patch
 Patch11:        CVE-2019-13626.patch
+Patch12:        sdl2-khronos.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  dos2unix
@@ -118,6 +119,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 dos2unix WhatsNew.txt
 dos2unix TODO.txt
 dos2unix BUGS.txt


++++++ 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

Reply via email to