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