From 371b58019aa0787c1b82cc44371eaf3890b3cbb918ad6d7f6ca92b1c164c1034 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 13 Oct 2020 15:00:59 +0000 Subject: [PATCH 1/2] Accepting request 841547 from home:wolfi323:branches:KDE:Extra - Update to 4.4.0: * See https://krita.org/en/item/krita-4-4-0-released/ * Fill layers can now make use of multi-threading * The patterns of fill layers can now be transformed * A new Screentone fill layer option specialized in filling the whole screen with dots, squares, lines, waves or more * Multigrid - a fill layer that generates, among others, Penrose tilings, as well as Quasicrystal structures * Integration of Disney Animation's SeExpr expression language * Gradient Map mode for Brush-tips * Brushes now have the ability to use lightness and the gradients for textures as well * Diagonal lines in MyPaint color selector allow modifying lightness and saturation of the currently active color at the same time * Support for dynamic use of currently selected colors in gradients * New WebM/VP9 preset for Animation Rendering * Compositions Docker now allows for the exporting of Animations * New GDQUEST Batch Exporter add-on * New Python plugin Channels to Layers * Python API changes: + Return list of available dockers for application in python + Add signal to notify when theme changed + Add signal when active view changes in python + Add showFloatingMessage to View API + New widget bindings: scratchpad * Make Ctrl+C/X/V shortcut work with layers when there is nothing else to copy * Basic Reapply Filter with Prompt * Update default layer name to show type * Add 'selection as a border' option to the Fill Tool * Bug fixes - Drop Support-quazip-1.0.patch, merged upstream OBS-URL: https://build.opensuse.org/request/show/841547 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=128 --- Support-quazip-1.0.patch | 36 ------------------------------------ krita-4.3.0.tar.xz | 3 --- krita-4.4.0.tar.xz | 3 +++ krita.changes | 38 ++++++++++++++++++++++++++++++++++++++ krita.spec | 6 ++---- 5 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 Support-quazip-1.0.patch delete mode 100644 krita-4.3.0.tar.xz create mode 100644 krita-4.4.0.tar.xz diff --git a/Support-quazip-1.0.patch b/Support-quazip-1.0.patch deleted file mode 100644 index cd3723a..0000000 --- a/Support-quazip-1.0.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 3eaf480ae5d615e8e26153cca98115ff0f23135f Mon Sep 17 00:00:00 2001 -From: Antonio Rojas -Date: Mon, 5 Oct 2020 20:11:26 +0200 -Subject: [PATCH] Support quazip 1.0 - -Update FindQuaZip to find the QuaZip 1.0 library names and include dirs. Once support for quazip<1 is dropped this should be ported to use quazip's own QuaZipConfig ---- - cmake/modules/FindQuaZip.cmake | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/cmake/modules/FindQuaZip.cmake b/cmake/modules/FindQuaZip.cmake -index 7e628fcd4b..345c7909ab 100644 ---- a/cmake/modules/FindQuaZip.cmake -+++ b/cmake/modules/FindQuaZip.cmake -@@ -25,15 +25,15 @@ ELSE (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES) - ELSE(WIN32) - FIND_PACKAGE(PkgConfig) - # pkg_check_modules(PC_QCA2 QUIET qca2) -- pkg_check_modules(PC_QUAZIP quazip) -+ pkg_check_modules(PC_QUAZIP quazip quazip1-qt5) - FIND_LIBRARY(QUAZIP_LIBRARIES - WIN32_DEBUG_POSTFIX d -- NAMES quazip${QUAZIP_LIB_VERSION_SUFFIX} -+ NAMES quazip${QUAZIP_LIB_VERSION_SUFFIX} quazip1-qt5 - HINTS /usr/lib /usr/lib64 - ) - FIND_PATH(QUAZIP_INCLUDE_DIR quazip.h - HINTS /usr/include /usr/local/include -- PATH_SUFFIXES quazip${QUAZIP_LIB_VERSION_SUFFIX} -+ PATH_SUFFIXES quazip${QUAZIP_LIB_VERSION_SUFFIX} QuaZip-Qt5-1.0/quazip QuaZip-Qt5-1.1/quazip - ) - FIND_PATH(QUAZIP_ZLIB_INCLUDE_DIR zlib.h HINTS /usr/include /usr/local/include) - ENDIF (WIN32) --- -GitLab - diff --git a/krita-4.3.0.tar.xz b/krita-4.3.0.tar.xz deleted file mode 100644 index 4aabc45..0000000 --- a/krita-4.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d537709ab681019b2843dcfc6a0b09fd81f702326f23bce520b18ddd2bd14a7 -size 166246720 diff --git a/krita-4.4.0.tar.xz b/krita-4.4.0.tar.xz new file mode 100644 index 0000000..177038a --- /dev/null +++ b/krita-4.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837ff7c94553f2ff2a8876994810b4e14b9296adc9726c0116a6fa8828eeb579 +size 169791912 diff --git a/krita.changes b/krita.changes index f98620c..a0f568e 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Tue Oct 13 07:39:48 UTC 2020 - Wolfgang Bauer + +- Update to 4.4.0: + * See https://krita.org/en/item/krita-4-4-0-released/ + * Fill layers can now make use of multi-threading + * The patterns of fill layers can now be transformed + * A new Screentone fill layer option specialized in filling the + whole screen with dots, squares, lines, waves or more + * Multigrid - a fill layer that generates, among others, Penrose + tilings, as well as Quasicrystal structures + * Integration of Disney Animation's SeExpr expression language + * Gradient Map mode for Brush-tips + * Brushes now have the ability to use lightness and the gradients + for textures as well + * Diagonal lines in MyPaint color selector allow modifying + lightness and saturation of the currently active color at the + same time + * Support for dynamic use of currently selected colors in + gradients + * New WebM/VP9 preset for Animation Rendering + * Compositions Docker now allows for the exporting of Animations + * New GDQUEST Batch Exporter add-on + * New Python plugin Channels to Layers + * Python API changes: + + Return list of available dockers for application in python + + Add signal to notify when theme changed + + Add signal when active view changes in python + + Add showFloatingMessage to View API + + New widget bindings: scratchpad + * Make Ctrl+C/X/V shortcut work with layers when there is nothing + else to copy + * Basic Reapply Filter with Prompt + * Update default layer name to show type + * Add 'selection as a border' option to the Fill Tool + * Bug fixes +- Drop Support-quazip-1.0.patch, merged upstream + ------------------------------------------------------------------- Sun Oct 11 14:35:46 UTC 2020 - Wolfgang Bauer diff --git a/krita.spec b/krita.spec index e8d00f9..f977b7a 100644 --- a/krita.spec +++ b/krita.spec @@ -24,15 +24,13 @@ %bcond_with vc %endif Name: krita -Version: 4.3.0 +Version: 4.4.0 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: Support-quazip-1.0.patch %ifnarch %{arm} aarch64 # causes build failure on ARM currently BuildRequires: OpenColorIO-devel @@ -111,7 +109,6 @@ Development headers and libraries for Krita. %prep %setup -q -%autopatch -p1 %build %ifarch %{arm} aarch64 @@ -139,6 +136,7 @@ chmod -x %{buildroot}/%{_kf5_applicationsdir}/*.desktop %license COPYING* %doc AUTHORS HACKING README* %{_kf5_bindir}/krita +%{_kf5_bindir}/krita_version %{_kf5_bindir}/kritarunner %{_kf5_applicationsdir}/*.desktop %{_kf5_sharedir}/krita/ From 5e6c6ef35502a717372fb8293e9359d02c1ac8704c1e1eef9482cd5be9201044 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 13 Oct 2020 17:09:46 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=129 --- _constraints | 14 +++----------- krita.changes | 5 +++++ 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/_constraints b/_constraints index ca187a0..293f62f 100644 --- a/_constraints +++ b/_constraints @@ -3,16 +3,8 @@ 4 - - - - ppc64 - ppc64le - - - - 9 - + + 10 + - diff --git a/krita.changes b/krita.changes index a0f568e..71ccae1 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 13 17:09:36 UTC 2020 - Christophe Giboudeaux + +- Increase the minimum disk size for all archs. + ------------------------------------------------------------------- Tue Oct 13 07:39:48 UTC 2020 - Wolfgang Bauer