From db5e495c0d0fe7d769a80124918051d81efb5804682c97b46adb8e2f29bedeca Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 30 Mar 2021 10:28:57 +0000 Subject: [PATCH 1/2] Accepting request 881826 from home:cgiboudeaux:branches:KDE:Extra MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 4.4.3 * Fix crash in halftone filter due to an access to an invalid pointer * Fix crash when reapplying a filter with reprompting * Fix crash when painting on a filter mask created from a vector selection (kde#432329) * Fix handling the channel flags. (kde#432226) * Fix synchronization of zoom level between canvas and the scratchpad * Fix normalization in Smart Patch Tool (kde#430953) * Fix performance issues in the foreground/background color button (kde#432936) * Fix saving incremental backups (kde#432701) * Fix a problem where the scratchpad could be unresponsive (kde#431708) * Fix Color as Alpha and Preserve Alpha in Custom and Clipboard brushes (kde#432274) * Fix the RGBA_brushes bundle so Krita doesn’t try to recreate it on startup (kde#431832) * Fix handling of style in KisAngleSelector when the spin box must be shown flat and use the new angle selector everywhere - Drop 0001-Use-opengl-es-on-Arm-Linux.patch. Merged upstream. OBS-URL: https://build.opensuse.org/request/show/881826 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=141 --- 0001-Use-opengl-es-on-Arm-Linux.patch | 27 --------------------------- krita-4.4.2.tar.xz | 3 --- krita-4.4.3.tar.xz | 3 +++ krita.changes | 23 +++++++++++++++++++++++ krita.spec | 4 +--- 5 files changed, 27 insertions(+), 33 deletions(-) delete mode 100644 0001-Use-opengl-es-on-Arm-Linux.patch delete mode 100644 krita-4.4.2.tar.xz create mode 100644 krita-4.4.3.tar.xz diff --git a/0001-Use-opengl-es-on-Arm-Linux.patch b/0001-Use-opengl-es-on-Arm-Linux.patch deleted file mode 100644 index e53d117..0000000 --- a/0001-Use-opengl-es-on-Arm-Linux.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 2d92ee5b01a0069cc33debdcb3c29dc817c2d6f3 Mon Sep 17 00:00:00 2001 -From: Halla Rempt -Date: Wed, 10 Mar 2021 12:49:34 +0100 -Subject: [PATCH] Use opengl es on Arm Linux - -BUG:421136 -(cherry picked from commit c91d020b244f012e09203c14d80d8e8774362a57) ---- - libs/ui/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libs/ui/CMakeLists.txt b/libs/ui/CMakeLists.txt -index 87bea6e30e..4876489b8e 100644 ---- a/libs/ui/CMakeLists.txt -+++ b/libs/ui/CMakeLists.txt -@@ -7,7 +7,7 @@ include_directories(SYSTEM - ${OCIO_INCLUDE_DIR} - ) - --if (ANDROID) -+if (ANDROID OR (CMAKE_SYSTEM_PROCESSOR MATCHES "^(aarch64.*|AARCH64.*|arm64.*|ARM64.*)" AND NOT APPLE)) - add_definitions(-DQT_OPENGL_ES_3) - add_definitions(-DHAS_ONLY_OPENGL_ES) - include_directories (${Qt5AndroidExtras_INCLUDE_DIRS}) --- -2.30.1 - diff --git a/krita-4.4.2.tar.xz b/krita-4.4.2.tar.xz deleted file mode 100644 index 122a875..0000000 --- a/krita-4.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ee503afc86178e1abbae63e8334e26116a6779aa9ef202656a1c35b76932e88 -size 174168244 diff --git a/krita-4.4.3.tar.xz b/krita-4.4.3.tar.xz new file mode 100644 index 0000000..8bd8916 --- /dev/null +++ b/krita-4.4.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa0821af0baf3f21c1f6b4e97a3cbb41f2bf23b74d59b049c653c8d1cb9a784 +size 232915178 diff --git a/krita.changes b/krita.changes index f660934..76f229a 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Mar 29 07:57:57 UTC 2021 - Christophe Giboudeaux + +- Update to 4.4.3 + * Fix crash in halftone filter due to an access to an invalid pointer + * Fix crash when reapplying a filter with reprompting + * Fix crash when painting on a filter mask created from a vector + selection (kde#432329) + * Fix handling the channel flags. (kde#432226) + * Fix synchronization of zoom level between canvas and the scratchpad + * Fix normalization in Smart Patch Tool (kde#430953) + * Fix performance issues in the foreground/background color + button (kde#432936) + * Fix saving incremental backups (kde#432701) + * Fix a problem where the scratchpad could be unresponsive (kde#431708) + * Fix Color as Alpha and Preserve Alpha in Custom and Clipboard + brushes (kde#432274) + * Fix the RGBA_brushes bundle so Krita doesn’t try to recreate it + on startup (kde#431832) + * Fix handling of style in KisAngleSelector when the spin box must be + shown flat and use the new angle selector everywhere +- Drop 0001-Use-opengl-es-on-Arm-Linux.patch. Merged upstream. + ------------------------------------------------------------------- Wed Mar 10 12:11:14 UTC 2021 - Christophe Giboudeaux diff --git a/krita.spec b/krita.spec index ef71110..60f7342 100644 --- a/krita.spec +++ b/krita.spec @@ -24,15 +24,13 @@ %bcond_with vc %endif Name: krita -Version: 4.4.2 +Version: 4.4.3 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 Group: Productivity/Graphics/Bitmap Editors URL: https://www.krita.org/ Source0: https://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.xz -# PATCH-FIX-UPSTREAM -Patch0: 0001-Use-opengl-es-on-Arm-Linux.patch %ifnarch %{arm} aarch64 # causes build failure on ARM currently BuildRequires: OpenColorIO-devel From ea512ed3f567806fed2ab3b715032f144429b4f463f45b3d8819d997b3dd4ee9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 30 Mar 2021 10:31:53 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=142 --- krita.changes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/krita.changes b/krita.changes index 76f229a..30a6929 100644 --- a/krita.changes +++ b/krita.changes @@ -2,11 +2,12 @@ Mon Mar 29 07:57:57 UTC 2021 - Christophe Giboudeaux - Update to 4.4.3 + * See https://krita.org/en/item/krita-4-4-3-released/ * Fix crash in halftone filter due to an access to an invalid pointer * Fix crash when reapplying a filter with reprompting * Fix crash when painting on a filter mask created from a vector selection (kde#432329) - * Fix handling the channel flags. (kde#432226) + * Fix handling the channel flags (kde#432226) * Fix synchronization of zoom level between canvas and the scratchpad * Fix normalization in Smart Patch Tool (kde#430953) * Fix performance issues in the foreground/background color @@ -15,7 +16,7 @@ Mon Mar 29 07:57:57 UTC 2021 - Christophe Giboudeaux * Fix a problem where the scratchpad could be unresponsive (kde#431708) * Fix Color as Alpha and Preserve Alpha in Custom and Clipboard brushes (kde#432274) - * Fix the RGBA_brushes bundle so Krita doesn’t try to recreate it + * Fix the RGBA_brushes bundle so Krita doesn't try to recreate it on startup (kde#431832) * Fix handling of style in KisAngleSelector when the spin box must be shown flat and use the new angle selector everywhere