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:
commit
e4f41aff61
BIN
SDL2-2.28.5.tar.gz
(Stored with Git LFS)
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
3
SDL2-2.30.0.tar.gz
Normal 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
BIN
SDL2-2.30.0.tar.gz.sig
Normal file
Binary file not shown.
13
SDL2.changes
13
SDL2.changes
@ -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>
|
Thu Nov 2 19:09:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define sle_version 0
|
%define sle_version 0
|
||||||
Name: SDL2
|
Name: SDL2
|
||||||
%define lname libSDL2-2_0-0
|
%define lname libSDL2-2_0-0
|
||||||
Version: 2.28.5
|
Version: 2.30.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple DirectMedia Layer Library
|
Summary: Simple DirectMedia Layer Library
|
||||||
License: Zlib
|
License: Zlib
|
||||||
|
@ -36,7 +36,7 @@ Index: SDL2-2.26.0/sdl2.sym
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ SDL2-2.26.0/sdl2.sym
|
+++ SDL2-2.26.0/sdl2.sym
|
||||||
@@ -0,0 +1,319 @@
|
@@ -0,0 +1,327 @@
|
||||||
+SUSE_2.0.5 {
|
+SUSE_2.0.5 {
|
||||||
+global:
|
+global:
|
||||||
+ SDL_DequeueAudio;
|
+ SDL_DequeueAudio;
|
||||||
@ -356,3 +356,11 @@ Index: SDL2-2.26.0/sdl2.sym
|
|||||||
+ SDL_strcasestr;
|
+ SDL_strcasestr;
|
||||||
+ SDL_GetWindowSizeInPixels;
|
+ SDL_GetWindowSizeInPixels;
|
||||||
+} SUSE_2.24.0;
|
+} 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user