From 571bce6e45f3bf0bdf5fe833c46b0aaaba8e7730 Mon Sep 17 00:00:00 2001 From: tiwai <> Date: Oct 14 2023 03:11:22 +0000 Subject: Update alsa to version 1.2.10 / rev 223 via SR 1116612 https://build.opensuse.org/request/show/1116612 by user tiwai + anag+factory --- diff --git a/.files b/.files index 37d2c58..969b6cd 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index c85b904..d6fb7dd 100644 --- a/.rev +++ b/.rev @@ -1835,4 +1835,12 @@ 1112012 + + 655d22786a42061a9f0eb25a293064dd + 1.2.10 + + anag+factory + + 1116612 + diff --git a/0005-seq-Fix-typos-in-symbol-version-definitions.patch b/0005-seq-Fix-typos-in-symbol-version-definitions.patch new file mode 100644 index 0000000..634fdd6 --- /dev/null +++ b/0005-seq-Fix-typos-in-symbol-version-definitions.patch @@ -0,0 +1,40 @@ +From 96f60d829f2c9dc9ad9eda46410adaa41b4b0da0 Mon Sep 17 00:00:00 2001 +From: Takashi Iwai +Date: Tue, 10 Oct 2023 08:20:15 +0200 +Subject: [PATCH] seq: Fix typos in symbol version definitions + +There were obvious typos in src/Versions.in that resulted in the +undefined symbols. Correct those entries. + +Fixes: 2aefb5c41cc0 ("seq: Add UMP support") +Closes: https://github.com/alsa-project/alsa-lib/issues/356 +Signed-off-by: Takashi Iwai +--- + src/Versions.in | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/src/Versions.in b/src/Versions.in +index c8ac1c8277a3..c53a99fa7ab0 100644 +--- a/src/Versions.in ++++ b/src/Versions.in +@@ -158,13 +158,13 @@ ALSA_1.2.10 { + @SYMBOL_PREFIX@snd_ctl_ump_block_info; + @SYMBOL_PREFIX@snd_seq_ump_*; + @SYMBOL_PREFIX@snd_seq_client_info_get_midi_version; +- @SYMBOL_PREFIX@snd_seq_seq_client_info_get_ump_group_enabled; ++ @SYMBOL_PREFIX@snd_seq_client_info_get_ump_group_enabled; + @SYMBOL_PREFIX@snd_seq_client_info_get_ump_groupless_enabled; +- @SYMBOL_PREFIX@snd_seq_seq_client_get_ump_conversion; ++ @SYMBOL_PREFIX@snd_seq_client_info_get_ump_conversion; + @SYMBOL_PREFIX@snd_seq_client_info_set_midi_version; +- @SYMBOL_PREFIX@snd_seq_seq_client_info_set_ump_group_enabled; ++ @SYMBOL_PREFIX@snd_seq_client_info_set_ump_group_enabled; + @SYMBOL_PREFIX@snd_seq_client_info_set_ump_groupless_enabled; +- @SYMBOL_PREFIX@snd_seq_seq_client_set_ump_conversion; ++ @SYMBOL_PREFIX@snd_seq_client_info_set_ump_conversion; + @SYMBOL_PREFIX@snd_seq_get_ump_endpoint_info; + @SYMBOL_PREFIX@snd_seq_get_ump_block_info; + @SYMBOL_PREFIX@snd_seq_set_ump_endpoint_info; +-- +2.35.3 + diff --git a/alsa.changes b/alsa.changes index 42f2aa5..80f5193 100644 --- a/alsa.changes +++ b/alsa.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Oct 10 06:38:35 UTC 2023 - Takashi Iwai + +- Fix symbol version: + 0005-seq-Fix-typos-in-symbol-version-definitions.patch + +------------------------------------------------------------------- Mon Sep 18 12:18:55 UTC 2023 - Takashi Iwai - More upstream fix for incosistent compile conditions: @@ -15,7 +21,7 @@ Sat Sep 9 15:49:43 UTC 2023 - Takashi Iwai ------------------------------------------------------------------- Mon Sep 4 12:33:29 UTC 2023 - Takashi Iwai -- Update to version 1.2.10: +- Update to version 1.2.10 (jsc#PED-6566): * MIDI 2.0 feature support * build fixes for various platforms * various documentation fixes @@ -46,7 +52,7 @@ Mon May 8 08:42:43 UTC 2023 - Takashi Iwai ------------------------------------------------------------------- Tue Oct 25 07:19:06 UTC 2022 - Takashi Iwai -- Update to version 1.2.8: +- Update to version 1.2.8 (jsc#PED-850): add FreeBSD/NetBD/OpenBSD build support, fixes in control namehint, various PCM plugins and UCM. For details, see: https://www.alsa-project.org/wiki/Changes_v1.2.7.2_v1.2.8 diff --git a/alsa.spec b/alsa.spec index 242efa7..b6e9375 100644 --- a/alsa.spec +++ b/alsa.spec @@ -60,6 +60,7 @@ Patch1: 0001-control.h-Fix-ump-header-file-detection.patch Patch2: 0002-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch Patch3: 0003-pcm-Fix-segfault-with-32bit-libs.patch Patch4: 0004-reshuffle-included-files-to-include-config.h-as-firs.patch +Patch5: 0005-seq-Fix-typos-in-symbol-version-definitions.patch # rest suse fixes Patch101: alsa-lib-ignore-non-accessible-ALSA_CONFIG_PATH.patch BuildRequires: doxygen @@ -152,6 +153,7 @@ This package contains the library for ALSA topology support. %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %patch101 -p1 %build