1
0
forked from pool/kimageformats
Christophe Giboudeaux 2022-02-14 12:07:17 +00:00 committed by Git OBS Bridge
parent e00febc5f5
commit 141aca51bf
6 changed files with 28 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV3YACgkQWNDuZIpI
s7tfTAf/ZAbwYb5fkuUfC+ttaLanDc2QRyKmtjX+NgkuymRrB1hwSKfxkT3iXwR6
dCAzE4EiP5XCf5DwDMYOoR6UOa0yvX63txOipzxhuxOgdOhjD1p18YpVa707nurD
fzbo2XD6ltaBJDNb0M5H4DjQC8tvAm5kOEaxSSkYGjnS86g+WmYZoMUD4FkuEFxx
GIsx7wf9EfK6nY7qQ3oTBsr5kmO5O1J+luAbi1dRjeLGfSizPy5YHurZuvSC/rvt
mAgYL3ISqm+Mn6O11mboyHBEWkIZTkxV60KKWNVDpT8JKBx/N6/DeVjlYjtZ2J19
73x8IKSMbVnbHfTje1Msl41HvNzSHw==
=L3tZ
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kioACgkQWNDuZIpI
s7vqiggAr6IoXLRB0wKT8uIFw/bS4pzMPO3/CatCYcPYmEC5goOKZs7ck7vrf0qQ
3qRr/+MUjmgncy3CXSCHkUB2PC07aAp/dY7VydEXf+lUM+qJKtGCqc68sjK0E8MA
3hLwvkY22jtu9BSOuba9xWRKttFnH08/Se2AABrl8/8BYdKxOetoU5aDRTP6BrmA
TH9IHx5NUyUXId3FTo/tmMka55wPYlwqmLa+KgXunQ95SIkd7tyRsU/+EOitH0YI
VuoEu2zCzvxtF68+/guQwr9ELkqV5KIXtZ5wKjV3Fsu/JW6SJmmETrAT/qarxwOL
j4RLpTTaOyHjyEUY3eFRYzwYKeftyA==
=LZrj
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Feb 6 10:17:03 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.91.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.91.0
- Changes since 5.90.0:
* Check executables exist in PATH before passing them to QProcess
* Fix handling of null terminated ANI metadata with Qt6
* Add CI qt6 support
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 3 12:47:38 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Mon Jan 3 12:47:38 UTC 2022 - 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.90 %define _tar_path 5.91
# 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 released %bcond_without released
Name: kimageformats Name: kimageformats
Version: 5.90.0 Version: 5.91.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