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:
parent
38e36bf437
commit
f7552abe4d
@ -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
|
Fri May 10 05:37:15 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -42,6 +42,8 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Provides: kolourpaint5 = %{version}
|
Provides: kolourpaint5 = %{version}
|
||||||
Obsoletes: kolourpaint5 < %{version}
|
Obsoletes: kolourpaint5 < %{version}
|
||||||
|
# boo#1055759
|
||||||
|
Requires: kdelibs4support
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user