Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pulseaudio for openSUSE:Factory checked in at 2021-08-27 21:43:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pulseaudio (Old) and /work/SRC/openSUSE:Factory/.pulseaudio.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pulseaudio" Fri Aug 27 21:43:28 2021 rev:185 rq:914222 version:15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes 2021-08-23 10:20:24.635431227 +0200 +++ /work/SRC/openSUSE:Factory/.pulseaudio.new.1899/pulseaudio.changes 2021-08-27 21:43:40.301954359 +0200 @@ -1,0 +2,6 @@ +Wed Aug 25 10:45:32 CEST 2021 - ti...@suse.de + +- Drop SDL_AUDIODRIVER override, as SDL already prefers PA as + default; this also fixes the recent breakage with SDL2 (bsc#1189778) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ setup-pulseaudio ++++++ --- /var/tmp/diff_new_pack.NypYQu/_old 2021-08-27 21:43:41.341955561 +0200 +++ /var/tmp/diff_new_pack.NypYQu/_new 2021-08-27 21:43:41.341955561 +0200 @@ -153,8 +153,13 @@ enable_sdl() { echo "Enabling PulseAudio for SDL..." - # For SDL, we just add an environment variable, so that apps use the PA audio driver - set_variable SDL_AUDIODRIVER pulse + # We don't need the audio driver override for SDL; SDL prefers already + # pulseaudio as default (bsc#1189778) + delete_variable SDL_AUDIODRIVER + + # Alternatively, we may set "pulseaudio" explicitly, which should be + # applicable both for SDL-1.2 and SDL-2 + # set_variable SDL_AUDIODRIVER pulseaudio } enable_timidity() {