From e91cd20efa4d4755f851f999695153ec4bbc6aa68e2c56b880e896252725a55f Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 5 Jun 2019 11:34:05 +0000 Subject: [PATCH] Accepting request 707786 from home:wolfi323:branches:KDE:Extra - Update to 4.2.1: * See https://krita.org/en/item/krita-4-2-1-released/ * Fix slowdown after a longer period of use (kde#408255, kde#408133) * Fix loading vector layers when the image name is not latin1 (kde#408280) * Fix rectangular grid spacing limits incorrect after resizing canvas (kde#408166) * Fix layer properties window draws on top of other application windows (kde#408170) * Fix the posterize filter to use non-linear sRGB for computation * Allow the animation render to start at frame 0 at all times (kde#408198) * Enable the Select Opaque actions for group layers (kde#408236) * Check whether the drive still exists before creating a temporary directory for animation rendering (kde#408246) * Prevent the user from deleting locked layers when pressing shift-del too quickly * Fix copying and duplicating vector layers (kde#408028) * Fix Krita's canvas being transparent on Linux when built against older versions of Qt (kde#408225) * Fix possible small delays at the beginning of a stroke (kde#408133) * Fix folding/unfolding when clicking on a layer thumbnail * Fix undo/redo when working with guides * Fix reversed Python API guides lock/show states (kde#408113) * Make the minimum size for brushes consistent through the application * Make the auto brush spacing precision values consistent (kde#359453) * Improve selectioon behaviour on the layer docker (kde#408002) * Fix the vector stroke style propagating to other vector objects (kde#407683) * Fix the Document Tools plugin (kde#408146) * Fix the layer name being deselected when opening the layer name editor (kde#400357) OBS-URL: https://build.opensuse.org/request/show/707786 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=99 --- krita-4.2.0.tar.xz | 3 --- krita-4.2.1.tar.xz | 3 +++ krita.changes | 40 ++++++++++++++++++++++++++++++++++++++++ krita.spec | 2 +- 4 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 krita-4.2.0.tar.xz create mode 100644 krita-4.2.1.tar.xz diff --git a/krita-4.2.0.tar.xz b/krita-4.2.0.tar.xz deleted file mode 100644 index 45042b8..0000000 --- a/krita-4.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19a10525e4fcc00d3888f2758c078ea82f074bcb3401422820b6454bf2276a62 -size 147244808 diff --git a/krita-4.2.1.tar.xz b/krita-4.2.1.tar.xz new file mode 100644 index 0000000..2eb7c86 --- /dev/null +++ b/krita-4.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3271934b960d1b43559d6dda5999f94d5887d62fc6a06184c233f01b4e123e94 +size 167544272 diff --git a/krita.changes b/krita.changes index 9084f80..74d3233 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Wed Jun 5 09:05:27 UTC 2019 - wbauer@tmo.at + +- Update to 4.2.1: + * See https://krita.org/en/item/krita-4-2-1-released/ + * Fix slowdown after a longer period of use (kde#408255, + kde#408133) + * Fix loading vector layers when the image name is not latin1 + (kde#408280) + * Fix rectangular grid spacing limits incorrect after resizing + canvas (kde#408166) + * Fix layer properties window draws on top of other application + windows (kde#408170) + * Fix the posterize filter to use non-linear sRGB for computation + * Allow the animation render to start at frame 0 at all times + (kde#408198) + * Enable the Select Opaque actions for group layers (kde#408236) + * Check whether the drive still exists before creating a + temporary directory for animation rendering (kde#408246) + * Prevent the user from deleting locked layers when pressing + shift-del too quickly + * Fix copying and duplicating vector layers (kde#408028) + * Fix Krita's canvas being transparent on Linux when built + against older versions of Qt (kde#408225) + * Fix possible small delays at the beginning of a stroke + (kde#408133) + * Fix folding/unfolding when clicking on a layer thumbnail + * Fix undo/redo when working with guides + * Fix reversed Python API guides lock/show states (kde#408113) + * Make the minimum size for brushes consistent through the + application + * Make the auto brush spacing precision values consistent + (kde#359453) + * Improve selectioon behaviour on the layer docker (kde#408002) + * Fix the vector stroke style propagating to other vector objects + (kde#407683) + * Fix the Document Tools plugin (kde#408146) + * Fix the layer name being deselected when opening the layer name + editor (kde#400357) + ------------------------------------------------------------------- Wed May 29 14:16:16 UTC 2019 - Christophe Giboudeaux diff --git a/krita.spec b/krita.spec index 6f579de..d3b1e2d 100644 --- a/krita.spec +++ b/krita.spec @@ -24,7 +24,7 @@ %bcond_with vc %endif Name: krita -Version: 4.2.0 +Version: 4.2.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 LGPL-2.1-only AND BSD-2-Clause AND CC0-1.0 AND LGPL-2.0-only