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:
parent
020ab27aee
commit
692f34f41a
@ -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
3
krita-4.4.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fc0f9addadfec8b784840ba6190e4a0ff8c80f6f486f65e3e6f93a8cbaf5396
|
||||
size 171839920
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user