Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package SDL2 for openSUSE:Factory checked in at 2025-09-03 21:08:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SDL2 (Old) and /work/SRC/openSUSE:Factory/.SDL2.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SDL2" Wed Sep 3 21:08:24 2025 rev:2 rq:1302574 version:2.32.10 Changes: -------- --- /work/SRC/openSUSE:Factory/SDL2/SDL2.changes 2025-06-20 16:51:32.713560363 +0200 +++ /work/SRC/openSUSE:Factory/.SDL2.new.1977/SDL2.changes 2025-09-03 21:09:00.068616633 +0200 @@ -1,0 +2,12 @@ +Mon Sep 1 22:07:50 UTC 2025 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 2.32.10 + * Report the correct device audio format when using Pipewire. + * Support the "ambient" value for SDL_HINT_AUDIO_CATEGORY on + iOS. + * Improved thumbstick range for Nintendo Switch Pro Controllers. + * Fixed loading user calibration for Nintendo Switch Pro + Controllers. +- Add alsa-sig.patch to cure a build failure + +------------------------------------------------------------------- Old: ---- SDL2-2.32.8.tar.gz SDL2-2.32.8.tar.gz.sig New: ---- SDL2-2.32.10.tar.gz SDL2-2.32.10.tar.gz.sig alsa-sig.patch ----------(New B)---------- New: Controllers. - Add alsa-sig.patch to cure a build failure ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SDL2.spec ++++++ --- /var/tmp/diff_new_pack.HULdnk/_old 2025-09-03 21:09:00.648641143 +0200 +++ /var/tmp/diff_new_pack.HULdnk/_new 2025-09-03 21:09:00.652641312 +0200 @@ -1,7 +1,7 @@ # # spec file for package SDL2 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: SDL2 -Version: 2.32.8 +Version: 2.32.10 Release: 0 Summary: Simple DirectMedia Layer Library License: Zlib @@ -28,6 +28,7 @@ Source2: https://libsdl.org/release/%name-%version.tar.gz.sig Source3: %name.keyring Patch1: sdl2-symvers.patch +Patch2: alsa-sig.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libdecor-devel ++++++ SDL2-2.32.8.tar.gz -> SDL2-2.32.10.tar.gz ++++++ /work/SRC/openSUSE:Factory/SDL2/SDL2-2.32.8.tar.gz /work/SRC/openSUSE:Factory/.SDL2.new.1977/SDL2-2.32.10.tar.gz differ: char 21, line 1 ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.HULdnk/_old 2025-09-03 21:09:00.724644354 +0200 +++ /var/tmp/diff_new_pack.HULdnk/_new 2025-09-03 21:09:00.728644524 +0200 @@ -1,5 +1,5 @@ -mtime: 1749152150 -commit: 2594877fbe312ffb84d13e23cf058ea30721ef082950d93a44171a8c44f9d09a +mtime: 1756823024 +commit: 0aa1da57c5a405336eba248cef0c7b5f7bbb43f72d1bbf06de1fbd8e05c0bf82 url: https://src.opensuse.org/jengelh/SDL2 revision: master ++++++ alsa-sig.patch ++++++ >From 05c9b16183743925e59a489c4348141c8a050603 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer <seze...@gmail.com> Date: Tue, 2 Sep 2025 17:02:28 +0300 Subject: [PATCH] alsa: fix signature of snd_pcm_info_free Reference issue: https://github.com/libsdl-org/SDL/issues/13845. --- src/audio/alsa/SDL_alsa_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/alsa/SDL_alsa_audio.c b/src/audio/alsa/SDL_alsa_audio.c index 8f3a49c81..7af711411 100644 --- a/src/audio/alsa/SDL_alsa_audio.c +++ b/src/audio/alsa/SDL_alsa_audio.c @@ -88,7 +88,7 @@ static const char *(*ALSA_snd_pcm_info_get_name)(const snd_pcm_info_t *); static int (*ALSA_snd_pcm_info_get_card)(const snd_pcm_info_t *); static int (*ALSA_snd_card_get_name)(int, char **); static int (*ALSA_snd_pcm_info_malloc)(snd_pcm_info_t **); -static int (*ALSA_snd_pcm_info_free)(snd_pcm_info_t *); +static void (*ALSA_snd_pcm_info_free)(snd_pcm_info_t *); #ifdef SND_CHMAP_API_VERSION static snd_pcm_chmap_t *(*ALSA_snd_pcm_get_chmap)(snd_pcm_t *); static int (*ALSA_snd_pcm_chmap_print)(const snd_pcm_chmap_t *map, size_t maxlen, char *buf); -- 2.51.0 ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-09-03 12:07:28.000000000 +0200 @@ -0,0 +1 @@ +.osc