From 6d2edc8008bf87016155b0cea0109badba6c46d4b44b1161aee3d5e586b04230 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 27 May 2020 09:57:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtwebengine?expand=0&rev=12 --- libqt5-qtwebengine.changes | 5 +++++ libqt5-qtwebengine.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/libqt5-qtwebengine.changes b/libqt5-qtwebengine.changes index be03294..cdff3f5 100644 --- a/libqt5-qtwebengine.changes +++ b/libqt5-qtwebengine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 27 08:47:23 UTC 2020 - Fabian Vogt + +- Can't use system VPX on Leap 15.2 + ------------------------------------------------------------------- Tue May 26 11:27:19 UTC 2020 - Callum Farmer diff --git a/libqt5-qtwebengine.spec b/libqt5-qtwebengine.spec index 1dd1633..56bfebc 100644 --- a/libqt5-qtwebengine.spec +++ b/libqt5-qtwebengine.spec @@ -20,14 +20,17 @@ %define qt5_snapshot 0 %if %{?suse_version} > 1500 || 0%{?sle_version} > 150100 -%bcond_without system_vpx %bcond_without system_harfbuzz %bcond_without system_icu %else -%bcond_with system_vpx %bcond_with system_harfbuzz %bcond_with system_icu %endif +%if %{?suse_version} > 1500 || 0%{?sle_version} > 150200 +%bcond_without system_vpx +%else +%bcond_with system_vpx +%endif %bcond_without system_ffmpeg %bcond_without system_minizip