From ef3f7fe2b1224497f12058570876d42bbd828d5eda36a04aecaa5af5ee8294b6 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Fri, 8 Nov 2024 14:02:20 +0000 Subject: [PATCH] KDE Frameworks 6.8.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-extra-cmake-modules?expand=0&rev=20 --- extra-cmake-modules-6.7.0.tar.xz | 3 --- extra-cmake-modules-6.7.0.tar.xz.sig | 7 ------- extra-cmake-modules-6.8.0.tar.xz | 3 +++ extra-cmake-modules-6.8.0.tar.xz.sig | 7 +++++++ kf6-extra-cmake-modules.changes | 24 ++++++++++++++++++++++++ kf6-extra-cmake-modules.spec | 4 ++-- 6 files changed, 36 insertions(+), 12 deletions(-) delete mode 100644 extra-cmake-modules-6.7.0.tar.xz delete mode 100644 extra-cmake-modules-6.7.0.tar.xz.sig create mode 100644 extra-cmake-modules-6.8.0.tar.xz create mode 100644 extra-cmake-modules-6.8.0.tar.xz.sig diff --git a/extra-cmake-modules-6.7.0.tar.xz b/extra-cmake-modules-6.7.0.tar.xz deleted file mode 100644 index 577027d..0000000 --- a/extra-cmake-modules-6.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d81de82692d3d2bb77110332a65c8266252becc2c3f307ce814990ce5607b8dc -size 341336 diff --git a/extra-cmake-modules-6.7.0.tar.xz.sig b/extra-cmake-modules-6.7.0.tar.xz.sig deleted file mode 100644 index 5e379c9..0000000 --- a/extra-cmake-modules-6.7.0.tar.xz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAEJQAKCRAsjfWHptSq -wT7UAP9goE4Tuzt/cf7apzkNfjVsDeo7niv41V4jJIHHu/FwyQEAi7mqTziWC9bs -34RfxeWXGC/jibF/y0qxPSBalx1UyAY= -=u+OK ------END PGP SIGNATURE----- diff --git a/extra-cmake-modules-6.8.0.tar.xz b/extra-cmake-modules-6.8.0.tar.xz new file mode 100644 index 0000000..63afbf6 --- /dev/null +++ b/extra-cmake-modules-6.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8a0bf72285bec1768e3acd8f7c665a26d55a1527e96d73e35789dc9f0e3472 +size 324384 diff --git a/extra-cmake-modules-6.8.0.tar.xz.sig b/extra-cmake-modules-6.8.0.tar.xz.sig new file mode 100644 index 0000000..841ae06 --- /dev/null +++ b/extra-cmake-modules-6.8.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZyZI9AAKCRAsjfWHptSq +wZSrAQDb49IbzNX+85sZ8JPdz2CoPLxol3VuFxj+TmkqE0JoXgD5AW1gsW3r/zjN +DBm0g2C41HZjAe++RNqEfp4C4VGC/AQ= +=I63d +-----END PGP SIGNATURE----- diff --git a/kf6-extra-cmake-modules.changes b/kf6-extra-cmake-modules.changes index 7de18f9..b38f08d 100644 --- a/kf6-extra-cmake-modules.changes +++ b/kf6-extra-cmake-modules.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Nov 4 11:17:55 UTC 2024 - Christophe Marin + +- Update to 6.8.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.8.0 +- Changes since 6.7.0: + * FindKF6: Print custom message when required components are not found + * Add a directory check when appending a module dir to qmlimportscanner + * Add Python bindings + * Break enums onto multiple lines + * Set import paths for QML modules to all CMake search paths + * Remove the old/unused SIP-based Python binding generation infrastructure + * Update version to 6.8.0 + * ECMGeneratePkgConfigFile: try to deduce additional include dirs + * Fix custom definitions for generated pkgconfig files + * Fix QM loader unit tests with a static Qt + * Don't fall back to qmlplugin dump on static Qt builds + * Retire Qt5 Android CI + * Automatically install dependent targets of QML modules in static builds + * Allow to specify an export set for targets installed by finalize_qml_module + * Don't check websites in Appstream tests + ------------------------------------------------------------------- Mon Oct 7 09:59:45 UTC 2024 - Christophe Marin diff --git a/kf6-extra-cmake-modules.spec b/kf6-extra-cmake-modules.spec index 7863ece..a0a04f6 100644 --- a/kf6-extra-cmake-modules.spec +++ b/kf6-extra-cmake-modules.spec @@ -23,14 +23,14 @@ %define rname extra-cmake-modules -# Full KF6 version (e.g. 6.7.0) +# Full KF6 version (e.g. 6.8.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.7.0 +Version: 6.8.0 Release: 0 Summary: CMake modules License: BSD-3-Clause