From bef17f1cde895fd39967562fa43ee8ed88025a091cf6236bd688cd38a3214879 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 30 Oct 2020 19:44:18 +0000 Subject: [PATCH] Accepting request 845041 from home:wolfi323:branches:KDE:Extra - Update to 4.4.1: * See https://krita.org/en/item/krita-4-4-1-released/ * Fix a crash when loading a file with a pattern fill layer (kde#427866) * Fix loading masks with vector selections (kde#428332) * Fix a crash in the text tool when opening the editor by double-clicking the text (kde#427858) * Fix a crash when using the move tool on a pixel selection (kde#428260) - Add libheif-devel BuildRequires on Tumbleweed to enable HEIF import/export filter OBS-URL: https://build.opensuse.org/request/show/845041 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=131 --- krita-4.4.0.tar.xz | 3 --- krita-4.4.1.tar.xz | 3 +++ krita.changes | 15 +++++++++++++++ krita.spec | 5 ++++- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 krita-4.4.0.tar.xz create mode 100644 krita-4.4.1.tar.xz diff --git a/krita-4.4.0.tar.xz b/krita-4.4.0.tar.xz deleted file mode 100644 index 177038a..0000000 --- a/krita-4.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:837ff7c94553f2ff2a8876994810b4e14b9296adc9726c0116a6fa8828eeb579 -size 169791912 diff --git a/krita-4.4.1.tar.xz b/krita-4.4.1.tar.xz new file mode 100644 index 0000000..b964728 --- /dev/null +++ b/krita-4.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799770a624b4fbb9ab1b889f14b5b3e446355de7b9e939f182915aaeea76b5ae +size 169788052 diff --git a/krita.changes b/krita.changes index 71ccae1..5aab2d6 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Oct 30 11:56:59 UTC 2020 - Wolfgang Bauer + +- Update to 4.4.1: + * See https://krita.org/en/item/krita-4-4-1-released/ + * Fix a crash when loading a file with a pattern fill layer + (kde#427866) + * Fix loading masks with vector selections (kde#428332) + * Fix a crash in the text tool when opening the editor by + double-clicking the text (kde#427858) + * Fix a crash when using the move tool on a pixel selection + (kde#428260) +- Add libheif-devel BuildRequires on Tumbleweed to enable HEIF + import/export filter + ------------------------------------------------------------------- Tue Oct 13 17:09:36 UTC 2020 - Christophe Giboudeaux diff --git a/krita.spec b/krita.spec index f977b7a..6809eec 100644 --- a/krita.spec +++ b/krita.spec @@ -24,7 +24,7 @@ %bcond_with vc %endif Name: krita -Version: 4.4.0 +Version: 4.4.1 Release: 0 Summary: Digital Painting Application License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND CC0-1.0 AND LGPL-2.0-only @@ -43,6 +43,9 @@ BuildRequires: gsl-devel BuildRequires: libboost_system-devel BuildRequires: libeigen3-devel BuildRequires: libexiv2-devel +%if 0%{?suse_version} > 1500 +BuildRequires: libheif-devel +%endif BuildRequires: libjpeg-devel BuildRequires: liblcms2-devel BuildRequires: libpng-devel