1
0
forked from pool/kimageformats

Accepting request 961252 from KDE:Frameworks5

KDE Frameworks 5.92 (forwarded request 961114 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/961252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=104
This commit is contained in:
Dominique Leuenberger 2022-03-14 18:34:32 +00:00 committed by Git OBS Bridge
commit fbf61fd853
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:aba371cbb11afba36c394beac443f1e8d3ab9d84801f44bcc252f13e868dc835
size 1223484

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kioACgkQWNDuZIpI
s7vqiggAr6IoXLRB0wKT8uIFw/bS4pzMPO3/CatCYcPYmEC5goOKZs7ck7vrf0qQ
3qRr/+MUjmgncy3CXSCHkUB2PC07aAp/dY7VydEXf+lUM+qJKtGCqc68sjK0E8MA
3hLwvkY22jtu9BSOuba9xWRKttFnH08/Se2AABrl8/8BYdKxOetoU5aDRTP6BrmA
TH9IHx5NUyUXId3FTo/tmMka55wPYlwqmLa+KgXunQ95SIkd7tyRsU/+EOitH0YI
VuoEu2zCzvxtF68+/guQwr9ELkqV5KIXtZ5wKjV3Fsu/JW6SJmmETrAT/qarxwOL
j4RLpTTaOyHjyEUY3eFRYzwYKeftyA==
=LZrj
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----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

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Mar 7 09:26:59 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.92.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.92.0
- Changes since 5.91.0:
* Add Qt6 Android CI
* Add write tests for heif/avif/jxl
* jxl: encoding improvements
* avif: adjust dimension and memory limits
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 6 10:17:03 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Sun Feb 6 10:17:03 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.91 %define _tar_path 5.92
# 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.91.0 Version: 5.92.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