diff --git a/krita.changes b/krita.changes index 4a15b75..67c58c5 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 24 07:35:18 UTC 2021 - Christophe Giboudeaux + +- Remove the OpenColorIO build dependency for openSUSE Tumbleweed. + krita doesn't support OCIO 2.0 yet (kde#435474) + ------------------------------------------------------------------- Thu Jun 10 07:25:33 UTC 2021 - Wolfgang Bauer diff --git a/krita.spec b/krita.spec index 8e2db03..6de0a35 100644 --- a/krita.spec +++ b/krita.spec @@ -32,9 +32,12 @@ Group: Productivity/Graphics/Bitmap Editors URL: https://www.krita.org/ Source0: https://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.xz %ifnarch %{arm} aarch64 -# causes build failure on ARM currently +# Causes build failure on ARM currently +# 2021-07-24: Disabled for Tumbleweed (kde#435474) +%if 0%{?suse_version} < 1550 BuildRequires: OpenColorIO-devel %endif +%endif BuildRequires: OpenEXR-devel BuildRequires: extra-cmake-modules BuildRequires: fftw3-devel