Accepting request 918540 from KDE:Frameworks5
KDE Frameworks 5.86 (forwarded request 917089 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/918540 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/extra-cmake-modules?expand=0&rev=93
This commit is contained in:
commit
7d83b8218b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7a4209c3b113dc50250920186a2d30b71870e11ebb92a700a611b423ce6b6634
|
|
||||||
size 318048
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmENBTAACgkQWNDuZIpI
|
|
||||||
s7ttPAgAn3+hMu0IJHf/zuDduw0vV+L+GIMn4G6wRynqj+yosRFWcDTURxoDDrib
|
|
||||||
X73uhodXxvjnMTyT42OL9BLwgf7XppuR4ubydDO3uiG+BXT2kg4ufQ7Pjiy7+vW1
|
|
||||||
dc67ROpSu+CjkuxewPEWf8GtNuJC+O5ZWzBGsBYgzxzcM141RxcF7pJec86P/ca8
|
|
||||||
2bR5Djpemr/tmQ3HdSg9BqHPXqe0iL5PfxDxOnx7sTZb7DFDyKkxhFrAVLnxXfJT
|
|
||||||
ct5PaR8QJm+3B0g5Q4kFDaFY99QuKTwBa81tIPvSDKKgpOsYaMuoKRnXRZTGn854
|
|
||||||
JGMmMYXjbfhgAuIflaTJ3Izv8Gfh1Q==
|
|
||||||
=J0x1
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
extra-cmake-modules-5.86.0.tar.xz
Normal file
3
extra-cmake-modules-5.86.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aacc5ccdc5799efe34e2dae33418c379466caf7c9802b78348ccfb5782fe6ab5
|
||||||
|
size 318384
|
11
extra-cmake-modules-5.86.0.tar.xz.sig
Normal file
11
extra-cmake-modules-5.86.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmEz2J0ACgkQWNDuZIpI
|
||||||
|
s7sXnggAudsvbYypHumouoT0/aSgwO1GxoCm5Oo9SSWJITTNU6dT3o5dNx/mv6ea
|
||||||
|
3Qf/wbVH5XWGkeAYt5L0X1t/Y93/OQEFzrcqmKfNVkTVdXkA/U+vawjxNUpqy/Pg
|
||||||
|
XbyWlGrGmLpgUyCV7DNtF9MCxtIfCYgQ4SMZhu0J+bQE9YrfIj7kj2t/EHFmqmFp
|
||||||
|
pw+qY7bo31fIuoZAVmxpXC23Egggs/V+Dvqbi5l9nsc+l139oIKlMLQgLeW/z7Bs
|
||||||
|
fxaIT90JXrosKtXoXcZRyv2bcSVPP/xOmgre9mrB4/cduaTWfRrk36meYNA676Qh
|
||||||
|
MeFfkaDyrOg6+KPYbYgGvThPuHHTUQ==
|
||||||
|
=tH8u
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 6 06:21:50 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.86.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.86.0
|
||||||
|
- Changes since 5.85.0:
|
||||||
|
* ECMSetupQtPluginMacroNames: avoid adding duplicates to vars in config code
|
||||||
|
* Enable KDEGitCommitHooks on Windows
|
||||||
|
* Add LicenseRef-KDE-Accepted-LGPL to license compatibility matrix
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 6 12:11:20 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Fri Aug 6 12:11:20 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.85
|
%define _tar_path 5.86
|
||||||
# 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)
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# Only needed for the package signature condition
|
# Only needed for the package signature condition
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: extra-cmake-modules
|
Name: extra-cmake-modules
|
||||||
Version: 5.85.0
|
Version: 5.86.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CMake modules
|
Summary: CMake modules
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user