Hello community,

here is the log from the commit of package SDL2 for openSUSE:Factory checked in 
at 2020-03-14 09:54:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL2 (Old)
 and      /work/SRC/openSUSE:Factory/.SDL2.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL2"

Sat Mar 14 09:54:14 2020 rev:30 rq:783748 version:2.0.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL2/SDL2.changes        2020-01-16 
18:17:40.344853701 +0100
+++ /work/SRC/openSUSE:Factory/.SDL2.new.3160/SDL2.changes      2020-03-14 
09:54:15.627062572 +0100
@@ -1,0 +2,10 @@
+Wed Mar 11 10:23:44 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Update to release 2.0.12
+  * Support for the Google Stadia controller and other game
+    controllers
+  * A new video driver for offscreen rendering
+  * ARM NEON optimizations
+- Drop CVE-2019-13616.patch (merged upstream)
+
+-------------------------------------------------------------------

Old:
----
  CVE-2019-13616.patch
  SDL2-2.0.10.tar.gz
  SDL2-2.0.10.tar.gz.sig

New:
----
  SDL2-2.0.12.tar.gz
  SDL2-2.0.12.tar.gz.sig

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

Other differences:
------------------
++++++ SDL2.spec ++++++
--- /var/tmp/diff_new_pack.O3Xmoa/_old  2020-03-14 09:54:16.871063485 +0100
+++ /var/tmp/diff_new_pack.O3Xmoa/_new  2020-03-14 09:54:16.875063489 +0100
@@ -19,7 +19,7 @@
 %define sle_version 0
 Name:           SDL2
 %define lname   libSDL2-2_0-0
-Version:        2.0.10
+Version:        2.0.12
 Release:        0
 Summary:        Simple DirectMedia Layer Library
 License:        Zlib
@@ -33,8 +33,7 @@
 Source4:        baselibs.conf
 Patch1:         sdl2-symvers.patch
 Patch2:         SDL2-endian.patch
-Patch3:         CVE-2019-13616.patch
-Patch4:         sdl2-khronos.patch
+Patch3:         sdl2-khronos.patch
 BuildRequires:  cmake
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++

++++++ SDL2-2.0.10.tar.gz -> SDL2-2.0.12.tar.gz ++++++
++++ 70062 lines of diff (skipped)

++++++ SDL2-endian.patch ++++++
--- /var/tmp/diff_new_pack.O3Xmoa/_old  2020-03-14 09:54:18.311064543 +0100
+++ /var/tmp/diff_new_pack.O3Xmoa/_new  2020-03-14 09:54:18.311064543 +0100
@@ -1,8 +1,12 @@
-Index: SDL2-2.0.8/include/SDL_endian.h
+---
+ include/SDL_endian.h |  155 
++-------------------------------------------------
+ 1 file changed, 7 insertions(+), 148 deletions(-)
+
+Index: SDL2-2.0.12/include/SDL_endian.h
 ===================================================================
---- SDL2-2.0.8.orig/include/SDL_endian.h
-+++ SDL2-2.0.8/include/SDL_endian.h
-@@ -34,29 +34,17 @@
+--- SDL2-2.0.12.orig/include/SDL_endian.h
++++ SDL2-2.0.12/include/SDL_endian.h
+@@ -34,32 +34,17 @@
   *  \name The two types of endianness
   */
  /* @{ */
@@ -16,10 +20,13 @@
 -#ifdef __linux__
 -#include <endian.h>
 -#define SDL_BYTEORDER  __BYTE_ORDER
--#else /* __linux__ */
+-#elif defined(__OpenBSD__)
+-#include <endian.h>
+-#define SDL_BYTEORDER  BYTE_ORDER
+-#else
 -#if defined(__hppa__) || \
 -    defined(__m68k__) || defined(mc68000) || defined(_M_M68K) || \
--    (defined(__MIPS__) && defined(__MISPEB__)) || \
+-    (defined(__MIPS__) && defined(__MIPSEB__)) || \
 -    defined(__ppc__) || defined(__POWERPC__) || defined(_M_PPC) || \
 -    defined(__sparc__)
 -#define SDL_BYTEORDER   SDL_BIG_ENDIAN
@@ -36,7 +43,7 @@
  /* Set up for C function definitions, even when using C++ */
  #ifdef __cplusplus
  extern "C" {
-@@ -65,149 +53,23 @@ extern "C" {
+@@ -68,149 +53,23 @@ extern "C" {
  /**
   *  \file SDL_endian.h
   */


Reply via email to