Accepting request 1245930 from KDE:Frameworks

KDE Frameworks 6.11 (forwarded request 1244923 from krop)

OBS-URL: https://build.opensuse.org/request/show/1245930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-kconfig?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2025-02-16 21:38:02 +00:00 committed by Git OBS Bridge
commit fdedfa8212
6 changed files with 39 additions and 12 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gBaQAKCRAsjfWHptSq
wSW5AQDSHJrMLH/Nk6NftOatK/321lMUllzBsToX/Mod/om55gD9EWlkxVD/f2mc
fpiUlIUWyFCgHwA7SWXQ0fqkKUvvpwo=
=l2uj
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ6YR7gAKCRAsjfWHptSq
wdK9AP9RxgWIshx5tpjDAq4Rqwx8jQ6ZD24XjkH5C6J61SZk+gD/R+EG60L1oMPQ
o4bGOMkWdxhRnniEgnyvMtVsBC8+igc=
=4vw4
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sat Feb 8 12:16:43 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.11.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.11.0
- Changes since 6.10.0:
* Update dependency version to 6.11.0
* Enforce QtNext tests to pass again
* Move global cache out of function again
* kwriteconfig: Add a flag to notify
* Make global parse cache local to parseGlobalFiles()
* Add xml/yaml linting
* Make kcfg testfiles valid wrt kcfg.xsd
* Use unique pointer for lock file
* Simplify KConfigIniBackend
* Enable QStandardPaths testMode for more tests
* Add a way to register QML types as uncreatable
* Don't ignore the result of QFile::open
* CI: Add linux-qt6-next build
* Enable QStandardPaths test mode for TestStateConfig
* [kconfig_compiler] Fix code generation for state config without name arg
* Fix moving values between nested groups
* Read defaults from Windows registry
* Update version to 6.11.0
-------------------------------------------------------------------
Tue Jan 7 18:17:24 UTC 2025 - Christophe Marin <christophe@krop.fr>

View File

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