forked from pool/kimageformats
Accepting request 878814 from KDE:Frameworks5
KDE Frameworks 5.80 (forwarded request 878671 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/878814 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=90
This commit is contained in:
commit
9b4edaf4ee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecc8e38500d2723ab2db343252955df73c75d4e20a54e8671436b2bf0961ce25
|
||||
size 565640
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmAe6x0ACgkQWNDuZIpI
|
||||
s7uQZwf/eGumA4Shr3gzY/M3qCosNVaAASIIKDuwNMGv8d4he+e69ZKE5A5LIOI4
|
||||
9auFJwU93UmlgD8hhTYoxU+VZKLTSUXvQ+XF/3mFvex7I2mN2L+8mEfKh/kCBnK6
|
||||
rvwzEKVMqddFqm2YyqAJkNRqbZDetIxLJ0vgzvlXXQlU+r3TTyfZsJdmCmYVr611
|
||||
CqeQ+9EeNnS1zLinQ+CfXjNTWLXnd4WKid3TCfmT78GDGA5jjBrIpYRAUSKadV/V
|
||||
cprAZWoB7Rsmvbo3lZmdjb/LujqmSbKSidX5/R8DKH0pc9Eg5hOYuZMeWfSrCSVX
|
||||
LQLoxeggD+rzOy4uy6DYIFbMGVdxkQ==
|
||||
=+qG6
|
||||
-----END PGP SIGNATURE-----
|
3
kimageformats-5.80.0.tar.xz
Normal file
3
kimageformats-5.80.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d65641583e44c25de8ac98d7ef5925f08074a9ccf33ef7e7b504dd3a7347160
|
||||
size 590368
|
11
kimageformats-5.80.0.tar.xz.sig
Normal file
11
kimageformats-5.80.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBD1h0ACgkQWNDuZIpI
|
||||
s7v68wf8CFyzVjGea0L/KZ6Gl0VnqG3vxzoqwREL1QxZHJx/F5KYJBYAI73DEbT4
|
||||
KCIIr9XPDlu1aEIJD7JqPmHgWFS5ClYP5u4aK6Oo0zpePu2Hrj77LXIckkjU1VHW
|
||||
T+h5v2TBKwynVHBt5qFPg7cBKaD1E+YeYKHzCbV2PA6QHCjnSEL+ddGy7VtEwcp0
|
||||
/EOxyw/r5ZWsQ10GaxX3V6HX3lOQl05mDHRHMcg9l2GgU1sV3aq1dw7O+VFteI88
|
||||
u1CUyRiELcV8/PnzYNcN3ASo1OZRJsNLAsOKTtd8akWdtVdjhU41w03BfE0nCNB4
|
||||
kbGuT+HxwCRXy/p8WnyZt0d85kWLjA==
|
||||
=O6/g
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 7 09:26:56 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.80.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.80.0
|
||||
- Changes since 5.79.0:
|
||||
* Fix Non-square Radiance/RGBE/.hdr images failing to load (kde#433877)
|
||||
* Check the input buffer before passing it to libheif
|
||||
* Check primaries returned from libavif
|
||||
* Add plugin for High Efficiency Image File Format (HEIF)
|
||||
* Quality option can be returned without parsing input file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 08:46:25 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%if 0%{?suse_version} > 1500
|
||||
%define with_avif 1
|
||||
%endif
|
||||
%define _tar_path 5.79
|
||||
%define _tar_path 5.80
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -27,7 +27,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: kimageformats
|
||||
Version: 5.79.0
|
||||
Version: 5.80.0
|
||||
Release: 0
|
||||
Summary: Image format plugins for Qt
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user