sdl2-compat 2.30.54

This commit is contained in:
2025-02-07 10:30:57 +01:00
parent d2f7d86317
commit f147354963
6 changed files with 19 additions and 2 deletions

Binary file not shown.

Binary file not shown.

BIN
sdl2-compat-2.30.54.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Feb 7 09:09:49 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to relesae 2.30.54
* Fixed the mouse wheel in Torchlight
* Fixed double-free if SDL RLE encodes a surface during blit
* Fixed SDL_ConvertSurface() returning NULL in Dwarf Fortress
* Fixed a crash if you call SDL_FreeSurface() on a surface
returned from SDL_GetWindowSurface()
* Fixed SDL_WINDOW_ALWAYS_ON_TOP
* Fixed garbled audio if format conversion was needed
* Fixed D-Pad not working on some controllers
* Fixed return value of SDL_WasInit(SDL_INIT_TIMER)
* Fixed build errors when building some SDL2 applications using
sdl2-compat headers
* Fixed several memory leaks
-------------------------------------------------------------------
Sun Feb 2 12:24:41 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -19,7 +19,7 @@
%define lname libSDL2-2_0-0
%global _lto_cflags %_lto_cflags -ffat-lto-objects
Name: sdl2-compat
Version: 2.30.52
Version: 2.30.54
Release: 0
Summary: SDL-2.0 Compatibility Layer for Simple DirectMedia Layer 3.0
License: MIT
@@ -30,7 +30,7 @@ Source2: https://github.com/libsdl-org/sdl2-compat/releases/download/rele
Source8: baselibs.conf
BuildRequires: cmake
BuildRequires: pkg-config
BuildRequires: pkgconfig(sdl3) >= 3.2
BuildRequires: pkgconfig(sdl3) >= 3.2.4
%description
This is the "Simple DirectMedia Layer" library built from sdl2-compat.