SHA256
1
0
forked from pool/krita

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

- Update to 4.4.7:
  * See https://krita.org/en/item/krita-4-4-7-released/
  * Fix for a performance regression in Krita 4.4.5
  * Fix a crash on exit with certain versions of Qt and PyQt
  * Fix moving selection with the magnetic selection tool
    (kde#433633)
  * Fix crashes in the magnetic selection tool when deleting nodes
    (kde#439896)
  * Fix an assert when converting the image color space from Python
    (kde#437980)
  * Fix a crash when closing a gamut mask document (kde#438914)
  * Fix drag and drop of clone layers between images (kde#414699)
  * Fix crash when saving the image with trimming enabled
    (kde#437626)

OBS-URL: https://build.opensuse.org/request/show/911418
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=151
This commit is contained in:
Christophe Giboudeaux 2021-08-11 11:35:13 +00:00 committed by Git OBS Bridge
parent 020ab27aee
commit 692f34f41a
4 changed files with 25 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Aug 8 13:01:02 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
- Update to 4.4.7:
* See https://krita.org/en/item/krita-4-4-7-released/
* Fix for a performance regression in Krita 4.4.5
* Fix a crash on exit with certain versions of Qt and PyQt
* Fix moving selection with the magnetic selection tool
(kde#433633)
* Fix crashes in the magnetic selection tool when deleting nodes
(kde#439896)
* Fix an assert when converting the image color space from Python
(kde#437980)
* Fix a crash when closing a gamut mask document (kde#438914)
* Fix drag and drop of clone layers between images (kde#414699)
* Fix crash when saving the image with trimming enabled
(kde#437626)
-------------------------------------------------------------------
Sat Jul 24 07:35:18 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -24,7 +24,7 @@
%bcond_with vc
%endif
Name: krita
Version: 4.4.5
Version: 4.4.7
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
@ -143,6 +143,9 @@ export CXXFLAGS="%{optflags} -DHAS_ONLY_OPENGL_ES"
chmod -x %{buildroot}/%{_kf5_applicationsdir}/*.desktop
# remove shebang to avoid rpmlint warning, that file is not supposed to be run directly anyway
sed -i "/#!\/usr\/bin\/env/d" %{buildroot}/%{_kf5_libdir}/krita-python-libs/krita/sceditor/highlighter.py
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig