diff --git a/krita-4.4.5.tar.xz b/krita-4.4.5.tar.xz deleted file mode 100644 index 908ea23..0000000 --- a/krita-4.4.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84c53686056d8f7485658004ca454eb275e35221307362e65daaac934a5c3b78 -size 174217180 diff --git a/krita-4.4.7.tar.xz b/krita-4.4.7.tar.xz new file mode 100644 index 0000000..9b66b22 --- /dev/null +++ b/krita-4.4.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc0f9addadfec8b784840ba6190e4a0ff8c80f6f486f65e3e6f93a8cbaf5396 +size 171839920 diff --git a/krita.changes b/krita.changes index 67c58c5..6f3fd1e 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Aug 8 13:01:02 UTC 2021 - Wolfgang Bauer + +- 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 diff --git a/krita.spec b/krita.spec index 6de0a35..38a37bc 100644 --- a/krita.spec +++ b/krita.spec @@ -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