forked from pool/kf6-kconfigwidgets
Accepting request 1173124 from KDE:Frameworks
KDE Frameworks 6.2.0 (forwarded request 1173094 from krop) OBS-URL: https://build.opensuse.org/request/show/1173124 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-kconfigwidgets?expand=0&rev=3
This commit is contained in:
commit
efcf796a0c
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b252b2e796ff6f05e94ab92130fe739e4fe698c223230be936b579e9df9d171
|
||||
size 2565676
|
@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmYP2KQACgkQ11dEg7tX
|
||||
sY3xHg//WTWoPB1fnP1Rh/47KsTCQTGeUXlmaRn389oUNO/50eezqj4CkZ/Bb4SF
|
||||
DLBo64L1S45lOH7uMZMIQAeSPbfeF6VQtaOrrGn8rH6WaS+4rAFbkFvFjfLqYV2u
|
||||
hKSzBC59sCksMgUiJIhZPrz0LDgUI22HeIh74/zTkoDffhj7G6kAxG63IHQsyXRu
|
||||
V7Lw2QHCag4NB0cDS4g0NQ4vVDsbYfxZeUfhbZygSi6g4Gpdm51/IDxSLsuDlMQ/
|
||||
XytWFsemo8p/+JeWImSHXBY07gW8ALMk8YdEDhr9t255VI1lyaRIrQBgMdQGj9qe
|
||||
0fFGJh9fvmqPAtNJPm/hZHxRfLr/+OWkYYYhs1k5ugsR5TqS1qZIMZ/6JTMVkS+Q
|
||||
hrAQAXvF6FqWnCoT3pPKHnv5Or4BpqZAor+0vd3lF+CrXUNETM1wbl/lTGmoK/PO
|
||||
5My2W/UAxx+dtvpy08z0DPwjPCiFDo6eg+FKY62aLf5u3abZGv59GtI4UzuHvKCc
|
||||
erLVumKR5Kzo8GoaDIiprjxI3mSTmatJ70p+F8jcBfbX+WgPWzTiFN5ppaG1qAPv
|
||||
SGmZc0cuwFPkbH9GVOBBfy0xKnN7Lt+daPUgKdCTA/MAIhE9qGsUw1Bi6trSzK6J
|
||||
XAVzdMXXX0f5bOC7sJ42XUclF7C0e9258C0Rdpej5YfcwFYVPUs=
|
||||
=ViWF
|
||||
-----END PGP SIGNATURE-----
|
3
kconfigwidgets-6.2.0.tar.xz
Normal file
3
kconfigwidgets-6.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b5e72c6e55e7b9d0b3ebee0fe8b39c098dd07a56de39da1556891925eb7d963
|
||||
size 2554984
|
7
kconfigwidgets-6.2.0.tar.xz.sig
Normal file
7
kconfigwidgets-6.2.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZjTXZAAKCRAsjfWHptSq
|
||||
wfKjAQCJc556F0BfDDMo5VbPrL7ZVuv5w6+mzn7p76tqPsB41wD/VlLJB3DgTXOF
|
||||
KMN1pzZ1lepJ9TfamZZRbvBRZvn1Sw0=
|
||||
=CeqR
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 12:22:25 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.2.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/gear/6.2.0/
|
||||
- Changes since 6.1.0:
|
||||
* KConfigDialogManager: port to non-deprecated QCheckBox signal
|
||||
* KCommandBar: Better UI
|
||||
* KRecentFilesAction: Load mimeType and action lazily
|
||||
* Remove forward declaration of KToggleAction
|
||||
* Test that an invalid language gives the empty string
|
||||
* gitignore: add VS Code dir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 5 12:52:28 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
%define qt6_version 6.6.0
|
||||
|
||||
%define rname kconfigwidgets
|
||||
# Full KF6 version (e.g. 6.1.0)
|
||||
# Full KF6 version (e.g. 6.2.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-kconfigwidgets
|
||||
Version: 6.1.0
|
||||
Version: 6.2.0
|
||||
Release: 0
|
||||
Summary: Widgets for configuration dialogs
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user