From f7552abe4d8271101443e3d43e40438fe0f05db297301cc7d7c713ce6150fbfc Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 12 May 2019 16:17:04 +0000 Subject: [PATCH] Accepting request 702497 from home:wolfi323:branches:KDE:Applications - Require kdelibs4support, without it saving files doesn't work (boo#1055759) I somehow think it would be more correct if libKF5KDELibs4Support5 would require it as (some) functions/classes from it use/need the files. But as more and more apps are ported away it doesn't matter much anyway. OBS-URL: https://build.opensuse.org/request/show/702497 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolourpaint?expand=0&rev=99 --- kolourpaint.changes | 6 ++++++ kolourpaint.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/kolourpaint.changes b/kolourpaint.changes index fab3d29..cc62968 100644 --- a/kolourpaint.changes +++ b/kolourpaint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 12 07:59:57 UTC 2019 - wbauer@tmo.at + +- Require kdelibs4support, without it saving files doesn't work + (boo#1055759) + ------------------------------------------------------------------- Fri May 10 05:37:15 UTC 2019 - lbeltrame@kde.org diff --git a/kolourpaint.spec b/kolourpaint.spec index 0767bda..d0b9717 100644 --- a/kolourpaint.spec +++ b/kolourpaint.spec @@ -42,6 +42,8 @@ BuildRequires: update-desktop-files BuildRequires: xz Provides: kolourpaint5 = %{version} Obsoletes: kolourpaint5 < %{version} +# boo#1055759 +Requires: kdelibs4support %if %{with lang} Recommends: %{name}-lang %endif