diff --git a/kconfig-6.10.0.tar.xz b/kconfig-6.10.0.tar.xz deleted file mode 100644 index 71e779f..0000000 --- a/kconfig-6.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00ef2c75be68bacf8c30e3bf072358b8f6d2bc78d462e7b14c086808c69d8d7f -size 349400 diff --git a/kconfig-6.10.0.tar.xz.sig b/kconfig-6.10.0.tar.xz.sig deleted file mode 100644 index 4cbaeee..0000000 --- a/kconfig-6.10.0.tar.xz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gBaQAKCRAsjfWHptSq -wSW5AQDSHJrMLH/Nk6NftOatK/321lMUllzBsToX/Mod/om55gD9EWlkxVD/f2mc -fpiUlIUWyFCgHwA7SWXQ0fqkKUvvpwo= -=l2uj ------END PGP SIGNATURE----- diff --git a/kconfig-6.11.0.tar.xz b/kconfig-6.11.0.tar.xz new file mode 100644 index 0000000..d02c084 --- /dev/null +++ b/kconfig-6.11.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71072aaf2771295b591fc62d4fb657cefb38df29f240ef9c7120854b42d0f7f +size 352864 diff --git a/kconfig-6.11.0.tar.xz.sig b/kconfig-6.11.0.tar.xz.sig new file mode 100644 index 0000000..57d0c5c --- /dev/null +++ b/kconfig-6.11.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ6YR7gAKCRAsjfWHptSq +wdK9AP9RxgWIshx5tpjDAq4Rqwx8jQ6ZD24XjkH5C6J61SZk+gD/R+EG60L1oMPQ +o4bGOMkWdxhRnniEgnyvMtVsBC8+igc= +=4vw4 +-----END PGP SIGNATURE----- diff --git a/kf6-kconfig.changes b/kf6-kconfig.changes index 11c07a2..caa33b0 100644 --- a/kf6-kconfig.changes +++ b/kf6-kconfig.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat Feb 8 12:16:43 UTC 2025 - Christophe Marin + +- 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 diff --git a/kf6-kconfig.spec b/kf6-kconfig.spec index 918cde1..d1c71e3 100644 --- a/kf6-kconfig.spec +++ b/kf6-kconfig.spec @@ -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