forked from pool/kimageformats
Accepting request 918575 from KDE:Frameworks5
KDE Frameworks 5.86 (forwarded request 917089 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/918575 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=98
This commit is contained in:
commit
eb2eb6f710
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50a61ac010acbde64f470cb3877403ca5aa11f70b9e54ede0a3bc09b02d40799
|
||||
size 590844
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmENBXoACgkQWNDuZIpI
|
||||
s7tR/wgAg+IT5ni5E9sIeLezzTxZp+EAxoHcU/PBzFHfov0l/m5Yj9RbXdPlbaT/
|
||||
kJ3pPXylFphRnsGgUN43nFjs9BBTvDlqzR0vzWq2jRbA/tbH/rBQAlRtLLMCUcTg
|
||||
rdLcUPm1BHOjjM6otO3Aat1WAvrHQTFPE9/y6enEfk2AWqnK0sdkLjRqK7kj9I1F
|
||||
0dRdggdLLsJbwCQSNypUoCMXk1BbkDPXVW8yWRBOx0RkQaCMQVdbfC5wVLLUfC1e
|
||||
cfjT3d/oqOaeK47wJnkiD38gemrGuk+fNU3D4MEXc8k7JDMnWTmacSKVBUHOVlAn
|
||||
TwmIDxtOdej14/RQHuL29eFwQVGbTQ==
|
||||
=Y6QK
|
||||
-----END PGP SIGNATURE-----
|
3
kimageformats-5.86.0.tar.xz
Normal file
3
kimageformats-5.86.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5b92d6ea22911a68c3fc52913fc0840e4bd5943779c504ad4bcd620a0b9a985
|
||||
size 590288
|
11
kimageformats-5.86.0.tar.xz.sig
Normal file
11
kimageformats-5.86.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmEz2PAACgkQWNDuZIpI
|
||||
s7sThQf/Sdt/gf3BzZJbIVzk78AqaqbB3X1XzQRvqO/EgtQp+mHt4HV6Fu35uYm7
|
||||
PgBLjNeVGvGcngqBxBZx73nJDwnMDdXywh+2RL75gi0ZuqixN+pSHaMLu05YtIdl
|
||||
ZpR0rgxp/3Y5rqOwhhRAIDJTFKnuxoLYokRVwyAdKEHefsoYSPQABcDWRWYH67nt
|
||||
K2R5oXYs0BxTxSqZAkOJlqEpxRbwuDV36qHVkGniKOMm7g9vcbpXaj2nlZuJlWpU
|
||||
5UoFwyXOjEmE9UyMDC27BbIEeUH9mGlIrqojeuu3zOlWYaxvFWP6FttClNrKh5kQ
|
||||
m3fWJXvi2tdsvsTGLM7aoPAYqtiqSw==
|
||||
=cAZs
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 6 06:22:08 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.86.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.86.0
|
||||
- Changes since 5.85.0:
|
||||
* Fix build with clang12 + libc++
|
||||
* Clean up unneeded JSON parameter in kimageformats_add_plugin
|
||||
* SGIImage::writeImage: Properly fail if the image is too big
|
||||
* exr: Port to std::log/pow
|
||||
* PCXHandler::write: Properly fail if the image is too big
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 12:12:43 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%if 0%{?suse_version} > 1500 || (0%{?is_opensuse} && 0%{?sle_version} >= 150300)
|
||||
%define with_heif 1
|
||||
%endif
|
||||
%define _tar_path 5.85
|
||||
%define _tar_path 5.86
|
||||
# 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 lang
|
||||
Name: kimageformats
|
||||
Version: 5.85.0
|
||||
Version: 5.86.0
|
||||
Release: 0
|
||||
Summary: Image format plugins for Qt
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user