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
This commit is contained in:
Luca Beltrame 2019-05-12 16:17:04 +00:00 committed by Git OBS Bridge
parent 38e36bf437
commit f7552abe4d
2 changed files with 8 additions and 0 deletions

View File

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

View File

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