KDE Frameworks 5.100.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=269
This commit is contained in:
parent
92e4c3e32e
commit
b8325534f7
3
extra-cmake-modules-5.100.0.tar.xz
Normal file
3
extra-cmake-modules-5.100.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:34563ce7bbe3c4d8f69ce1f5dc87ae052443a6b0349fefb9e244a7358b16c0c5
|
||||||
|
size 332036
|
11
extra-cmake-modules-5.100.0.tar.xz.sig
Normal file
11
extra-cmake-modules-5.100.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmTgACgkQWNDuZIpI
|
||||||
|
s7ux3QgAwJKTjU+E2L4iwWwDOUh2cqAOZ2pznsPP0/SigWNNiAbg7KinWxZfv6oY
|
||||||
|
/d9S3HFBxDe25tLVvr363swPBEZR81lBOhmCyEuW8i9V3ei1rP9CIQQt6qgzrglN
|
||||||
|
VuY16ev2xSvmaj+1kZg7tlX0LiTh4t6UhXMSTFj0eCdtvahhS4g6UB0UPZuHrGkg
|
||||||
|
5/ejGj4k8Ke6bX+6ABgv3ZRWagL7ynxlJ2hyE70WTbfopG5QH515p7Vr4NhmWvd3
|
||||||
|
6anw4ez50y0Vuputv+h1gXKvhdaudVigkQgAlG3VVsp4lUmN73ScFLt8Y5fkmQ90
|
||||||
|
/zTgapdYwPZTrtxKCH/nDP4YrFZUyA==
|
||||||
|
=vCqf
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:01818aa606628db57129f6e22dbae3532464220802d085c6e0689d032e87807e
|
|
||||||
size 331764
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VToACgkQWNDuZIpI
|
|
||||||
s7vjHQgAwCVHZIgs0uKENagljNn1xLv9OLLtM0mj6SVVAj3W1cBPMKi8iqlE43LU
|
|
||||||
3Ro/1FVSEFCDADhGkg87qehs492jcOrFwPH8hOUDAiK1g39cfvO/yEpHCPWAgOkH
|
|
||||||
49oez54uep/Xp1jIvENIbm3KbFsiWvosEmZJPzIVC5Bga1KbGsqotJQTRV1HFgHo
|
|
||||||
GBp4RH0YbnTySTg+D0oN2EU5xGVlxHy3yklHIgL64JGbVt3/EIKmoiZxeRjNCn8U
|
|
||||||
ykNbdSUgF/yMtnW3DUtloU23P/Ym3gXTLyl8xS6TmGGa09DsNN+xJZc2qIn8zGD9
|
|
||||||
cWOyxij8JKAw1/AwnkrJJN1W6TVfqQ==
|
|
||||||
=M6KW
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 8 08:34:49 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.100.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.100.0
|
||||||
|
- Changes since 5.99.0:
|
||||||
|
* Fix building "executables" on Android with Qt 6
|
||||||
|
* Revert "Restore the Android Threads workaround for Qt
|
||||||
|
* Make the expiry of these artifacts more reasonable, 3 months is a bit excessive
|
||||||
|
* avoid lib64 directory on NixOS
|
||||||
|
* Restore the Android Threads workaround for Qt 6
|
||||||
|
* Add quotes, otherwise if is malformed when envvar not defined
|
||||||
|
* Allow KF_IGNORE_PLATFORM_CHECK to be set through an environment variable
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 1 15:55:24 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Oct 1 15:55:24 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%global pkg_suffix -doc
|
%global pkg_suffix -doc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define _tar_path 5.99
|
%define _tar_path 5.100
|
||||||
# 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)
|
||||||
@ -30,7 +30,7 @@
|
|||||||
# Only needed for the package signature condition
|
# Only needed for the package signature condition
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: extra-cmake-modules%{?pkg_suffix}
|
Name: extra-cmake-modules%{?pkg_suffix}
|
||||||
Version: 5.99.0
|
Version: 5.100.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