From 22ad72374f307a062d1dfd326e87666ac57a789b Mon Sep 17 00:00:00 2001 From: cgiboudeaux <> Date: Sep 22 2022 12:55:30 +0000 Subject: Update amarok to version 2.9.75git.20220614T014846~dc55a00143 / rev 132 via SR 1005168 https://build.opensuse.org/request/show/1005168 by user cgiboudeaux + dimstar_suse - Don't require QtWebEngine unconditionally --- diff --git a/.files b/.files index a8926e1..da9e0eb 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 035e769..35c6d84 100644 --- a/.rev +++ b/.rev @@ -1196,4 +1196,12 @@ https://git.reviewboard.kde.org/r/104878/ (forwarded request 116659 from StefanB * Add DBus service file to actually make it activatable (boo#1200767) 984663 + + 4554d14e70a752ab640bd09401442283 + 2.9.75git.20220614T014846~dc55a00143 + + dimstar_suse + - Don't require QtWebEngine unconditionally + 1005168 + diff --git a/.servicemark b/.servicemark index cc46d86..bc92c2d 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -6ba451cda384527844722718cf6f6cc4 +8da9a431b2cb5e212ec4d637855e966f diff --git a/amarok.changes b/amarok.changes index a6655fb..38d8e5d 100644 --- a/amarok.changes +++ b/amarok.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Sep 21 10:19:15 UTC 2022 - Christophe Giboudeaux + +- Don't require QtWebEngine unconditionally + +------------------------------------------------------------------- Thu Jun 23 06:20:27 UTC 2022 - christophe@krop.fr - Update to version 2.9.75git.20220614T014846~dc55a00143: diff --git a/amarok.spec b/amarok.spec index 647a324..717ad4f 100644 --- a/amarok.spec +++ b/amarok.spec @@ -80,7 +80,9 @@ BuildRequires: cmake(Qt5Sql) BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5UiTools) +%ifarch %{ix86} x86_64 %{arm} aarch64 BuildRequires: cmake(Qt5WebEngine) +%endif BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) BuildRequires: pkgconfig(fftw3)