Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package SDL2 for openSUSE:Factory checked in at 2024-02-09 23:51:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SDL2 (Old) and /work/SRC/openSUSE:Factory/.SDL2.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SDL2" Fri Feb 9 23:51:54 2024 rev:61 rq:1145315 version:2.30.0 Changes: -------- --- /work/SRC/openSUSE:Factory/SDL2/SDL2.changes 2024-01-15 22:16:48.937533657 +0100 +++ /work/SRC/openSUSE:Factory/.SDL2.new.1815/SDL2.changes 2024-02-09 23:52:11.110672597 +0100 @@ -1,0 +2,13 @@ +Fri Feb 2 00:45:50 UTC 2024 - Jan Engelhardt <[email protected]> + +- Update to release 2.30 + * Added support for 2 bits-per-pixel indexed surface formats. + * Added the function SDL_GameControllerGetSteamHandle() to get + the Steam API handle for a controller, if available. + * Added the event SDL_CONTROLLERSTEAMHANDLEUPDATED which is sent + when the Steam API handle for a controller changes. This could + also change the name, VID, and PID of the controller. + * Added the environment variable SDL_LOGGING to control default + log output. + +------------------------------------------------------------------- Old: ---- SDL2-2.28.5.tar.gz SDL2-2.28.5.tar.gz.sig New: ---- SDL2-2.30.0.tar.gz SDL2-2.30.0.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SDL2.spec ++++++ --- /var/tmp/diff_new_pack.DZ5y4y/_old 2024-02-09 23:52:11.866699840 +0100 +++ /var/tmp/diff_new_pack.DZ5y4y/_new 2024-02-09 23:52:11.870699984 +0100 @@ -19,7 +19,7 @@ %define sle_version 0 Name: SDL2 %define lname libSDL2-2_0-0 -Version: 2.28.5 +Version: 2.30.0 Release: 0 Summary: Simple DirectMedia Layer Library License: Zlib ++++++ SDL2-2.28.5.tar.gz -> SDL2-2.30.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/SDL2/SDL2-2.28.5.tar.gz /work/SRC/openSUSE:Factory/.SDL2.new.1815/SDL2-2.30.0.tar.gz differ: char 5, line 1 ++++++ sdl2-symvers.patch ++++++ --- /var/tmp/diff_new_pack.DZ5y4y/_old 2024-02-09 23:52:11.946702723 +0100 +++ /var/tmp/diff_new_pack.DZ5y4y/_new 2024-02-09 23:52:11.950702867 +0100 @@ -36,7 +36,7 @@ =================================================================== --- /dev/null +++ SDL2-2.26.0/sdl2.sym -@@ -0,0 +1,319 @@ +@@ -0,0 +1,327 @@ +SUSE_2.0.5 { +global: + SDL_DequeueAudio; @@ -356,4 +356,12 @@ + SDL_strcasestr; + SDL_GetWindowSizeInPixels; +} SUSE_2.24.0; ++SUSE_2.28.0 { ++ SDL_GDKSuspendComplete; ++ SDL_HasWindowSurface; ++ SDL_DestroyWindowSurface; ++} SUSE_2.26.0; ++SUSE_2.30.0 { ++ SDL_GameControllerGetSteamHandle; ++} SUSE_2.28.0;
