Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package drpm for openSUSE:Factory checked in at 2022-05-01 18:53:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/drpm (Old) and /work/SRC/openSUSE:Factory/.drpm.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "drpm" Sun May 1 18:53:25 2022 rev:5 rq:973779 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/drpm/drpm.changes 2021-05-18 18:26:47.262872622 +0200 +++ /work/SRC/openSUSE:Factory/.drpm.new.1538/drpm.changes 2022-05-01 18:53:31.207159148 +0200 @@ -1,0 +2,5 @@ +Wed Apr 27 12:33:06 UTC 2022 - Martin Li??ka <[email protected]> + +- Do not use valgrind due to false positive error. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ drpm.spec ++++++ --- /var/tmp/diff_new_pack.brOR5F/_old 2022-05-01 18:53:31.651159560 +0200 +++ /var/tmp/diff_new_pack.brOR5F/_new 2022-05-01 18:53:31.655159563 +0200 @@ -1,7 +1,7 @@ # # spec file for package drpm # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2019 Neal Gompa <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -63,7 +63,10 @@ # valgrind behaves oddly on SUSE Linux 15 # aarch64 fails on m_debuginfo/readdwarf.c:2544 (copy_convert_CfiExpr_tree): Assertion 'Unimplemented functionality' failed. %ifnarch s390 aarch64 -BuildRequires: valgrind + +# Disable valgrind for now due to the following false positive: +# https://bugs.kde.org/show_bug.cgi?id=453084 +# BuildRequires: valgrind %endif %endif
