forked from pool/krita
Accepting request 845041 from home:wolfi323:branches:KDE:Extra
- Update to 4.4.1: * See https://krita.org/en/item/krita-4-4-1-released/ * Fix a crash when loading a file with a pattern fill layer (kde#427866) * Fix loading masks with vector selections (kde#428332) * Fix a crash in the text tool when opening the editor by double-clicking the text (kde#427858) * Fix a crash when using the move tool on a pixel selection (kde#428260) - Add libheif-devel BuildRequires on Tumbleweed to enable HEIF import/export filter OBS-URL: https://build.opensuse.org/request/show/845041 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=131
This commit is contained in:
parent
5e6c6ef355
commit
bef17f1cde
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:837ff7c94553f2ff2a8876994810b4e14b9296adc9726c0116a6fa8828eeb579
|
|
||||||
size 169791912
|
|
3
krita-4.4.1.tar.xz
Normal file
3
krita-4.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:799770a624b4fbb9ab1b889f14b5b3e446355de7b9e939f182915aaeea76b5ae
|
||||||
|
size 169788052
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 30 11:56:59 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
|
||||||
|
|
||||||
|
- Update to 4.4.1:
|
||||||
|
* See https://krita.org/en/item/krita-4-4-1-released/
|
||||||
|
* Fix a crash when loading a file with a pattern fill layer
|
||||||
|
(kde#427866)
|
||||||
|
* Fix loading masks with vector selections (kde#428332)
|
||||||
|
* Fix a crash in the text tool when opening the editor by
|
||||||
|
double-clicking the text (kde#427858)
|
||||||
|
* Fix a crash when using the move tool on a pixel selection
|
||||||
|
(kde#428260)
|
||||||
|
- Add libheif-devel BuildRequires on Tumbleweed to enable HEIF
|
||||||
|
import/export filter
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 13 17:09:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Oct 13 17:09:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%bcond_with vc
|
%bcond_with vc
|
||||||
%endif
|
%endif
|
||||||
Name: krita
|
Name: krita
|
||||||
Version: 4.4.0
|
Version: 4.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Digital Painting Application
|
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
|
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
|
||||||
@ -43,6 +43,9 @@ BuildRequires: gsl-devel
|
|||||||
BuildRequires: libboost_system-devel
|
BuildRequires: libboost_system-devel
|
||||||
BuildRequires: libeigen3-devel
|
BuildRequires: libeigen3-devel
|
||||||
BuildRequires: libexiv2-devel
|
BuildRequires: libexiv2-devel
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
|
BuildRequires: libheif-devel
|
||||||
|
%endif
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: liblcms2-devel
|
BuildRequires: liblcms2-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user