From 18f7c457a03d561dd9415bb96fee7fb6518f74208a8bcaa423063e31f3b96928 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 14 Jan 2018 17:49:01 +0000 Subject: [PATCH] Accepting request 563883 from home:wolfi323:branches:KDE:Extra - Update to 3.3.3: * See https://krita.org/en/item/krita-3-3-3/ * Fix an issue where it would not be possible to select certain blending modes when the current layer is grayscale but the image is rgb. * Set the OS and platform when reporting a bug from within Krita on Windows. * Make it possible to enter color values as percentage in the specific color selector * Add OpenGL warnings and make ANGLE default on Intel GPUs * Add an Invert button to the levels filter * Implement loading and saving of styles for group layers to and from PSD * Fix the erase mode not showing correctly when returning to the brush tool * Save the visibility of individual assistants in .kra files * Add an option to draw ruler tips as a power of 2 * Disable autoscroll on move and transform tools * Improve handling of native mouse events when using a pen and the Windows Ink API * Fix the focal point for the pinch zoom gesture * Fix loading netpbm files with comment OBS-URL: https://build.opensuse.org/request/show/563883 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=59 --- krita-3.3.2.1.tar.xz | 3 --- krita-3.3.3.tar.gz | 3 +++ krita.changes | 26 ++++++++++++++++++++++++++ krita.spec | 6 +++--- 4 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 krita-3.3.2.1.tar.xz create mode 100644 krita-3.3.3.tar.gz diff --git a/krita-3.3.2.1.tar.xz b/krita-3.3.2.1.tar.xz deleted file mode 100644 index 3abaf7b..0000000 --- a/krita-3.3.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e555e1ba0cf2aef0800a49a98c5517a3f30ba6f5c47572aa410486e8d8117444 -size 132385220 diff --git a/krita-3.3.3.tar.gz b/krita-3.3.3.tar.gz new file mode 100644 index 0000000..b343fcb --- /dev/null +++ b/krita-3.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec04e3392e9b311477c5c6a50e2201b43a3afda91d9b24a0fc8e3399585865d +size 207582956 diff --git a/krita.changes b/krita.changes index 9c75f57..07c6bca 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Jan 12 16:06:01 UTC 2018 - wbauer@tmo.at + +- Update to 3.3.3: + * See https://krita.org/en/item/krita-3-3-3/ + * Fix an issue where it would not be possible to select certain + blending modes when the current layer is grayscale but the + image is rgb. + * Set the OS and platform when reporting a bug from within Krita + on Windows. + * Make it possible to enter color values as percentage in the + specific color selector + * Add OpenGL warnings and make ANGLE default on Intel GPUs + * Add an Invert button to the levels filter + * Implement loading and saving of styles for group layers to and + from PSD + * Fix the erase mode not showing correctly when returning to the + brush tool + * Save the visibility of individual assistants in .kra files + * Add an option to draw ruler tips as a power of 2 + * Disable autoscroll on move and transform tools + * Improve handling of native mouse events when using a pen and + the Windows Ink API + * Fix the focal point for the pinch zoom gesture + * Fix loading netpbm files with comment + ------------------------------------------------------------------- Tue Nov 7 15:38:30 UTC 2017 - wbauer@tmo.at diff --git a/krita.spec b/krita.spec index 609a5ef..ae5925f 100644 --- a/krita.spec +++ b/krita.spec @@ -1,7 +1,7 @@ # # spec file for package krita # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %bcond_without lang Name: krita -Version: 3.3.2.1 +Version: 3.3.3 Release: 0 Summary: Digital Painting Application License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Graphics/Bitmap Editors Url: http://www.krita.org/ -Source0: http://download.kde.org/stable/krita/3.3.2/krita-%{version}.tar.xz +Source0: http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz BuildRequires: Mesa-devel BuildRequires: OpenColorIO-devel BuildRequires: OpenEXR-devel