KDE Frameworks 5.99
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=267
This commit is contained in:
parent
4e62cf5f7c
commit
92e4c3e32e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c198f9e4840a0fbfb8d322f2f2711daae20e5bbfd68e998ba9078bc51aac918
|
||||
size 331728
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9OMACgkQWNDuZIpI
|
||||
s7vR1Qf+LhOW2x8+htmyewCqMia8juz+j3WHyDl06OS2f8OiDb78Dd2NV3y6+Ejp
|
||||
GqD7DPyI9MhSVnOe32VCZ0RcLDI9HeLeVfPlIhBbfhUVXEC554dYcmEAcp7CdnCm
|
||||
iPmw2Op5oVdAwATvvl/z+HmANFN4XxLwpGe6fPviPvgDyEe8q4kjUljgx2jIBj3R
|
||||
uRYlkcAKIH+MacdCuhgLpwvqfYinDDhicQaeZ3RHVab0N403bZlsqlhdPl3dMP3C
|
||||
vm6zNNZuSBdX/bxorKcaQuKIEXcP8YsyQuGCCEuFowwm43tug63f0ytzvlangzHV
|
||||
m8yYiyYhMW3C4bmaqteA4E6KGo0+3w==
|
||||
=jkC4
|
||||
-----END PGP SIGNATURE-----
|
3
extra-cmake-modules-5.99.0.tar.xz
Normal file
3
extra-cmake-modules-5.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01818aa606628db57129f6e22dbae3532464220802d085c6e0689d032e87807e
|
||||
size 331764
|
11
extra-cmake-modules-5.99.0.tar.xz.sig
Normal file
11
extra-cmake-modules-5.99.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 15:55:24 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:
|
||||
* Correctly separate multiple interface compile definitions
|
||||
* Also resurrect std::auto_ptr on MSVC when using Exiv2
|
||||
* .gitlab-ci.yml: enable static builds
|
||||
* Add Qt 6 Windows CI
|
||||
* API dox: document KAPPTEMPLATESDIR & KFILETEMPLATESDIR
|
||||
* Make tar'ing the examples code non-verbose
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 07:16:38 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%global pkg_suffix -doc
|
||||
%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: extra-cmake-modules%{?pkg_suffix}
|
||||
Version: 5.98.0
|
||||
Version: 5.99.0
|
||||
Release: 0
|
||||
Summary: CMake modules
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user