Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alsa for openSUSE:Factory checked in at 2024-11-17 16:39:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa (Old) and /work/SRC/openSUSE:Factory/.alsa.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa" Sun Nov 17 16:39:32 2024 rev:228 rq:1224494 version:1.2.13 Changes: -------- --- /work/SRC/openSUSE:Factory/alsa/alsa.changes 2024-11-13 15:27:08.558408656 +0100 +++ /work/SRC/openSUSE:Factory/.alsa.new.2017/alsa.changes 2024-11-17 16:39:33.455142476 +0100 @@ -1,0 +2,6 @@ +Fri Nov 15 16:42:00 UTC 2024 - Takashi Iwai <ti...@suse.com> + +- Fix incorrect versioned symbol for snd_seq_has_queue_tempo_base: + 0001-src-Versions.in.in-Update-_tempo_base-name.patch + +------------------------------------------------------------------- New: ---- 0001-src-Versions.in.in-Update-_tempo_base-name.patch BETA DEBUG BEGIN: New:- Fix incorrect versioned symbol for snd_seq_has_queue_tempo_base: 0001-src-Versions.in.in-Update-_tempo_base-name.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa.spec ++++++ --- /var/tmp/diff_new_pack.7hKzP4/_old 2024-11-17 16:39:34.591189665 +0100 +++ /var/tmp/diff_new_pack.7hKzP4/_new 2024-11-17 16:39:34.591189665 +0100 @@ -63,6 +63,7 @@ # from https://www.alsa-project.org/files/pub/gpg-release-key-v1.txt Source35: alsa.keyring # upstream fixes +Patch1: 0001-src-Versions.in.in-Update-_tempo_base-name.patch # rest suse fixes Patch101: alsa-lib-ignore-non-accessible-ALSA_CONFIG_PATH.patch BuildRequires: doxygen ++++++ 0001-src-Versions.in.in-Update-_tempo_base-name.patch ++++++ >From 76edab4e595bd5f3f4c636cccc8d7976d3c519d6 Mon Sep 17 00:00:00 2001 From: Nicholas Vinson <nvinson...@gmail.com> Date: Thu, 14 Nov 2024 07:49:53 -0500 Subject: [PATCH] src/Versions.in.in: Update *_tempo_base name Change @SYMBOL_PREFIX@snd_has_tempo_base to @SYMBOL_PREFIX@snd_has_queue_tempo_base. Starting with version 1.2.13, alsa-lib fails to link with ld.lld-19 due to "version script assignment of 'ALSA_1.2.13' to symbol 'snd_seq_has_tempo_base' failed: symbol not defined". Per commit 769d1db1b0a213a39c7e59c0d1d724e7f45b1ac3 the correct name for the symbol is @SYMBOL_PREFIX@snd_has_queue_tempo_base; therefore, update src/Vesions.in.in to match. Fixes bug #420 Fixes Gentoo bug 943399 (https://bugs.gentoo.org/943399) Closes: https://github.com/alsa-project/alsa-lib/pull/421 Signed-off-by: Nicholas Vinson <nvinson...@gmail.com> Signed-off-by: Jaroslav Kysela <pe...@perex.cz> --- src/Versions.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Versions.in.in b/src/Versions.in.in index 350ec3d86ad6..7ad6a6333f83 100644 --- a/src/Versions.in.in +++ b/src/Versions.in.in @@ -212,7 +212,7 @@ ALSA_1.2.13 { @SYMBOL_PREFIX@snd_seq_create_ump_block; @SYMBOL_PREFIX@snd_seq_queue_tempo_get_tempo_base; @SYMBOL_PREFIX@snd_seq_queue_tempo_set_tempo_base; - @SYMBOL_PREFIX@snd_seq_has_tempo_base; + @SYMBOL_PREFIX@snd_seq_has_queue_tempo_base; @SYMBOL_PREFIX@snd_seq_port_info_get_ump_is_midi1; @SYMBOL_PREFIX@snd_seq_port_info_set_ump_is_midi1; #endif -- 2.43.0