Christophe Marin 2024-06-07 14:18:27 +00:00 committed by Git OBS Bridge
parent 28f76cfa2a
commit 6dce6a37f1
6 changed files with 31 additions and 12 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZjTXXQAKCRAsjfWHptSq
wVwOAP0euzydxC/QZ5PG/RJAByeMnCFWPu8pjSqAFJtI3Dso+AEApIlG1Y6KyKJ7
cd3w53Os6xWc5WjzFeIxwcfYmsS/Cg8=
=UkPZ
-----END PGP SIGNATURE-----

3
kconfig-6.3.0.tar.xz Normal file
View File

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

7
kconfig-6.3.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPjwAKCRAsjfWHptSq
wTvEAQDL8rA9QZzPXzrfS9k4oU2Ic40l97GCRNaOQX9AV0HvmgD/SBlv/4j9Yqad
ClmqwYFcp2y2CjDUKzRfyBhYbdEqBgM=
=vSZZ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jun 5 10:11:26 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.3.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.3.0/
- Changes since 6.2.0:
* ensure test works with Qt 6.7 on Windows
* Use QT_TRANSLATE_NOOP instead of QT_TR_NOOP for KStandardActions
* Add helper method to fully move a group to another
* Deprecate ctor that takes a backend
* Move parts of KStandardAction to KConfigGui
* Remove KConfigBackend abstraction
* Add a mutex to protect globalData
* kconfigxt: Remove docs for SourceExtension parameter which was removed in KF6
* Remove explicit maintainer from metainfo
* Use ellipsis character instead of three dots in UI strings
-------------------------------------------------------------------
Mon May 6 12:22:24 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -19,13 +19,13 @@
%define qt6_version 6.6.0
%define rname kconfig
# Full KF6 version (e.g. 6.2.0)
# Full KF6 version (e.g. 6.3.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-kconfig
Version: 6.2.0
Version: 6.3.0
Release: 0
Summary: Advanced configuration system
License: LGPL-2.1-or-later AND GPL-2.0-or-later