- Update to release 2.30.2
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=182
This commit is contained in:
parent
92a6b9daaf
commit
b6231dbc15
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01215ffbc8cfc4ad165ba7573750f15ddda1f971d5a66e9dcaffd37c587f473a
|
||||
size 7428023
|
Binary file not shown.
3
SDL2-2.30.2.tar.gz
Normal file
3
SDL2-2.30.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31
|
||||
size 7426565
|
BIN
SDL2-2.30.2.tar.gz.sig
Normal file
BIN
SDL2-2.30.2.tar.gz.sig
Normal file
Binary file not shown.
15
SDL2.changes
15
SDL2.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 08:47:20 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.30.2
|
||||
* Fixed performance regression initialing controllers on Linux
|
||||
* Added support for the 6-button SEGA Mega Drive Control Pad
|
||||
for Nintendo Online
|
||||
* Add support for MadCatz Saitek Side Panel Control Deck
|
||||
* Added support for the Hori Fighting Stick EX2
|
||||
* Added support for the Yawman Arrow flightstick
|
||||
* Added a gamepad mapping for the Defender Joystick Cobra R4
|
||||
* Fixed the gamepad mapping for the Sanwa Supply JY-P76USV
|
||||
controller
|
||||
* Allow using SDL_RWFromFile() with named pipes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 07:45:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define sle_version 0
|
||||
Name: SDL2
|
||||
%define lname libSDL2-2_0-0
|
||||
Version: 2.30.1
|
||||
Version: 2.30.2
|
||||
Release: 0
|
||||
Summary: Simple DirectMedia Layer Library
|
||||
License: Zlib
|
||||
@ -130,13 +130,8 @@ perl -i -pe 's{\r\n}{\n}g' *.txt README.md
|
||||
%make_install
|
||||
rm -f "%buildroot/%_libdir"/*.la
|
||||
rm -fv "%buildroot/%_libdir/libSDL2.a"
|
||||
# Need to keep libSDL2main.a (empty lib), because it is referenced by
|
||||
# sdl2-config.cmake, and it seems like that .cmake file cannot be edited to
|
||||
# make SDL2::SDL2main a phony target with no file (just leads to more Makefile
|
||||
# errors down the road).
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files -n %lname
|
||||
%license LICENSE.txt
|
||||
|
Loading…
Reference in New Issue
Block a user