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
This commit is contained in:
Christophe Giboudeaux 2020-05-01 08:58:54 +00:00 committed by Git OBS Bridge
parent 2878a5a41b
commit 481aaa53f9
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 1 07:59:18 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
- 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 <lbeltrame@kde.org>

View File

@ -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)