Accepting request 747091 from KDE:Frameworks5
5.64.0 OBS-URL: https://build.opensuse.org/request/show/747091 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcmutils?expand=0&rev=73
This commit is contained in:
commit
c1438d98d6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8bc32268307656b73aaa9c5c28ba05c92bd5e8a85eaab1772a2e6e774b222e0
|
||||
size 238640
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyTAACgkQWNDuZIpI
|
||||
s7tX6gf9FWHymK741suc2ZywOeTe5sbyqdJa1i+SjkwRvuA5lJ2qKntPjwNYiFde
|
||||
5M1r0B09bpBA8sWx0afXTrJsnA0WI9MudiZxVfkdA1smlz3sW2pwq1goXxxqGEnN
|
||||
LPuhZxM8FRBR9nnNVkbDphEs2jjTJr9/nBO+ZmuwmscZRFuBngHwfCegPUocHjh0
|
||||
OHD0ZQ5gafG958XaO2WT1H3W1Gpre6RK3s1xgV3pnVLZUdDvw4pJ+D648NNd7IR0
|
||||
F+HBv45fzcm01FDu/zaIVuI0cthDaLId0z+wyHuIfbwTBITXKqfJw1EO8A/W2tsU
|
||||
fs/ijl/OGtUlj+aLfEl6D+v95xxajg==
|
||||
=05XJ
|
||||
-----END PGP SIGNATURE-----
|
3
kcmutils-5.64.0.tar.xz
Normal file
3
kcmutils-5.64.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f55938c566669e9fcdd786ebfd89edfc11b0c283532aed04cfe4162b58a8b649
|
||||
size 240248
|
11
kcmutils-5.64.0.tar.xz.sig
Normal file
11
kcmutils-5.64.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 3 15:46:50 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.64.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
|
||||
- Changes since 5.63.0:
|
||||
* Conditionally show navigation buttons in the header for multi-page KCMs
|
||||
* don't use a custom header height (kde#404396)
|
||||
* Port away from deprecated SmallIcon method
|
||||
* add extra include
|
||||
* Fix memory leak of KQuickAddons::ConfigModule objects (kde#412998)
|
||||
* [KCModuleLoader] Show error when QML fails to load
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 13:26:18 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5KCMUtils5
|
||||
%define _tar_path 5.63
|
||||
%define _tar_path 5.64
|
||||
# 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.63.0
|
||||
Version: 5.64.0
|
||||
Release: 0
|
||||
Summary: Classes to work with KCModules
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user