Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package drpm for openSUSE:Factory checked in at 2021-02-22 14:39:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/drpm (Old) and /work/SRC/openSUSE:Factory/.drpm.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "drpm" Mon Feb 22 14:39:34 2021 rev:3 rq:873852 version:0.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/drpm/drpm.changes 2019-09-23 12:39:24.185590360 +0200 +++ /work/SRC/openSUSE:Factory/.drpm.new.2378/drpm.changes 2021-02-22 14:39:49.516582057 +0100 @@ -1,0 +2,5 @@ +Fri Feb 19 14:02:18 UTC 2021 - Dirk M??ller <[email protected]> + +- skip valgrind checking on aarch64 (bsc#1182493) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ drpm.spec ++++++ --- /var/tmp/diff_new_pack.te1pqQ/_old 2021-02-22 14:39:50.008582602 +0100 +++ /var/tmp/diff_new_pack.te1pqQ/_new 2021-02-22 14:39:50.012582607 +0100 @@ -1,6 +1,7 @@ # # spec file for package drpm # +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2019 Neal Gompa <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -38,19 +39,19 @@ Version: 0.4.1 Release: 0 Summary: A small library for fetching information from DeltaRPM packages -Group: System/Packages License: LGPL-2.1-or-later +Group: System/Packages URL: https://github.com/rpm-software-management/%{name} Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.bz2 -BuildRequires: rpm-devel -BuildRequires: zlib-devel +BuildRequires: cmake >= 2.8 +BuildRequires: gcc-c++ BuildRequires: libbz2-devel -BuildRequires: xz-devel BuildRequires: openssl-devel -BuildRequires: gcc-c++ BuildRequires: pkg-config -BuildRequires: cmake >= 2.8 +BuildRequires: rpm-devel +BuildRequires: xz-devel +BuildRequires: zlib-devel %if %{with tests} BuildRequires: libcmocka-devel >= 1.0 %endif @@ -60,7 +61,8 @@ %if 0%{?suse_version} > 1500 # valgrind behaves oddly on SUSE Linux 15 -%ifnarch s390 +# aarch64 fails on m_debuginfo/readdwarf.c:2544 (copy_convert_CfiExpr_tree): Assertion 'Unimplemented functionality' failed. +%ifnarch s390 aarch64 BuildRequires: valgrind %endif %endif @@ -91,7 +93,7 @@ %autosetup -p1 %build -%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo %{?!with_tests:-DENABLE_TESTS=0} -DWITH_ZSTD:BOOL=%{?with_zstd:ON}%{!?with_zstd:OFF} +%cmake %{?!with_tests:-DENABLE_TESTS=0} -DWITH_ZSTD:BOOL=%{?with_zstd:ON}%{!?with_zstd:OFF} %make_build %install
