1
0
forked from pool/kimageformats
Wolfgang Bauer 2022-04-10 07:29:18 +00:00 committed by Git OBS Bridge
parent 8bd5a29160
commit f13b17f439
6 changed files with 29 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIjwooACgkQWNDuZIpI
s7vmGgf/RcYjdlT7A95pLrhv+fRW37vlp9hn3qJ1151853gL+6o8JIb4tbrJC8NX
T/kd3mN8ALhvxpwQRBVfFjvwR7DPrmlIV4ySKP2EDT2wUOf1RxJwCTPHCm3RXKLH
8ar6rUQLoxYNcb/GLcSAfxeZkdEoQdjUnl4yM7qc0zgxgN89vAZebGx6BVt+okO/
UColj0p2eAa4WTDSuYcB4B6jOVRBUvRDDzMYfuxnTa4nQwjFtfco+enK76leE3vU
a2Oh7mZtVFRjxhBqqXrzbjfPZSUeuY0BPEqWhW/nGzwsVtcem/AQt1TX311drHcW
biHntSXvHalqkNykp1ktAyQBP/sywg==
=mvA5
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15b0ed9de57af95979e0e40496b980f243cd81e2a400d5f64d12478e1dddc7d0
size 1228820

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJIS/0ACgkQWNDuZIpI
s7vvhQgAuW60lMsyNhyh+Q15wYreawrRi8QUVnwC5ENuLIx/QKppx27UwRvuP5eW
HWNUwp1a5dxH9rxVHklol8z8aa76x+6UItYVoubJAyvvnfkwULZZw98DkTBHuCUD
eqx5lOyCN8VAVuj9Hhol9iTJ8isL5sJ3Un+kAxerlpNvGHBGR1by1/lK0gjHQLhz
w45OEmGqXZne4MNpznwwse2ZQ59bLoeLOnCc/droYvocYpPva1MtV/DMJKxYK3fl
ZnZwlMuDUYxax8YwJHX2mMNV9nRlmthxnCFafP60rLVB8gwZP5nBi3tgpiVqEtAR
8QSrj8OzbVNROWa3bs1T58nV6Jgf4g==
=hZgC
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Apr 3 10:47:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.93.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.93.0
- Changes since 5.92.0:
* Fix XCF parasites metadata in QImage and support to ICC profile
* avif: encoder speed 7->6
* avif: fix jumpToImage
* avif: warn about non-recommended libavif configuration
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 7 09:26:59 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Mon Mar 7 09:26:59 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -22,7 +22,7 @@
%if 0%{?suse_version} > 1500 || (0%{?is_opensuse} && 0%{?sle_version} >= 150300) %if 0%{?suse_version} > 1500 || (0%{?is_opensuse} && 0%{?sle_version} >= 150300)
%define with_heif 1 %define with_heif 1
%endif %endif
%define _tar_path 5.92 %define _tar_path 5.93
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # Last major and minor KF5 version (e.g. 5.33)
@ -30,7 +30,7 @@
# Only needed for the package signature condition # Only needed for the package signature condition
%bcond_without released %bcond_without released
Name: kimageformats Name: kimageformats
Version: 5.92.0 Version: 5.93.0
Release: 0 Release: 0
Summary: Image format plugins for Qt Summary: Image format plugins for Qt
License: LGPL-2.1-or-later License: LGPL-2.1-or-later