diff --git a/kcoreaddons-6.7.0.tar.xz b/kcoreaddons-6.7.0.tar.xz deleted file mode 100644 index 3f79cfd..0000000 --- a/kcoreaddons-6.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48511e9dab1f2e80b3c4822bb87c2e981186de3b8977d92082d34d003b1283c5 -size 2567108 diff --git a/kcoreaddons-6.7.0.tar.xz.sig b/kcoreaddons-6.7.0.tar.xz.sig deleted file mode 100644 index 05ecbe8..0000000 --- a/kcoreaddons-6.7.0.tar.xz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAEcwAKCRAsjfWHptSq -weHHAQCADMs9FseHDKb/KSgxx6J/10YOVYefJfNMDCJofwMThwD+OkJTlDKGU5GM -fBNp5Z2JtvBOm1EpY8Hi+o5nz3YPAws= -=z5wz ------END PGP SIGNATURE----- diff --git a/kcoreaddons-6.8.0.tar.xz b/kcoreaddons-6.8.0.tar.xz new file mode 100644 index 0000000..dfe9426 --- /dev/null +++ b/kcoreaddons-6.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28977f478be5d7d5f5650876bf7b806674ed6fc609d703eea329a819fa4ad99c +size 2567844 diff --git a/kcoreaddons-6.8.0.tar.xz.sig b/kcoreaddons-6.8.0.tar.xz.sig new file mode 100644 index 0000000..0af889e --- /dev/null +++ b/kcoreaddons-6.8.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZyZJQwAKCRAsjfWHptSq +wamqAP4wtOw1kND34jxL480LSCofa4HSf6yFlOA78kIeJULcGAD5AQSWEJ2BjOOo +5JKi823sw3FONnR9MFSLzRvPC204kgI= +=lsd9 +-----END PGP SIGNATURE----- diff --git a/kf6-kcoreaddons.changes b/kf6-kcoreaddons.changes index 75af439..d24e445 100644 --- a/kf6-kcoreaddons.changes +++ b/kf6-kcoreaddons.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Nov 4 11:18:02 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: + * Update dependency version to 6.8.0 + * Make KJob::elapsedTime const + * Fix absolute path generation into (not installed) header + * KPluginMetaData: reduce string allocation + * Update git blame ignore file + * Reformat code with clang-format + * Kjob: add elapsedTime() returns the ms the job ran + * Add CI for static builds on Linux + * Install QML module correctly when building statically + * exportUrlsToPortal: use QScopeGuard::dismiss for the success code path + * Update version to 6.8.0 + ------------------------------------------------------------------- Mon Oct 7 09:59:55 UTC 2024 - Christophe Marin diff --git a/kf6-kcoreaddons.spec b/kf6-kcoreaddons.spec index 8321884..ac63fd8 100644 --- a/kf6-kcoreaddons.spec +++ b/kf6-kcoreaddons.spec @@ -19,13 +19,13 @@ %define qt6_version 6.7.0 %define rname kcoreaddons -# 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 released Name: kf6-kcoreaddons -Version: 6.7.0 +Version: 6.8.0 Release: 0 Summary: Utilities for core application functionality and accessing the OS License: LGPL-2.1-or-later