Christophe Giboudeaux 2019-10-11 12:56:00 +00:00 committed by Git OBS Bridge
parent 6b466bb725
commit b790167d55
6 changed files with 35 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz74ACgkQWNDuZIpI
s7uq7wf+L3ZMihtzPimD/tj1ctcIOH4YjNeYlwOxsybwtYqDl7rQ2R8W1duNtMpr
5bUpgU/fYs+0gURFyPSIFTZgvf/m8zXrppaTElDCcGme1jR7XeIrVAlnF/+qhgki
YkJSzL8cs78U+zY3oj86NP3isB6Uju3C8bvVZwHiI7DHk5rmMEBm38eaZfXNbOIY
3f9BMlowNQRJROtFGRa+B8dabVC6hp+rVwYdJ4GMDP/3Ar9L4E5KYJ19kTRBYjVK
AgSgBx99IqGImufRl7MenPHGsLj6yPznK5BZSaB9TGZiA5trGPX00PrlIj6+aSdy
wUb/GM7Qmtj9K0abgW1sH5p+cHb9yQ==
=74VP
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyZAACgkQWNDuZIpI
s7ug/wf9GaQvOhnN9Wrfkj2WG+CFAjpvtyNxYxXhMwGjVrSIHD4CFkewNQrTC8YJ
LmECKjgXkgiIEfWmTCR55apHiNQMFSa9tiyEIevi9gQYKw8B4Bs6jkitj8nf2WwR
N2WlPEetpNBYK8MRruxOuOpzbY47RqlhKlkeOixiUn3suVfrfB+R9xVcHc+rfVuU
bcBiYTAQThuCYkwZyf6FZY1ogLRnaG1udfsj9IakjOTTE5i/Wc6LYSUPousFCzWz
0n8hahAP80Es/QDWKBjqAv4qpaDxLVVQIyVRaq65zNSZ+jo/VFNX8rGph5OQjiYl
jz0uHCrQ3BvbEVMQYYGsOLINzYMZyQ==
=Om2l
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Oct 6 13:26:39 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.63.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
- Changes since 5.62.0:
* Add files for testing bug411327
* xcf: Fix regression when reading files with "unsupported" properties (kde#411327)
* xcf: Properly read image resolution
* Port HDR (Radiance RGBE) image loader to Qt5
-------------------------------------------------------------------
Sat Sep 7 20:36:51 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,7 +16,7 @@
#
%define _tar_path 5.62
%define _tar_path 5.63
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@ -24,7 +24,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: kimageformats
Version: 5.62.0
Version: 5.63.0
Release: 0
Summary: Image format plugins for Qt
License: LGPL-2.1-or-later
@ -43,12 +43,12 @@ BuildRequires: kf5-filesystem
BuildRequires: openexr
BuildRequires: openexr-devel
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Gui) >= 5.6.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.6.0
BuildRequires: cmake(Qt5Test) >= 5.6.0
BuildRequires: cmake(Qt5Gui) >= 5.11.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.11.0
BuildRequires: cmake(Qt5Test) >= 5.11.0
%requires_ge libQt5Gui5
%requires_ge libQt5PrintSupport5
Recommends: libqt5-qtimageformats >= 5.6.0
Recommends: libqt5-qtimageformats >= 5.11.0
Suggests: %{name}-eps
%description
@ -83,6 +83,7 @@ environments.
%license COPYING*
%dir %{_kf5_plugindir}/imageformats
%{_kf5_plugindir}/imageformats/kimg_exr.so
%{_kf5_plugindir}/imageformats/kimg_hdr.so
%{_kf5_plugindir}/imageformats/kimg_kra.so
%{_kf5_plugindir}/imageformats/kimg_ora.so
%{_kf5_plugindir}/imageformats/kimg_pcx.so
@ -95,6 +96,7 @@ environments.
%dir %{_kf5_servicesdir}/qimageioplugins
%{_kf5_servicesdir}/qimageioplugins/dds.desktop
%{_kf5_servicesdir}/qimageioplugins/exr.desktop
%{_kf5_servicesdir}/qimageioplugins/hdr.desktop
%{_kf5_servicesdir}/qimageioplugins/jp2.desktop
%{_kf5_servicesdir}/qimageioplugins/kra.desktop
%{_kf5_servicesdir}/qimageioplugins/ora.desktop