forked from pool/kimageformats
Accepting request 1042130 from KDE:Frameworks5
KDE Frameworks 5.101.0 (forwarded request 1041798 from krop) OBS-URL: https://build.opensuse.org/request/show/1042130 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=115
This commit is contained in:
commit
69f245908b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbb5253d55c0ac09689b772f0723a42c290e8df3448116f556f5d320c6738827
|
||||
size 12669456
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNpCyUACgkQWNDuZIpI
|
||||
s7vxXwf5AQz8lgsZzITeskq/K+43TTVOyL5h4eEZkZ1eq041fL+PujPaZ5yiCAzr
|
||||
v6Dzk2WPV+UAHk3Uojz/dIdJ5ht1SAnEa9TEHK4juxPOTlPrYyUyw4VCnFzyeXY8
|
||||
5/WVXB2ItPqO/mA5J4MuX+77EgZ3HJoaYYt9OKoZRg8Yqbr5sP2WHD/5XqpZXsKz
|
||||
lqWuOMjzuAVQOW9N64XMtzVP5WiivvwSaSqM1D1Uv20XXGnk9edPdvLTqwlV4G8h
|
||||
e7nqUZoxINH8HL+SyP53LLNzL4dNRWDnnvVd+0dMbstSn1JXjwtk6EjBFyizOvbD
|
||||
2rqZHSpqcGH1ZcQ4v1lpbHiVw+yfWg==
|
||||
=2lIw
|
||||
-----END PGP SIGNATURE-----
|
3
kimageformats-5.101.0.tar.xz
Normal file
3
kimageformats-5.101.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae19b07141fdf977035e6decc50fa45855c0e635f57333a2443d3c24464c625f
|
||||
size 12971936
|
11
kimageformats-5.101.0.tar.xz.sig
Normal file
11
kimageformats-5.101.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLSAACgkQWNDuZIpI
|
||||
s7sT4Qf/aNUJFkQ7HGvSK1q1B3LhRn5UM8tGRESv7kZ4WNJ3Z3FC4AkVOX81JDaF
|
||||
BprIYm5eu24bTmXJs0Yz4MLX6I2UBquuYFYeOnO9clfJDaDgEaauttop8E497lix
|
||||
gpbWHrQisaFoLSRfP/tKlDqfJE/sJTpswq9GqtW07+pV6r62MNePzeytlfGPC/eU
|
||||
u7UF7wUJilLqHAIoyjmPSpLjscwc+6BZEfgY9LIvfce8oEPV69e5CQPfBi1R9JzM
|
||||
cpmEif0gl+6+sMo3331HAcBl2/7Vwcfwcia//oWyKtw8LXkZIvZtbq+ztQGAn00e
|
||||
zl1KDoyF2UjdHH59LF1fX+hEPcFrrQ==
|
||||
=e9bz
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 20:10:44 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.101.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.101.0
|
||||
- Changes since 5.100.0:
|
||||
* Fix missing DCI-P3 color space set
|
||||
* minor tweaks in HEIF and AVIF plugins
|
||||
* raw: LibRaw_QIODevice::read: fixed possible partial reading of an item
|
||||
* PSD multichannel testcases
|
||||
* Support to MCH with 4+ channels (treat as CMYK)
|
||||
* avif: Check if encoder/decoder is available in capabilities()
|
||||
* Fix condition for installing desktop files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 08:35:11 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
%if 0%{?suse_version} > 1500 || (0%{?is_opensuse} && 0%{?sle_version} > 150400)
|
||||
%define with_jxl 1
|
||||
%endif
|
||||
%define _tar_path 5.100
|
||||
%define _tar_path 5.101
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -33,11 +33,10 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without released
|
||||
Name: kimageformats
|
||||
Version: 5.100.0
|
||||
Version: 5.101.0
|
||||
Release: 0
|
||||
Summary: Image format plugins for Qt
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with released}
|
||||
@ -75,7 +74,6 @@ image formats.
|
||||
|
||||
%package eps
|
||||
Summary: EPS image format plugin for Qt
|
||||
Group: System/GUI/KDE
|
||||
Requires: ghostscript
|
||||
Conflicts: %{name} < %{version}-%{release}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user