From 740b83a4a7d157b9a05585d2442cbcf6ad10d4541b9d050229eb32bdfb4ea191 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 2 Feb 2024 00:47:40 +0000 Subject: [PATCH] - Update to release 2.30 OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=178 --- SDL2-2.28.5.tar.gz | 3 --- SDL2-2.28.5.tar.gz.sig | Bin 95 -> 0 bytes SDL2-2.30.0.tar.gz | 3 +++ SDL2-2.30.0.tar.gz.sig | Bin 0 -> 95 bytes SDL2.changes | 13 +++++++++++++ SDL2.spec | 2 +- sdl2-symvers.patch | 10 +++++++++- 7 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 SDL2-2.28.5.tar.gz delete mode 100644 SDL2-2.28.5.tar.gz.sig create mode 100644 SDL2-2.30.0.tar.gz create mode 100644 SDL2-2.30.0.tar.gz.sig diff --git a/SDL2-2.28.5.tar.gz b/SDL2-2.28.5.tar.gz deleted file mode 100644 index 012d326..0000000 --- a/SDL2-2.28.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4 -size 7345355 diff --git a/SDL2-2.28.5.tar.gz.sig b/SDL2-2.28.5.tar.gz.sig deleted file mode 100644 index 7c63903f081438925e05aa710bccdde600f975209e574ed99ca1fda08ba58b66..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmeB(WnmCxVvrS6WD(U!j%^5DT3>$gL7TzS$>qz-te>$mr8?ixW8mTxfQeX(Ff5oJ v;qdv-J>Mmp8h>w;yYn&OlwTD$!yG=_(6oPPL34wAUv|{I^oo<5+_WD6m?I~v diff --git a/SDL2-2.30.0.tar.gz b/SDL2-2.30.0.tar.gz new file mode 100644 index 0000000..8e3654d --- /dev/null +++ b/SDL2-2.30.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e2e41557e0fa4a1519315c0f5958a87ccb27e25c51776beb6f1239526447b0 +size 7428037 diff --git a/SDL2-2.30.0.tar.gz.sig b/SDL2-2.30.0.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..4baffbdd67b239fb8d8bdffc86195b731c06bd514c187108114598889e2d86d2 GIT binary patch literal 95 zcmeB(WnmCxVvrS6WD(U!j%^5DT3>$gL7TzS$>qz-te>$mrS37g&cMYf025h!hGD_x vS6n<%A6f<1GdwsH=6?U0=zn7ahWS-%yHb@oHl)ltSoP3o)wTLL?c03-turV@ literal 0 HcmV?d00001 diff --git a/SDL2.changes b/SDL2.changes index aa29644..f733288 100644 --- a/SDL2.changes +++ b/SDL2.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Feb 2 00:45:50 UTC 2024 - Jan Engelhardt + +- 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. + ------------------------------------------------------------------- Thu Nov 2 19:09:24 UTC 2023 - Jan Engelhardt diff --git a/SDL2.spec b/SDL2.spec index 66b00cd..ea7dbdf 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -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 diff --git a/sdl2-symvers.patch b/sdl2-symvers.patch index fa5080c..ccbab32 100644 --- a/sdl2-symvers.patch +++ b/sdl2-symvers.patch @@ -36,7 +36,7 @@ Index: SDL2-2.26.0/sdl2.sym =================================================================== --- /dev/null +++ SDL2-2.26.0/sdl2.sym -@@ -0,0 +1,319 @@ +@@ -0,0 +1,327 @@ +SUSE_2.0.5 { +global: + SDL_DequeueAudio; @@ -356,3 +356,11 @@ Index: SDL2-2.26.0/sdl2.sym + 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;