1
0
forked from pool/kimageformats

Accepting request 982471 from KDE:Frameworks5

- Enable AVIF plugin also on Leap 15.4 (forwarded request 982469 from wolfi323)

OBS-URL: https://build.opensuse.org/request/show/982471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=107
This commit is contained in:
Dominique Leuenberger 2022-06-17 19:19:52 +00:00 committed by Git OBS Bridge
commit 17d5f5ea10
6 changed files with 32 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2ZgQACgkQWNDuZIpI
s7vPpQgAsTU59HNF/+YWDUfIhfofi1i+Qla2RvSc+llX/p+y6f0ylKZknHSrY/8M
lrD3lMmxWxs7NLq1zzI9yzf/MX9+KfKLyH+z41wVvabVIGOUI4J0Ms0Cca7UcrlH
d0FDN29ENEs5Py+3qI/hIDUh0Ps6Nnp3kTdcSMQst+aJapU2WVZtSAAu6Urw6Z0/
75hyPSelWWJlCXc1oStorayuyCqn9f5/l18Csi7G6mZoWujjmjVPNvgGiQY4vgP0
RgyRTL4miSk6HDRF+ROYQqfu6tp3GBCA6RQfZ626+1a61CjCqKwdgV+kM9ZVJ7jz
1k92fJLo8NaUU5Yb4yPaIfAVMqHeAg==
=M4up
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiaiMACgkQWNDuZIpI
s7t5MAgApv7S2zUNxKUXvcUQk1QduVjRzT0azM9iKnRqIwyncQQ+Za1LjcdSR/AK
hhTUYUrW7nD4I7BnRR4qYueOt7jspKcoE1in1Qk199QtMh5FLyOvpnUsvj1L2jpN
l5b0PTNEF82VfR53f8OyTDB/W+d0otg59SpkLwj+y+a7De7NH6n/N0TtqJmYNVL+
fwIGUY1ytJCnaFfxKwOjxIn46YODUYOhOybvTGrmsV6kVwurHPu2suDCSv0WsX2Y
xjlHRkq0gxUe0iU0vmG7U2UN1jJPl1CJTl8p5Ww/SxCF4n7sqF3jvc2jDneyM853
AyKWnrqgOpkc0/KfiIn9o/PNgH/6cQ==
=ezPm
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jun 13 13:18:42 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Enable AVIF plugin also on Leap 15.4
-------------------------------------------------------------------
Fri Jun 10 14:12:32 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.95.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.95.0
- Changes since 5.94.0:
* psd: Fix segfault on architectures where char is unsigned (like ARM)
-------------------------------------------------------------------
Tue May 10 08:17:59 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

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