Accepting request 1187101 from KDE:Frameworks
KDE Frameworks 6.4.0 (forwarded request 1186902 from krop) OBS-URL: https://build.opensuse.org/request/show/1187101 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-kconfig?expand=0&rev=6
This commit is contained in:
commit
0ed82648d1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d809aaf7b5151ecd797c601c7f2701bc426b66d431b52069c7ff3b4002d7979
|
||||
size 334244
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPjwAKCRAsjfWHptSq
|
||||
wTvEAQDL8rA9QZzPXzrfS9k4oU2Ic40l97GCRNaOQX9AV0HvmgD/SBlv/4j9Yqad
|
||||
ClmqwYFcp2y2CjDUKzRfyBhYbdEqBgM=
|
||||
=vSZZ
|
||||
-----END PGP SIGNATURE-----
|
3
kconfig-6.4.0.tar.xz
Normal file
3
kconfig-6.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbb3d06fde4ea19955cfdbcbcec03de78a46f8c228f41d4e7aa6ceb88dc116dd
|
||||
size 340688
|
7
kconfig-6.4.0.tar.xz.sig
Normal file
7
kconfig-6.4.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohSKgAKCRAsjfWHptSq
|
||||
wfU1AP96M3wlDRayyEcYhTFjMYjuBXQU/lcSODW50ZmEs91mKwD+Kot3Wz5C6o7G
|
||||
f4KD0Exsbi7MnVAo35r/IVD38eJo2AY=
|
||||
=lSvS
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 09:41:38 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.4.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.4.0
|
||||
- Changes since 6.3.0:
|
||||
* Fix two cmakelint types of issue
|
||||
* Fix KCONFIG_USE_QML=OFF by moving ECMQmlModule behind the conditional
|
||||
* kconfig_compiler: Don't generate .moc include
|
||||
* kconfig_compiler: Allow generating QML type registration macros
|
||||
* kconfig_compiler: Use automoc for GENERATE_MOC
|
||||
* Avoid unused variable definition
|
||||
* Allow desktop files to be a symbolic link
|
||||
* Fix compile
|
||||
* KStandardActions: Use C++11 for loop
|
||||
* fix compile dependencies for windows
|
||||
* Register KCoreConfigSkeleton to QML
|
||||
* provide a generic named USE_DBUS option to allow to choose if to use it
|
||||
* don't warn if no dbus enabled
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 10:11:26 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.3.0)
|
||||
# Full KF6 version (e.g. 6.4.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.3.0
|
||||
Version: 6.4.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