KDE Frameworks 6.3.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-kconfig?expand=0&rev=12
This commit is contained in:
parent
28f76cfa2a
commit
6dce6a37f1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2512bc036fc40cdc23345cbf8037853c7afdc93b7f81528547a451e0f8c429e9
|
||||
size 294076
|
@ -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
3
kconfig-6.3.0.tar.xz
Normal 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
7
kconfig-6.3.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPjwAKCRAsjfWHptSq
|
||||
wTvEAQDL8rA9QZzPXzrfS9k4oU2Ic40l97GCRNaOQX9AV0HvmgD/SBlv/4j9Yqad
|
||||
ClmqwYFcp2y2CjDUKzRfyBhYbdEqBgM=
|
||||
=vSZZ
|
||||
-----END PGP SIGNATURE-----
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user