forked from pool/kimageformats
Accepting request 855438 from KDE:Frameworks5
KDE Frameworks 5.77 OBS-URL: https://build.opensuse.org/request/show/855438 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=87
This commit is contained in:
commit
8508917133
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78ced2665f8918beb617b74962d188dcbb01a92a90ba49bfd173671bdb14e68d
|
||||
size 548452
|
@ -1,11 +0,0 @@
|
||||
-----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-----
|
3
kimageformats-5.77.0.tar.xz
Normal file
3
kimageformats-5.77.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04bb3d02a8d967869c102da04d0c8c9e651c8e54625eb5b126156fefcb1901b0
|
||||
size 548968
|
11
kimageformats-5.77.0.tar.xz.sig
Normal file
11
kimageformats-5.77.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln34ACgkQWNDuZIpI
|
||||
s7v3uwf9H6qOhpLj3NRK+1KkSHQ0uVCW+Ina3DAxwKjR9lMKCJcB21zZdo2e2k7I
|
||||
QPWWLSmecNmWfLytFflsjD7tPpQqA1lV67TTandan6AXD3hZPFGaua854oH2zl1x
|
||||
6xnp/FFnxwSrPe1Rj1T5a1duPTbgykShR3aJgenyr/8U+B1+wDb1K/yR/bP1OGFn
|
||||
Ha3wuWEAHhRMhQAnQQUbb3vOGsOfqro2D8RThsLr1/NhvFvNxysrbxGClbkymtPo
|
||||
g4WgN+JAidwgZ0NUfzQ+OTkEsUFWHmVdqGnJWWOnVkpYpQDg9ruoS+XreYdjrMtX
|
||||
09SlncmMDhnBdiMLNoSLd+A/SlJAkw==
|
||||
=V7Fy
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:39 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.77.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.77.0
|
||||
- Changes since 5.76.0:
|
||||
* test: don't convert image format if possible
|
||||
* No longer descease color depth to 8 for 16 bit uncompressed PSD files
|
||||
* tests: Remove qimage_format_enum_names and just use QMetaEnum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:34:52 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.76
|
||||
%define _tar_path 5.77
|
||||
# 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.76.0
|
||||
Version: 5.77.0
|
||||
Release: 0
|
||||
Summary: Image format plugins for Qt
|
||||
License: LGPL-2.1-or-later
|
||||
@ -42,9 +42,9 @@ BuildRequires: kf5-filesystem
|
||||
BuildRequires: openexr
|
||||
BuildRequires: openexr-devel
|
||||
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.13.0
|
||||
%requires_ge libQt5Gui5
|
||||
%requires_ge libQt5PrintSupport5
|
||||
Recommends: libqt5-qtimageformats >= 5.12.0
|
||||
|
Loading…
Reference in New Issue
Block a user