From 0e9af54f76f545b96a1bdc8185753882f10a3f282208e7ccf7b1dc1bc7395d11 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 21 Jan 2020 08:41:35 +0000 Subject: [PATCH] Accepting request 765978 from home:Guillaume_G:branches:openSUSE:Factory:ARM Disable valgrind on %arm due to boo#1130395 OBS-URL: https://build.opensuse.org/request/show/765978 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtwebengine?expand=0&rev=9 --- libqt5-qtwebengine.changes | 5 +++++ libqt5-qtwebengine.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/libqt5-qtwebengine.changes b/libqt5-qtwebengine.changes index 08abc76..f37bad1 100644 --- a/libqt5-qtwebengine.changes +++ b/libqt5-qtwebengine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 20 15:00:59 UTC 2020 - Guillaume GARDET + +- Disable valgrind on %arm due to boo#1130395 + ------------------------------------------------------------------- Thu Dec 12 12:59:01 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtwebengine.spec b/libqt5-qtwebengine.spec index 9ff4c4f..b7ff7c4 100644 --- a/libqt5-qtwebengine.spec +++ b/libqt5-qtwebengine.spec @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtwebengine # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright © 2017 Kevin Kofler # # All modifications and additions to the file contributed by third parties @@ -57,7 +57,7 @@ Release: 0 Summary: Qt 5 WebEngine Library License: LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only Group: Development/Libraries/X11 -Url: https://www.qt.io +URL: https://www.qt.io %define base_name libqt5 %define real_version 5.14.0 %define so_version 5.14.0 @@ -113,7 +113,9 @@ BuildRequires: sqlite3-devel BuildRequires: update-desktop-files BuildRequires: usbutils BuildRequires: util-linux +%ifnarch %arm BuildRequires: valgrind-devel +%endif BuildRequires: wdiff BuildRequires: xz BuildRequires: yasm