forked from pool/kimageformats
Accepting request 848558 from KDE:Frameworks5
KDE Frameworks 5.76 OBS-URL: https://build.opensuse.org/request/show/848558 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=86
This commit is contained in:
commit
bd12eaff28
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7ea083bc1b67cf069df1bcf3235f00a750a269cfb38b5ade6e971ece11e46a65
|
|
||||||
size 406728
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl96NLQACgkQWNDuZIpI
|
|
||||||
s7vxvwgAvVk2PAJ1nMZfRsBDeJVXGho+PXmXWKiDjgUyi4VpYpJ8p0NBLFbq8dWU
|
|
||||||
20zoBj4llmEa/tUVcKlUObLTu5eZgY+W6pQ2lSnNTH4ho5z+kRUAz8EDhRJpgRvs
|
|
||||||
3TrKlSDOXBWGr6d7HGCGotKfQeS24tgyljXfvTVjHMWH2KsXXgBUIGqXeQ8oUB3K
|
|
||||||
GNQlbiR/+paAXDCfq6J6wxm3sEYs1MRuJ6IU7cQtPQd8IkH3CYkD9iJmY7yIWZoJ
|
|
||||||
wZY7QAcnMNip3eFixwL5CsQNDgPEtQ9Y8PAB9lbSyNv4U3LiSg8V45W+ksh7XfZn
|
|
||||||
ijdNKgBP+/XmuiEZHA2577MnkGwwYA==
|
|
||||||
=vEjI
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kimageformats-5.76.0.tar.xz
Normal file
3
kimageformats-5.76.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78ced2665f8918beb617b74962d188dcbb01a92a90ba49bfd173671bdb14e68d
|
||||||
|
size 548452
|
11
kimageformats-5.76.0.tar.xz.sig
Normal file
11
kimageformats-5.76.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5KQACgkQWNDuZIpI
|
||||||
|
s7t8YwgAmw39pqnYSl282ot4pvsfs6Ra+//CKYCNB2+YdxxRgUvAAtiaS4lisNXv
|
||||||
|
wqCvmBUagAEuu/HQ/EYRzpiCtabNDSGHbwHK9gUPprkLPbkDMVsPiI+yDF8BkLqP
|
||||||
|
R+VPhXe7GXT0IajsE6/FlSa91hOuSZ+FfXby/C1GnqbYMdQ/zq7ZlRWPrSt+VYFD
|
||||||
|
9ubF7BD+0LQ5GZgFcgEOTNkui+VTxC/sMkqDSqkQMTx/7ziVu4bYSEuO8Owgea+v
|
||||||
|
Wfm0AWyAcM19USQM5AinzlGDIUmufvzMvAop8qMKGfP7xaeo0JvusmY5/euu+bWJ
|
||||||
|
mBEVoasPSheGqq/WdVHHZ6ElseUXZw==
|
||||||
|
=Ksee
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 7 21:34:52 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.76.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.76.0
|
||||||
|
- Changes since 5.75.0:
|
||||||
|
* Add test case for RLE compressed 16 bpc PSD files.
|
||||||
|
* Add support for RLE-compressed, 16 bits per channel PSD files.
|
||||||
|
* Return unsupported when reading 16bit RLE compressed PSD files
|
||||||
|
* feat: add psd color depth == 16 format support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 5 08:33:17 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Oct 5 08:33:17 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.75
|
%define _tar_path 5.76
|
||||||
# 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)
|
||||||
@ -24,7 +24,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.75.0
|
Version: 5.76.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…
x
Reference in New Issue
Block a user