From 481aaa53f9f19745477d5a6586e67a9618db8504cfacb33744f657b51d0707a0 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 1 May 2020 08:58:54 +0000 Subject: [PATCH] Accepting request 799417 from home:wolfi323:branches:KDE:Applications - Add cmake(KF5ItemModels) BuildRequires on Leap 15 to fix build (needed when building with Qt < 5.13.0) See https://cgit.kde.org/juk.git/commit/CMakeLists.txt?h=release/20.04&id=8dc8504185ef34e37a284241230857713600bfae OBS-URL: https://build.opensuse.org/request/show/799417 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/juk?expand=0&rev=111 --- juk.changes | 6 ++++++ juk.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/juk.changes b/juk.changes index 5850d9c..bf222b3 100644 --- a/juk.changes +++ b/juk.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 1 07:59:18 UTC 2020 - Wolfgang Bauer + +- Add cmake(KF5ItemModels) BuildRequires on Leap 15 to fix build + (needed when building with Qt < 5.13.0) + ------------------------------------------------------------------- Thu Apr 23 12:21:58 UTC 2020 - Luca Beltrame diff --git a/juk.spec b/juk.spec index 70dc1bc..47f2118 100644 --- a/juk.spec +++ b/juk.spec @@ -40,6 +40,10 @@ BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5GlobalAccel) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5IconThemes) +%if 0%{?suse_version} == 1500 +# Needed when building with Qt < 5.13.0 +BuildRequires: cmake(KF5ItemModels) +%endif BuildRequires: cmake(KF5JobWidgets) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5Notifications)