Frameworks 5.65 with respins
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcmutils?expand=0&rev=196
This commit is contained in:
parent
1ad0d2c112
commit
bc9246fd58
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f55938c566669e9fcdd786ebfd89edfc11b0c283532aed04cfe4162b58a8b649
|
||||
size 240248
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+yfoACgkQWNDuZIpI
|
||||
s7ug7wgAkr8NOsxSo6nKzXA/gUpdO6pqlxBLvMHH1ROzAEP63fQEOch3S+aUxuBj
|
||||
oWdhGmETMu/dfiXoJvGee7OzvjpCQLY1NE1fc4VFYIAk7tyuy6qwPOgGdqecvN7J
|
||||
NMogNQ5M+vSNRRWEJkJiXQTpiHSwsBJ+35GauHwzCcaw7qt3Nwubx1WUEzhVWTU7
|
||||
1bdImXPCQolljrfFKuC3OI2uu6W0YaVuPlWFdvG7XwLMw1ZEMUKcBti9K5NiOh4T
|
||||
tKtEjWmggwa8J/KXV9L7ikS8wf4kzESUsrBWqkTJBOgrq/OWu+nDHIW5ljLN7ZYp
|
||||
sW2ukMwbMiaBE5OSLXdSBI6eGJwCpw==
|
||||
=9SM2
|
||||
-----END PGP SIGNATURE-----
|
3
kcmutils-5.65.0.tar.xz
Normal file
3
kcmutils-5.65.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbb525cb21afbf9752d171ceb333a805c40d4722b98da6fce0243e37b8398ec3
|
||||
size 239576
|
11
kcmutils-5.65.0.tar.xz.sig
Normal file
11
kcmutils-5.65.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl3sQTsACgkQWNDuZIpI
|
||||
s7un5ggAi4mJs34fusx8gHSZppHOqdxgC2nTPiJjmhdr+tSJBM6vA3sYbsXud7NR
|
||||
fois8g0vW1Ljbfe7f8i3+Q9SF+mSPXH6mTjUedgPtFytH/sVo1LZqKb5bu4ZF1S6
|
||||
oe61R1qLYGxuwfvzuuyrwiWU98ap1jMyi4G4YymZW1FvMcRfLm5w/OgSlVjozSu0
|
||||
vYaM/EehRecBTKs1fHstylwzrIscvnJU+NnfjjgTwXfHqDsNAMy02MYbqT9soTg5
|
||||
wTCALB9+nk5SsfxXPHfKbhcBwcCP92Mq8/gPnwyn1KeY4OFdh6gHUEpgYIH0Urdk
|
||||
eJAimVEUHvsjotTIb75zciSsGnLgkA==
|
||||
=3G3c
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 11:18:22 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
Update to 5.65.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php
|
||||
- Changes since 5.64.0:
|
||||
* [KCMultiDialog] Remove most special margins handling; it's done in KPageDialog now
|
||||
* KPluginSelector: use new KAboutPluginDialog
|
||||
* Add guard for missing kirigami
|
||||
* Disable the restore defaults button if the KCModule says so
|
||||
* Have KCModuleProxy take care of the defaulted state
|
||||
* Make KCModuleQml conform to the defaulted() signal
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 3 15:46:50 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kcmutils
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5KCMUtils5
|
||||
%define _tar_path 5.64
|
||||
%define _tar_path 5.65
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kcmutils
|
||||
Version: 5.64.0
|
||||
Version: 5.65.0
|
||||
Release: 0
|
||||
Summary: Classes to work with KCModules
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user