Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package QtDMM for openSUSE:Factory checked in at 2023-01-21 19:11:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/QtDMM (Old) and /work/SRC/openSUSE:Factory/.QtDMM.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "QtDMM" Sat Jan 21 19:11:33 2023 rev:21 rq:1060052 version:0.9.8 Changes: -------- --- /work/SRC/openSUSE:Factory/QtDMM/QtDMM.changes 2019-07-21 11:35:35.448762964 +0200 +++ /work/SRC/openSUSE:Factory/.QtDMM.new.32243/QtDMM.changes 2023-01-21 19:11:38.985328784 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 16:12:36 UTC 2022 - Andreas Schwab <sch...@suse.de> + +- No gold on riscv64 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ QtDMM.spec ++++++ --- /var/tmp/diff_new_pack.3Ggqwu/_old 2023-01-21 19:11:41.161341207 +0100 +++ /var/tmp/diff_new_pack.3Ggqwu/_new 2023-01-21 19:11:41.165341230 +0100 @@ -1,7 +1,7 @@ # # spec file for package QtDMM # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,9 @@ Source: https://github.com/tuxmaster/QtDMM/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM QtDMM-0.9.2-newmodels.patch Patch0: QtDMM-0.9.2-newmodels.patch +%ifnarch riscv64 BuildRequires: binutils-gold +%endif BuildRequires: libqt5-linguist BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -52,6 +54,9 @@ %patch0 -p1 # called lrelease in openSUSE sed -i 's/lrelease-qt5/lrelease/' src/src.pro +%ifarch riscv64 +sed -i 's/-fuse-ld=gold//' src/src.pro +%endif %build %qmake5