1
0
forked from pool/kimageformats
Christophe Giboudeaux 2021-09-12 19:34:40 +00:00 committed by Git OBS Bridge
parent 4ffcf34aa0
commit fd3dcf0b12
6 changed files with 30 additions and 16 deletions

View File

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

View File

@ -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-----

View File

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

View 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-----

View File

@ -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> Fri Aug 6 12:12:43 UTC 2021 - 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.85 %define _tar_path 5.86
# 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.85.0 Version: 5.86.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