From ada8c7ddc959156b50ad51a1f74b12c7b45e99e76be64a9ffa2ce52f3b169e68 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Thu, 20 May 2021 07:07:29 +0000 Subject: [PATCH] Accepting request 894514 from home:wolfi323:branches:KDE:Extra - Enable HEIF plugin also on Leap 15.3 now that libheif was added OBS-URL: https://build.opensuse.org/request/show/894514 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=144 --- krita.changes | 5 +++++ krita.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/krita.changes b/krita.changes index 30a6929..8a0cfa5 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 20 05:28:12 UTC 2021 - Wolfgang Bauer + +- Enable HEIF plugin also on Leap 15.3 now that libheif was added + ------------------------------------------------------------------- Mon Mar 29 07:57:57 UTC 2021 - Christophe Giboudeaux diff --git a/krita.spec b/krita.spec index 60f7342..a74f1d1 100644 --- a/krita.spec +++ b/krita.spec @@ -44,7 +44,7 @@ BuildRequires: kseexpr-devel BuildRequires: libboost_system-devel BuildRequires: libeigen3-devel BuildRequires: libexiv2-devel -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} > 1500 || (0%{?is_opensuse} && 0%{?sle_version} >= 150300) BuildRequires: libheif-devel %endif BuildRequires: libjpeg-devel