From 95663036cb95dfd4c8085f6d08147db8352df40aff02cfbcfc8b4f6ec3bea5bd Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 6 Nov 2016 14:07:18 +0000 Subject: [PATCH] Accepting request 438627 from home:Vogtinator:branches:KDE:Frameworks5 Introduce new _plasma5_bugfix global so that plasma components can be submitted independendly of each other. Please review carefully. OBS-URL: https://build.opensuse.org/request/show/438627 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland-integration?expand=0&rev=61 --- kwayland-integration.changes | 5 +++++ kwayland-integration.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/kwayland-integration.changes b/kwayland-integration.changes index 995d563..4368c16 100644 --- a/kwayland-integration.changes +++ b/kwayland-integration.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 3 17:41:23 UTC 2016 - fabian@ritter-vogt.de + +- Introduce new _plasma5_bugfix global for more fine-tuned dependencies + ------------------------------------------------------------------- Tue Nov 1 10:36:40 UTC 2016 - fabian@ritter-vogt.de diff --git a/kwayland-integration.spec b/kwayland-integration.spec index 90f3b53..bf6cfac 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -19,7 +19,10 @@ Name: kwayland-integration Version: 5.8.3 Release: 0 -%{!?_plasma5_version: %global _plasma5_version %{version}} +# Full Plasma 5 version (e.g. 5.8.3) +%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}} +# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.90 in KUF) +%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} Summary: Integration plugins for various KDE frameworks for wayland windowing system License: LGPL-2.1+ Group: Development/Libraries/KDE