Accepting request 1192862 from KDE:Frameworks

KDE Frameworks 6.5.0 (forwarded request 1191717 from krop)

OBS-URL: https://build.opensuse.org/request/show/1192862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-kconfig?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2024-08-10 17:06:25 +00:00 committed by Git OBS Bridge
commit 5fce9d2e9f
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:fbb3d06fde4ea19955cfdbcbcec03de78a46f8c228f41d4e7aa6ceb88dc116dd
size 340688

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohSKgAKCRAsjfWHptSq
wfU1AP96M3wlDRayyEcYhTFjMYjuBXQU/lcSODW50ZmEs91mKwD+Kot3Wz5C6o7G
f4KD0Exsbi7MnVAo35r/IVD38eJo2AY=
=lSvS
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/FwAKCRAsjfWHptSq
wYZAAP9SYMLs35MGzY2y4rIin8ebZ4Tt81tZeAfOEPr7DjYBUAEAlT4UndlHfoan
91Z44tGr9eTFia+ho2COyfqSGBVQgwQ=
=XrMI
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Aug 5 10:47:34 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.5.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.5.0
- Changes since 6.4.0:
* Update dependency version to 6.5.0
* ksharedconfig: move statercs to state dir
* Explain what "desktop entry spec separator semantics" means
* Reapply "don't create root-only readable files in /etc/xdg"
* Make Qt6Quick dependency for QML plugin private
* Update version to 6.5.0
* Expose KWindowStateSaver in the QML interface
* Sync config group on KWindowStateSaver::timerEvent
* don't do tests in ~/.kde-unit-test
-------------------------------------------------------------------
Tue Jul 9 09:41:38 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.4.0)
# Full KF6 version (e.g. 6.5.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.4.0
Version: 6.5.0
Release: 0
Summary: Advanced configuration system
License: LGPL-2.1-or-later AND GPL-2.0-or-later
@ -44,6 +44,7 @@ BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6LinguistTools) >= %{qt6_version}
BuildRequires: cmake(Qt6Qml) >= %{qt6_version}
BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
BuildRequires: cmake(Qt6Xml) >= %{qt6_version}