forked from pool/kimageformats
KDE Frameworks 5.99
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kimageformats?expand=0&rev=259
This commit is contained in:
parent
edc746e1d4
commit
bbcf6da166
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de594d949a79ffd3729fc84e9f659d64a2d41849ff5684472153620169c8926c
|
||||
size 5312392
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9TEACgkQWNDuZIpI
|
||||
s7uozwf9ELDBL7Kugo5HrhHWFuLq07BixqFp+S4xki5eUlzf6e4eX0YC751fb9qi
|
||||
A9NWiiGa8pbsZjAb3q0B7VWgMd7EM1b0dv6Xp7rf3zn8CA5mxYcgv2SJFZx5HThb
|
||||
GqZTPK+r+t9vKQPamJVWRKyfwssMIAH8QQD7Z7infcNaDeawONBEICaJZsFrF2sm
|
||||
NygLwfw3Mm7n1T8YhI0U8++D7g+qw76CYFJLK84b8ZyRAdGtUhH2neFj2x69eSw0
|
||||
zLiSUwEdrTTB0PAZrIRaaGcbX8rxMYzTr4yap/EJdgMYqM0j9GwlcO3p9tppM7a/
|
||||
rhpnW74pUPuAAzU3HjTcKpEDatQxrg==
|
||||
=et44
|
||||
-----END PGP SIGNATURE-----
|
3
kimageformats-5.99.0.tar.xz
Normal file
3
kimageformats-5.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06e636d4fe03d8d1b0bfed728d00c83fa639e2990fd5664a7101bd77621db1ee
|
||||
size 12298368
|
11
kimageformats-5.99.0.tar.xz.sig
Normal file
11
kimageformats-5.99.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VYYACgkQWNDuZIpI
|
||||
s7vUdQgAp3FrS3AyXAvvjp2FaRgWQ52A0N7FpU3Ky7cea/Usth3AXOZrFUUPu5VZ
|
||||
Ykw1YZo1vPtZgzeYYR8bfLv1jgjBtkWAADTwDqt3x9H9ayFvDAH8aYsNOu2ZUEuv
|
||||
HyXM2NeoCLh4XYHHIPuVXBQfyR4f01Dom+FSP8jdU08EasfQFme+3um1WZgBtcO/
|
||||
2k38q55ryfS2hWPVFFoCUZyOd+TI5jeWN7qETFTEdP3oY2xdH/QlpYvhpYfRrUMZ
|
||||
3WFbQgM8xgJTRxFbcrHAbdR/tnItMh85O72pp/9kurlRm6BI/+i3bW6OxVOGScim
|
||||
6uSGnr1FEJ7CUDP7YSujHGDZrY+H4Q==
|
||||
=xjsP
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 15:55:51 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.99.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.99.0
|
||||
- Changes since 5.98.0:
|
||||
* Add Qt6 windows CI support
|
||||
* pcx: Do not support sequential devices (kde#459541)
|
||||
* Fix maximum number of channels (testcase added)
|
||||
* LibRaw_QIODevice::seek() avoid seek on a sequential device
|
||||
* LibRaw_QIODevice::seek() bounding checks
|
||||
* Camera RAW images plugin
|
||||
* .gitlab-ci.yml: enable static builds
|
||||
* Enables opening of XCF files with Width and/or Height greater than 32K
|
||||
* Replace C cast with reinterpret_cast
|
||||
* avif: adjust for libavif breaking change in YUV<->RGB conversion
|
||||
* Fix image allocation with Qt 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 07:17:04 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%if 0%{?suse_version} > 1500 || (0%{?is_opensuse} && 0%{?sle_version} >= 150300)
|
||||
%define with_heif 1
|
||||
%endif
|
||||
%define _tar_path 5.98
|
||||
%define _tar_path 5.99
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -30,7 +30,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without released
|
||||
Name: kimageformats
|
||||
Version: 5.98.0
|
||||
Version: 5.99.0
|
||||
Release: 0
|
||||
Summary: Image format plugins for Qt
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user