SHA256
1
0
forked from pool/SDL2

Accepting request 1145315 from games

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1145315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2?expand=0&rev=61
This commit is contained in:
Ana Guerrero 2024-02-09 22:51:54 +00:00 committed by Git OBS Bridge
commit e4f41aff61
7 changed files with 26 additions and 5 deletions

BIN
SDL2-2.28.5.tar.gz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

3
SDL2-2.30.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36e2e41557e0fa4a1519315c0f5958a87ccb27e25c51776beb6f1239526447b0
size 7428037

BIN
SDL2-2.30.0.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 2 00:45:50 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de>

View File

@ -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

View File

@ -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;