Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcdada for openSUSE:Factory checked in at 2025-10-03 15:44:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcdada (Old) and /work/SRC/openSUSE:Factory/.libcdada.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcdada" Fri Oct 3 15:44:59 2025 rev:6 rq:1308773 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libcdada/libcdada.changes 2024-08-18 18:20:38.627850591 +0200 +++ /work/SRC/openSUSE:Factory/.libcdada.new.11973/libcdada.changes 2025-10-03 15:46:39.544596215 +0200 @@ -1,0 +2,5 @@ +Thu Oct 2 11:38:59 UTC 2025 - Andreas Schwab <[email protected]> + +- Don't use valgrind in qemu emulation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcdada.spec ++++++ --- /var/tmp/diff_new_pack.SenoR2/_old 2025-10-03 15:46:41.592682018 +0200 +++ /var/tmp/diff_new_pack.SenoR2/_new 2025-10-03 15:46:41.608682688 +0200 @@ -1,7 +1,7 @@ # # spec file for package libcdada # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2021, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -32,7 +32,10 @@ BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: python3 +# qemu does not support ptrace +%if !0%{?qemu_user_space_build} BuildRequires: valgrind +%endif %description Library that offers basic data structures (list, set, map, ..)
