Accepting request 539667 from home:wolfi323:branches:KDE:Extra

- Update to 3.3.2.1:
  * See https://krita.org/en/item/krita-3-3-2-release/
  * Krita 3.3.1 would read brush presets with textures incorrectly.
    This is now fixed.
  * Animation: make it possible to render up to a 10,000 frames
  * Add a command-line option to start Krita with a new, empty
    image: krita --new-image RGBA,8,5000,3000
  * Performance: improved caching for effect and selection masks
  * Performance: Fix a leak in the smudge brush
  * Performance: Improve performance when using the
    hardware-accelerated canvas
  * Performance, Windows: improve the performance when loading
    icons
  * Filters: it’s now possible to edit the filter’s settings
    directly in the xml that is used to save filter definitions to
    .krita files.
  * Filters: a new ASC_CDL color balance filter was added, with
    Slope, Offset and Power options.
  * Crashes: fix a crash that happened when closing a second
    document with infinite canvas active
  * Layers: Make it possible to copy group layers
  * UI: make it possible to use the scroll-wheel to scroll through
    patterns when the patterns palette is very narrow.
  * UI: Improve drag and drop feedback in the layer panel
  * UI: Hide the lock and collapse titlebar icons when a panel is
    floating

OBS-URL: https://build.opensuse.org/request/show/539667
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=57
This commit is contained in:
Luca Beltrame 2017-11-07 20:23:20 +00:00 committed by Git OBS Bridge
parent accd92fe7d
commit ebaf5cb494
4 changed files with 35 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fb86577753b28b8915ae993c80a417f388977d04159feb69f5afc0e592bfee9
size 207093337

3
krita-3.3.2.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e555e1ba0cf2aef0800a49a98c5517a3f30ba6f5c47572aa410486e8d8117444
size 132385220

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Nov 7 15:38:30 UTC 2017 - wbauer@tmo.at
- Update to 3.3.2.1:
* See https://krita.org/en/item/krita-3-3-2-release/
* Krita 3.3.1 would read brush presets with textures incorrectly.
This is now fixed.
* Animation: make it possible to render up to a 10,000 frames
* Add a command-line option to start Krita with a new, empty
image: krita --new-image RGBA,8,5000,3000
* Performance: improved caching for effect and selection masks
* Performance: Fix a leak in the smudge brush
* Performance: Improve performance when using the
hardware-accelerated canvas
* Performance, Windows: improve the performance when loading
icons
* Filters: its now possible to edit the filters settings
directly in the xml that is used to save filter definitions to
.krita files.
* Filters: a new ASC_CDL color balance filter was added, with
Slope, Offset and Power options.
* Crashes: fix a crash that happened when closing a second
document with infinite canvas active
* Layers: Make it possible to copy group layers
* UI: make it possible to use the scroll-wheel to scroll through
patterns when the patterns palette is very narrow.
* UI: Improve drag and drop feedback in the layer panel
* UI: Hide the lock and collapse titlebar icons when a panel is
floating
-------------------------------------------------------------------
Wed Oct 11 07:15:45 UTC 2017 - wbauer@tmo.at

View File

@ -19,14 +19,13 @@
%bcond_without lang
Name: krita
Version: 3.3.1
Version: 3.3.2.1
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/%{version}/krita-%{version}.tar.gz
Source99: %{name}.changes
Source0: http://download.kde.org/stable/krita/3.3.2/krita-%{version}.tar.xz
BuildRequires: Mesa-devel
BuildRequires: OpenColorIO-devel
BuildRequires: OpenEXR-devel