forked from pool/kimageformats
KDE Frameworks 5.83.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kimageformats?expand=0&rev=234
This commit is contained in:
parent
72390c015a
commit
954c20d020
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3e7852b85f2a2e5d7136548747b5fd75b8c81e99c9f691bb8a168ce72bb1057d
|
|
||||||
size 590128
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCOdjkACgkQWNDuZIpI
|
|
||||||
s7vTXgf/W9B7dwAjWEJl2c8NQbkmwKCGLI+EpMSjPOJfUjJtAkxCb8ZUXvcYQzBt
|
|
||||||
/GwXYmMt9wcAP5/5PYox0vDz+W8aoxvfqudKPwOegM23R7vydYlANlG1yWAKMe9Q
|
|
||||||
tMSJtFow15fmI+q6nE98szbH/s0E+F3XYbbFR/sfGJb/9T/F7lDBs/ea5SjaDJzK
|
|
||||||
TxonPCJ2g6DZJiRhOmJ98qCxV+cS9t71gObg6Qvnb7Lj2lO/PWmeP6aG4VUo/KYf
|
|
||||||
tpt9sSI/fea986Vizl6kGPJYL00/DmCAKyAO0mignj5i7aALxmTOL3ePc/hQW8vs
|
|
||||||
6bkAdGE5RbOr4JAdVTLlmGTTjEzoUQ==
|
|
||||||
=6LpL
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kimageformats-5.83.0.tar.xz
Normal file
3
kimageformats-5.83.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dc3965efbf9f2a42b78bbaea3d825b0946a27ad5fc79395cd405c858f38d8917
|
||||||
|
size 590672
|
11
kimageformats-5.83.0.tar.xz.sig
Normal file
11
kimageformats-5.83.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----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-----
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 5 11:58:55 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.83.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.83.0
|
||||||
|
- Changes since 5.82.0:
|
||||||
|
* avif: Adjust for libavif breaking change
|
||||||
|
* Bump required CMake version to 3.16
|
||||||
|
* Enable HEIC plugin to save all ICC profiles
|
||||||
|
* Color profile loading/saving fixes
|
||||||
|
* xcf: Make sure offsets are not negative
|
||||||
|
* xcf: Fix Stack-buffer-overflow WRITE on broken files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 19 13:28:45 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
Wed May 19 13:28:45 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -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.82
|
%define _tar_path 5.83
|
||||||
# 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.82.0
|
Version: 5.83.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…
Reference in New Issue
Block a user