forked from pool/kimageformats
Accepting request 905504 from KDE:Frameworks5
KDE Frameworks 5.84.0 (forwarded request 905463 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/905504 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=96
This commit is contained in:
commit
010c1643d1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc3965efbf9f2a42b78bbaea3d825b0946a27ad5fc79395cd405c858f38d8917
|
|
||||||
size 590672
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmC7VroACgkQWNDuZIpI
|
|
||||||
s7v5fwf/fdlBuHw3PqzwZLgS2xG7GfvnRHdogk4ZLqITgJZLvRSy42XrhKVeEmQ9
|
|
||||||
L5io0eVJJcghQuB8NEeihjywYMZACA2jx8017LTnMScDPyxTVAhwHC+kBihWK/Ez
|
|
||||||
kzn4ILSi/Gca/IKvGK95Rum/0BHiJ5zFA54y6ht58+8iDyJAGSI/uT9k2it7TZMb
|
|
||||||
zbbYlcyXC7iNCvwBbWWWsoGz1UC74/HSCs7ODDJDJBCOtVR1zDeSCBFXU75HauLZ
|
|
||||||
5AO0SAesKU3tSUVw2kt5I85DLuYsHclP0wFzUwZukBe+jn0vBV2BXgHxrM5Em6fB
|
|
||||||
ANFNPbuwlduGrZyo7FQ9d4DrrPQxDw==
|
|
||||||
=3wiQ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kimageformats-5.84.0.tar.xz
Normal file
3
kimageformats-5.84.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:badd15c93c1af2c6ab7f156245186a2223a184523070c6614328486e186eedf7
|
||||||
|
size 590576
|
11
kimageformats-5.84.0.tar.xz.sig
Normal file
11
kimageformats-5.84.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmDpXxUACgkQWNDuZIpI
|
||||||
|
s7slhQgAr5mT/jaLqxLFSeiJ0yVRowJCj6aLyLSUs6YjF7G0J3cUKR/yJjtxCepJ
|
||||||
|
VbgvKVpfGc9tcw+E8eSpBsAa1k2ZBna2QfWyJn6FlSSv4GqJZ2jSh8sxw8oVm7ux
|
||||||
|
JFrF4FNByFmo/RRtJ7gCZYAzLB3OuPmc49hMXppwdMLo7mWUjG0MKlud7HKCKDsB
|
||||||
|
xTT8V7+YJu2rZVMX6xFqHj/QiwfnrplutfZHBZ25apB6cw4ogUzPhRK+rHkpAAVS
|
||||||
|
uqnF6pTbxY/5k2N6A/A763gX3KWrtmq6nOMmopEPPY5fYxS7CbTuJd2Ny9MtWNMM
|
||||||
|
jjKAeWt5GykL1DZCNNMlWf6UwGmDaQ==
|
||||||
|
=R3ct
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 4 07:45:32 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.84.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.84.0
|
||||||
|
- Changes since 5.83.0:
|
||||||
|
* avif: Disable all strict decoder checks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 5 11:58:55 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Jun 5 11:58:55 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -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.83
|
%define _tar_path 5.84
|
||||||
# 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 lang
|
%bcond_without lang
|
||||||
Name: kimageformats
|
Name: kimageformats
|
||||||
Version: 5.83.0
|
Version: 5.84.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user