SHA256
1
0
forked from pool/krita

Accepting request 914276 from KDE:Extra

OBS-URL: https://build.opensuse.org/request/show/914276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krita?expand=0&rev=58
This commit is contained in:
Dominique Leuenberger 2021-08-25 18:58:40 +00:00 committed by Git OBS Bridge
commit 6d69fd704c
4 changed files with 14 additions and 11 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Aug 25 09:39:44 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
- Update to 4.4.8:
* See https://krita.org/en/item/krita-4-4-8-released/
* Disable fractional DPI scaling by default
* Fix loading and saving of document palettes (kde#440812)
- Remove BuildConflicts: python3-sip-devel >= 6, it builds fine
with sip6 meanwhile
-------------------------------------------------------------------
Wed Aug 11 13:38:26 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -24,7 +24,7 @@
%bcond_with vc
%endif
Name: krita
Version: 4.4.7
Version: 4.4.8
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
@ -62,16 +62,9 @@ BuildRequires: libtiff-devel
BuildRequires: openjpeg2-devel
BuildRequires: perl
BuildRequires: pkgconfig
# SECTION python build requirements
BuildRequires: python3-devel
BuildRequires: python3-qt5-devel
# Krita's CMake requires the command `sip5` from SIP v5 or `sip` from SIP v4.
# Neither is available in SIP v6. A simple sip-devel < 6 build requirement would
# install a non-conflicting SIP v4 in parallel to v6 pulled in by qt5-devel.
# But then CMake does not find the old sip executable.
BuildConflicts: python3-sip-devel >= 6
BuildRequires: python3-sip-devel
# /SECTION
BuildRequires: update-desktop-files
BuildRequires: zlib-devel
BuildRequires: cmake(KF5Archive)