From 6b9f3d7c0e39aed513516eb9ced30875c0a77efb501a52b541aa726c6cec87df Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 20 Jan 2021 21:40:28 +0000 Subject: [PATCH] Add compatibility with qml-autoreqprov OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kreversi?expand=0&rev=132 --- kreversi.changes | 5 +++++ kreversi.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/kreversi.changes b/kreversi.changes index ff3371c..51fa0ac 100644 --- a/kreversi.changes +++ b/kreversi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 15 17:35:43 UTC 2021 - Fabian Vogt + +- Add compatibility with qml-autoreqprov + ------------------------------------------------------------------- Tue Jan 5 12:26:28 UTC 2021 - Luca Beltrame diff --git a/kreversi.spec b/kreversi.spec index d7eaa7a..f64d74c 100644 --- a/kreversi.spec +++ b/kreversi.spec @@ -1,7 +1,7 @@ # # spec file for package kreversi # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,9 @@ # +# Internal QML import +%global __requires_exclude qmlimport\\(ColorScheme.* + %define kf5_version 5.60.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}