Add compatibility with qml-autoreqprov

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kreversi?expand=0&rev=132
This commit is contained in:
Luca Beltrame 2021-01-20 21:40:28 +00:00 committed by Git OBS Bridge
parent c010df10b5
commit 6b9f3d7c0e
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 15 17:35:43 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Add compatibility with qml-autoreqprov
-------------------------------------------------------------------
Tue Jan 5 12:26:28 UTC 2021 - Luca Beltrame <lbeltrame@kde.org>

View File

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