Hello community, here is the log from the commit of package krita for openSUSE:Factory checked in at 2018-04-11 14:02:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/krita (Old) and /work/SRC/openSUSE:Factory/.krita.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krita" Wed Apr 11 14:02:04 2018 rev:21 rq:595181 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/krita/krita.changes 2018-03-26 13:13:55.945899642 +0200 +++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-04-11 14:04:34.953184261 +0200 @@ -1,0 +2,5 @@ +Tue Apr 3 12:39:53 UTC 2018 - guillaume.gar...@opensuse.org + +- Disable VC on non-x86* to fix builds + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krita.spec ++++++ --- /var/tmp/diff_new_pack.TOqOqz/_old 2018-04-11 14:04:42.048927839 +0200 +++ /var/tmp/diff_new_pack.TOqOqz/_new 2018-04-11 14:04:42.052927695 +0200 @@ -18,11 +18,18 @@ %bcond_without lang +# Enable VC only on x86* +%ifarch %ix86 x86_64 +%bcond_without vc +%else +%bcond_with vc +%endif + Name: krita Version: 4.0.0 Release: 0 Summary: Digital Painting Application -License: GPL-2.0+ and LGPL-2.1+ +License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Productivity/Graphics/Bitmap Editors Url: http://www.krita.org/ Source0: http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz @@ -31,7 +38,9 @@ BuildRequires: Mesa-devel BuildRequires: OpenColorIO-devel BuildRequires: OpenEXR-devel +%if %{with vc} BuildRequires: Vc-devel-static +%endif %if 0%{?suse_version} < 1320 BuildRequires: boost_1_61-devel %else @@ -67,8 +76,8 @@ BuildRequires: openjpeg-devel BuildRequires: perl BuildRequires: python3-devel -BuildRequires: python3-sip BuildRequires: python3-qt5-devel +BuildRequires: python3-sip BuildRequires: update-desktop-files BuildRequires: zlib-devel BuildRequires: pkgconfig(Qt5Concurrent)