Christophe Marin 2024-11-08 14:02:24 +00:00 committed by Git OBS Bridge
parent 9eef531653
commit 036ebf1777
6 changed files with 32 additions and 12 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAEcwAKCRAsjfWHptSq
weHHAQCADMs9FseHDKb/KSgxx6J/10YOVYefJfNMDCJofwMThwD+OkJTlDKGU5GM
fBNp5Z2JtvBOm1EpY8Hi+o5nz3YPAws=
=z5wz
-----END PGP SIGNATURE-----

3
kcoreaddons-6.8.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZyZJQwAKCRAsjfWHptSq
wamqAP4wtOw1kND34jxL480LSCofa4HSf6yFlOA78kIeJULcGAD5AQSWEJ2BjOOo
5JKi823sw3FONnR9MFSLzRvPC204kgI=
=lsd9
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Nov 4 11:18:02 UTC 2024 - Christophe Marin <christophe@krop.fr>
- 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 <christophe@krop.fr>

View File

@ -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