Christophe Marin 2024-11-08 14:02:21 +00:00 committed by Git OBS Bridge
parent aae73419ee
commit 7911390a26
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:4118388f8f62aa5f1139ed78823b58b009e9ebf7f3755e9a94ab5f9eba644cbe
size 2463708

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAESAAKCRAsjfWHptSq
wd8BAP9yNkkQ2l/sg3Tzy9WAZNdOT6X0vWkyyQN2A/sEXw5AZgEAhbSTh0reKycL
TRfZtaKpQzZTY5n6sQtFC+6yZ2FEmAI=
=klcm
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZyZJFQAKCRAsjfWHptSq
wa0TAP43PsRsQEIzImTKdEpWppl+S1bxC4x4xzeDCEphaglJwQD/ULk7+r2BG6n7
Itu5GuybukqJnOHfpqQ8z0T5VfHKwAU=
=QFj5
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Nov 4 11:17:59 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
* Update version to 6.8.0
* Fix compilation with Qt 6.9 (dev)
-------------------------------------------------------------------
Mon Oct 7 09:59:50 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -22,13 +22,13 @@
# Internal QML import
%global __requires_exclude qt6qmlimport\\(org\\.kde\\.kcmutils\\.private.*\\)
# 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-kcmutils
Version: 6.7.0
Version: 6.8.0
Release: 0
Summary: Classes to work with KCModules
License: LGPL-2.1-or-later