12
0
Christophe Marin
2025-01-09 16:41:55 +00:00
committed by Git OBS Bridge
parent 3f6e95cb4d
commit ced0a8e620
6 changed files with 29 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:506989a0d400913403e669c1912238db053cd6b38dff74b17e2e6f879c79cca0
size 324580

View File

@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gBNwAKCRAsjfWHptSq
wVhfAQC1rwN4PapsS4UGZSRIZNOaQ8U+WRXFXsq/W//D15DvLAD/VfJ012wGIlaT
knxzxQjxfsfXPPv36IzZLnHj5fJ5sQ4=
=yLDL
-----END PGP SIGNATURE-----

View File

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

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ1Lk5AAKCRAsjfWHptSq
wb9+AQC4r8nXbJkZ//cc4rMnG9U307k84x7sD6Rs3nMh80sDJAD/XT8F1Zqer9XA
r3N59w+JV7efqtxpSZ9t611KWwqVwAc=
=dgax
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jan 7 18:17:19 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.10.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.10.0
- Changes since 6.9.0:
* Make building docs optional
* Add since documentation
* ECMAddAndroidApk: add "PACKAGE_NAME" argument
* ECMGenerateHeaders: set IWYU export pragma also for helper prefixed headers
* Also allow to disable the nasty Android threads workaround via env vars
* ECMGenerateHeaders: Set include-what-you-use pragma
* Simplify moving QM catalog loading to the main thread
* Update version to 6.10.0
-------------------------------------------------------------------
Sun Dec 8 10:09:05 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@@ -23,14 +23,14 @@
%define rname extra-cmake-modules
# Full KF6 version (e.g. 6.9.0)
# Full KF6 version (e.g. 6.10.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# 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}')}
%bcond_without doc
%bcond_without released
Name: kf6-extra-cmake-modules%{?pkg_suffix}
Version: 6.9.0
Version: 6.10.0
Release: 0
Summary: CMake modules
License: BSD-3-Clause