1
0
forked from pool/kimageformats
Christophe Giboudeaux 2021-02-13 13:03:45 +00:00 committed by Git OBS Bridge
parent ea5bf5d35a
commit de6ea0c981
6 changed files with 33 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/weh4ACgkQWNDuZIpI
s7uUEwf9E83P5MKkoDgWG0xAe5lFa8wr8gg9IGD5Cid5z9/wtDDkNMEfAyFrx8oS
nkC2t6xArl6E6R1OmnsI8DXHesfMR+7lt9Ih3ahpTeOh0Eu75p8aKKnklah50fti
Lnl8sLDCC0ij5SP/9WG3jOzssSikxszCGhYQH9aBxJSjlZktRzRTtgowKkLllWOd
AumbWLGY74g57bv+ufwD8ZXZ6QFg+PnL4w+A4nPjM3uHMrf1NypYnJE1B7W8jZ8W
dkMPSxIgKGAGRNvPJnv2Zoghqvszv5qmesM3mLWST02vXChluuxR3KDPHqqIAen2
1P8J3SB5T6TPkCMs0zGRegSzZXa0uA==
=fAPO
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----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-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 8 08:46:25 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.79.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.79.0
- Changes since 5.78.0:
* Simplify portion of NCLX color profile code
* [imagedump] Add "list MIME type" (-m) option
* Fix crash with malformed files
* ani: Make sure riffSizeData is of the correct size before doing the quint32_le cast dance
* Add missing includes
* Add plugin for animated Windows cursors (ANI)
-------------------------------------------------------------------
Mon Jan 11 18:18:56 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -19,7 +19,7 @@
%if 0%{?suse_version} > 1500
%define with_avif 1
%endif
%define _tar_path 5.78
%define _tar_path 5.79
# 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.78.0
Version: 5.79.0
Release: 0
Summary: Image format plugins for Qt
License: LGPL-2.1-or-later
@ -86,6 +86,7 @@ environments.
%files
%license LICENSES/*
%dir %{_kf5_plugindir}/imageformats
%{_kf5_plugindir}/imageformats/kimg_ani.so
%if 0%{?with_avif}
%{_kf5_plugindir}/imageformats/kimg_avif.so
%endif
@ -101,6 +102,7 @@ environments.
%{_kf5_plugindir}/imageformats/kimg_tga.so
%{_kf5_plugindir}/imageformats/kimg_xcf.so
%dir %{_kf5_servicesdir}/qimageioplugins
%{_kf5_servicesdir}/qimageioplugins/ani.desktop
%if 0%{?with_avif}
%{_kf5_servicesdir}/qimageioplugins/avif.desktop
%endif