Christophe Marin 2024-06-07 14:18:24 +00:00 committed by Git OBS Bridge
parent 82a5c45ef2
commit a2de96f567
6 changed files with 24 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6374bfa0dded8be265c702acd5de11eecd2851c625b93e1c87d8d0f5f1a8ebe1
size 340788

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZjTXLQAKCRAsjfWHptSq
we41AQDjSK5AXlbgosRsWofE+42vRO2NqZAKOU9PuCEchr6+ZQEA/DUiMUcRAC5G
niM+axSNz48VMu06qnIVbHvtFALIggM=
=iIPG
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1368f8fba95c475a409eff05f78baf49ccd2655889d1e94902bfc886785af818
size 340764

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPZAAKCRAsjfWHptSq
wcWdAP9pfQbYVgBLhdZ57yRK7sN1L4MsB/06DYpuQaMZtMAbvwEA3H7rHSmZSuBy
czabf6rkVT5rGH2FP3gLLYbCNP2wjA4=
=b4T6
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 5 10:11:18 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.3.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.3.0/
- Changes since 6.2.0:
* Skip app template packaging when cross-compiling
* Remove explicit maintainer from metainfo
* ECMQueryQt: Provide better error message when Qt6 qpaths is not found
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 6 12:22:15 UTC 2024 - Christophe Marin <christophe@krop.fr> Mon May 6 12:22:15 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -23,14 +23,14 @@
%define rname extra-cmake-modules %define rname extra-cmake-modules
# Full KF6 version (e.g. 6.2.0) # Full KF6 version (e.g. 6.3.0)
%{!?_kf6_version: %global _kf6_version %{version}} %{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0) # Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')} %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without doc %bcond_without doc
%bcond_without released %bcond_without released
Name: kf6-extra-cmake-modules%{?pkg_suffix} Name: kf6-extra-cmake-modules%{?pkg_suffix}
Version: 6.2.0 Version: 6.3.0
Release: 0 Release: 0
Summary: CMake modules Summary: CMake modules
License: BSD-3-Clause License: BSD-3-Clause