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 7c63903..0000000 Binary files a/SDL2-2.28.5.tar.gz.sig and /dev/null differ 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 0000000..4baffbd Binary files /dev/null and b/SDL2-2.30.0.tar.gz.sig differ 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;