Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package alsa for openSUSE:Factory checked in 
at 2023-10-11 23:53:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alsa (Old)
 and      /work/SRC/openSUSE:Factory/.alsa.new.1807 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alsa"

Wed Oct 11 23:53:55 2023 rev:223 rq:1116612 version:1.2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/alsa/alsa.changes        2023-09-21 
22:13:02.395071733 +0200
+++ /work/SRC/openSUSE:Factory/.alsa.new.1807/alsa.changes      2023-10-12 
11:36:28.648801781 +0200
@@ -1,0 +2,6 @@
+Tue Oct 10 06:38:35 UTC 2023 - Takashi Iwai <ti...@suse.com>
+
+- Fix symbol version:
+  0005-seq-Fix-typos-in-symbol-version-definitions.patch
+
+-------------------------------------------------------------------
@@ -18 +24 @@
-- Update to version 1.2.10:
+- Update to version 1.2.10 (jsc#PED-6566):
@@ -49 +55 @@
-- Update to version 1.2.8:
+- Update to version 1.2.8 (jsc#PED-850):

New:
----
  0005-seq-Fix-typos-in-symbol-version-definitions.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ alsa.spec ++++++
--- /var/tmp/diff_new_pack.zr7nsp/_old  2023-10-12 11:36:29.540834058 +0200
+++ /var/tmp/diff_new_pack.zr7nsp/_new  2023-10-12 11:36:29.540834058 +0200
@@ -60,6 +60,7 @@
 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 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 %patch101 -p1
 
 %build

++++++ 0005-seq-Fix-typos-in-symbol-version-definitions.patch ++++++
>From 96f60d829f2c9dc9ad9eda46410adaa41b4b0da0 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <ti...@suse.de>
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 <ti...@suse.de>
---
 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

Reply via email to