Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package SDL2 for openSUSE:Factory checked in 
at 2022-11-23 09:47:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL2 (Old)
 and      /work/SRC/openSUSE:Factory/.SDL2.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL2"

Wed Nov 23 09:47:32 2022 rev:46 rq:1037201 version:2.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL2/SDL2.changes        2022-11-02 
12:46:33.109388425 +0100
+++ /work/SRC/openSUSE:Factory/.SDL2.new.1597/SDL2.changes      2022-11-23 
09:47:35.694881334 +0100
@@ -1,0 +2,24 @@
+Tue Nov 22 01:03:38 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2.26
+  * Added SDL_GetWindowSizeInPixels() to get the window size in
+    pixels, which may differ from the window coordinate size for
+    windows with high-DPI support.
+  * Added simulated vsync synchronization for the software
+    renderer.
+  * Added the mouse position to SDL_MouseWheelEvent.
+  * Added SDL_ResetHints() to reset all hints to their default
+    values.
+  * Added SDL_GetJoystickGUIDInfo() to get device information
+    encoded in a joystick GUID.
+  * Added XBOX Hints.
+  * Added support for PS3 and Wii controllers to the HIDAPI
+    driver (not enabled by default).
+  * Added access to the individual left and right gyro sensors of
+    the combined Joy-Cons controller.
+  * Added a microsecond timestamp to SDL_SensorEvent and
+    SDL_ControllerSensorEvent, when the hardware provides that
+    information.
+- Delete sdl2-khronos.patch (merged)
+
+-------------------------------------------------------------------

Old:
----
  SDL2-2.24.2.tar.gz
  SDL2-2.24.2.tar.gz.sig
  sdl2-khronos.patch

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

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

Other differences:
------------------
++++++ SDL2.spec ++++++
--- /var/tmp/diff_new_pack.GcTvwE/_old  2022-11-23 09:47:36.634886239 +0100
+++ /var/tmp/diff_new_pack.GcTvwE/_new  2022-11-23 09:47:36.658886363 +0100
@@ -19,24 +19,22 @@
 %define sle_version 0
 Name:           SDL2
 %define lname   libSDL2-2_0-0
-Version:        2.24.2
+Version:        2.26.0
 Release:        0
 Summary:        Simple DirectMedia Layer Library
 License:        Zlib
 Group:          Development/Libraries/X11
-URL:            http://libsdl.org/
+URL:            https://libsdl.org/
 #Git-Clone:     https://github.com/libsdl-org/SDL
-#DL-URL:        http://libsdl.org/download-2.0.php
-Source:         http://libsdl.org/release/%name-%version.tar.gz
-Source2:        http://libsdl.org/release/%name-%version.tar.gz.sig
+Source:         https://libsdl.org/release/%name-%version.tar.gz
+Source2:        https://libsdl.org/release/%name-%version.tar.gz.sig
 Source3:        %name.keyring
 Source4:        baselibs.conf
 Patch1:         sdl2-symvers.patch
-Patch2:         sdl2-khronos.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(alsa) >= 0.9.0
+BuildRequires:  pkgconfig(alsa) >= 1.0.11
 BuildRequires:  pkgconfig(dbus-1)
 %if !0%{?sle_version}
 BuildRequires:  pkgconfig(fcitx)
@@ -50,8 +48,8 @@
 BuildRequires:  pkgconfig(ibus-1.0)
 BuildRequires:  pkgconfig(ice)
 # KMS/DRM driver needs libdrm and libgbm
-BuildRequires:  pkgconfig(gbm) >= 9.0.0
-BuildRequires:  pkgconfig(libdrm) >= 2.4.46
+BuildRequires:  pkgconfig(gbm) >= 11.1.0
+BuildRequires:  pkgconfig(libdrm) >= 2.4.82
 BuildRequires:  pkgconfig(libpulse-simple) >= 0.9
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(tslib)

++++++ SDL2-2.24.2.tar.gz -> SDL2-2.26.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/SDL2/SDL2-2.24.2.tar.gz 
/work/SRC/openSUSE:Factory/.SDL2.new.1597/SDL2-2.26.0.tar.gz differ: char 5, 
line 1

++++++ sdl2-symvers.patch ++++++
--- /var/tmp/diff_new_pack.GcTvwE/_old  2022-11-23 09:47:36.922887741 +0100
+++ /var/tmp/diff_new_pack.GcTvwE/_new  2022-11-23 09:47:36.942887846 +0100
@@ -16,14 +16,14 @@
 
 ---
  Makefile.in |    2 
- sdl2.sym    |  278 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 279 insertions(+), 1 deletion(-)
+ sdl2.sym    |  319 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 320 insertions(+), 1 deletion(-)
 
-Index: SDL2-2.0.22/Makefile.in
+Index: SDL2-2.26.0/Makefile.in
 ===================================================================
---- SDL2-2.0.22.orig/Makefile.in
-+++ SDL2-2.0.22/Makefile.in
-@@ -134,7 +134,7 @@ LT_AGE      = @LT_AGE@
+--- SDL2-2.26.0.orig/Makefile.in
++++ SDL2-2.26.0/Makefile.in
+@@ -136,7 +136,7 @@ LT_AGE      = @LT_AGE@
  LT_CURRENT  = @LT_CURRENT@
  LT_RELEASE  = @LT_RELEASE@
  LT_REVISION = @LT_REVISION@
@@ -32,11 +32,11 @@
  
  all: $(srcdir)/configure Makefile $(objects)/$(TARGET) 
$(objects)/$(SDLMAIN_TARGET) $(objects)/$(SDLTEST_TARGET)
  
-Index: SDL2-2.0.22/sdl2.sym
+Index: SDL2-2.26.0/sdl2.sym
 ===================================================================
 --- /dev/null
-+++ SDL2-2.0.22/sdl2.sym
-@@ -0,0 +1,306 @@
++++ SDL2-2.26.0/sdl2.sym
+@@ -0,0 +1,319 @@
 +SUSE_2.0.5 {
 +global:
 +      SDL_DequeueAudio;
@@ -343,4 +343,17 @@
 +      SDL_GetPointDisplayIndex;
 +      SDL_GetRectDisplayIndex;
 +} SUSE_2.0.22;
++SUSE_2.26.0 {
++      SDL_SetPrimarySelectionText;
++      SDL_GetPrimarySelectionText;
++      SDL_HasPrimarySelectionText;
++      SDL_GameControllerGetSensorDataWithTimestamp;
++      SDL_ResetHints;
++      SDL_GetJoystickGUIDInfo;
++      SDL_SensorGetData;
++      SDL_SensorGetDataWithTimestamp;
++      SDL_SensorClose;
++      SDL_strcasestr;
++      SDL_GetWindowSizeInPixels;
++} SUSE_2.24.0;
 

Reply via email to