Accepting request 982245 from KDE:Frameworks5
KDE Frameworks 5.95 OBS-URL: https://build.opensuse.org/request/show/982245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcmutils?expand=0&rev=106
This commit is contained in:
commit
88c703720f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:798cef6990cdcb22e4822ea12c3c0b9aa35797806e93fb474a2f58632cd53309
|
|
||||||
size 185096
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2/3IACgkQWNDuZIpI
|
|
||||||
s7tusgf8D/u0dSwmzihpDQjKRwZmN2UoUfH82xoROGwG8cCdFLrb7avoX1R/7Vm9
|
|
||||||
64tshBCy3zM0rkzDvn+WRGpTjc/H27UxK4KhmlAepWwWT3UYnSw5w+6kHR820rJb
|
|
||||||
TBf16RTe6qSCTp2c+zatIC8LnfTvPoppJ0dA8lpVcdz2Ahdvy4S6pvH7w+WSAsoX
|
|
||||||
vsUJNrK+XSe0kaJibgkFSvifpDHNq78gfPDIdtDm9yB/o3mpcBXTWAr40pz6OjnO
|
|
||||||
/cIGJXCjf5FcW+92UvXK2XLYMfuZfIUrLeBlhtaphWVtRcAmZE3QeMJvH0nhdCou
|
|
||||||
MhAVVzhgSSmuWybd4/ge8+Q8uETvqQ==
|
|
||||||
=d/Fq
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcmutils-5.95.0.tar.xz
Normal file
3
kcmutils-5.95.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:19dd057b774230bee52a19b2a2eaa7ecac51de79a850a0f4253d7604ab3f0b54
|
||||||
|
size 186024
|
11
kcmutils-5.95.0.tar.xz.sig
Normal file
11
kcmutils-5.95.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiaegACgkQWNDuZIpI
|
||||||
|
s7vxiwgAuj6jMBDvraScYZBL9Zp3hbtFDglgsiaGMk06FQXQsWpYQfs9NkrYaWx9
|
||||||
|
rhW3j36Qjb+YESqWWdVXohKrkk1N7FCFDLIsDE5idNvyLpQSJ3DqQ1R/cJ3YNyAD
|
||||||
|
3/lVrVoupcg2RxMZ6k+MFDmJr/NQgXHWxwDd5XnwQo0/+Xvoxm49v9dHfqaszJUY
|
||||||
|
USdr1ivBvreDuAl1MdWOOFsjP0taL9h5m1vOfi5xe0Q/HjQKVgOJgvojqtmSJBe5
|
||||||
|
/ma/mFIy/zzE6y3JiicJInauoHOUG1ujziLLYzKHC5VDKDAPZQ6RO02pltjAoYct
|
||||||
|
CGtQiFlHBjPTr4zUoSxfQ8723PjJYQ==
|
||||||
|
=5c/i
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 10 14:12:17 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.95.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.95.0
|
||||||
|
- Changes since 5.94.0:
|
||||||
|
* KPluginDelegate: reserve space for subtitle
|
||||||
|
* KPluginSelector: animate placeholder appearance
|
||||||
|
* KPluginSelector: Don't show placeholder message immediately upon load
|
||||||
|
* KPluginSelector: fix placeholder location
|
||||||
|
* Add debug output to print KCM location
|
||||||
|
* AboutPlugin.qml: Do not use translation function when we only have one value
|
||||||
|
* [kcmultidialog] Fix crash in clear()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 10 08:17:47 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue May 10 08:17:47 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -19,14 +19,14 @@
|
|||||||
%global __requires_exclude qmlimport\\(org\\.kde\\.kcmutils\\.private.*\\)
|
%global __requires_exclude qmlimport\\(org\\.kde\\.kcmutils\\.private.*\\)
|
||||||
|
|
||||||
%define lname libKF5KCMUtils5
|
%define lname libKF5KCMUtils5
|
||||||
%define _tar_path 5.94
|
%define _tar_path 5.95
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kcmutils
|
Name: kcmutils
|
||||||
Version: 5.94.0
|
Version: 5.95.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Classes to work with KCModules
|
Summary: Classes to work with KCModules
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user