Accepting request 825057 from KDE:Frameworks5
KDE Frameworks 5.73.0 OBS-URL: https://build.opensuse.org/request/show/825057 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcmutils?expand=0&rev=84
This commit is contained in:
commit
cc5d676840
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4fdf42bc02a02afab5fbdb5ed5e2328875030c78502b303621dca2f5ea27c140
|
||||
size 245724
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AujoACgkQWNDuZIpI
|
||||
s7vgUQgAgOZ3VlPP8Id1qReUzaI6jpMkRy8UvrxY5YaAcrZbjMaZEBXIGSshMPeW
|
||||
dV6NSD1ChnSgEQxBSbfhSlcSjfKV57rqdP23PaqYmCR49gkfmE0BGCFz6rIYowwp
|
||||
G4VPWZ/d/2E8ToD2xaFFTdP/HOicgiVTOR2Gwv+G/2ewPvOgSSXqvEcS7kLT63qv
|
||||
eWkrXZRYvyfGvHvmdXPmOOhAfN/KCxcsBB6y0Lo7rSnC737VuUjR/OGIqVEJE7Ca
|
||||
VayCU66LTrAsOpeRiTlTrvm/QTsAPzkDqqkzxyev+7rnTHZTg85j+s+QgjZcshyh
|
||||
c2nF8DIP0d0jBeeH9Nv77jBp0Y8cFg==
|
||||
=oLMm
|
||||
-----END PGP SIGNATURE-----
|
3
kcmutils-5.73.0.tar.xz
Normal file
3
kcmutils-5.73.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b28bf672bbe21e8d1b4e6ea924c1bb318c81c43dcbb86bebb3f5775e18945ca9
|
||||
size 246144
|
11
kcmutils-5.73.0.tar.xz.sig
Normal file
11
kcmutils-5.73.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lznsACgkQWNDuZIpI
|
||||
s7vWKggApDW9ENT8JCwmAXnGXexgGB6wm0fkwXtZqwkKiwh1T5CA781tqGZJlZC2
|
||||
CH7XtE2LqIYg9xzbAYa6AhP3x9gNb0/zpcbxSkBSzpP+u9rCRt6bcLCBcs1uv4Yw
|
||||
bLYMvOL25asP9GR9RIvYamqklm7QUV5EAF6ilzkwsUz/p3y/UdC0R0lEcox5C7Vu
|
||||
YqXuYJxuGUKjY6AvenHYjvoUKCxontFrjtLqsisQ77fWuNBSIeS2ndpwfoBIRnDP
|
||||
uqX5eeXkoMRXH6KaU1NWtYozZAyU2NrCrLxq31e57thd13GszZlzjDpiUwxbUsjN
|
||||
Xhv+aA5zK2OHzoYQa/F5khY8+BPYVg==
|
||||
=qteS
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 2 07:13:07 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.73.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.73.0
|
||||
- Changes since 5.72.0:
|
||||
* Support highlight indicator for QWidget and QtQuick based module
|
||||
* Add method to clear plugin selector
|
||||
* Use Qt's categorized logging, install kcmutils.categories file
|
||||
* Use camelcase include. (scripted)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 07:55:07 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5KCMUtils5
|
||||
%define _tar_path 5.72
|
||||
%define _tar_path 5.73
|
||||
# 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.72.0
|
||||
Version: 5.73.0
|
||||
Release: 0
|
||||
Summary: Classes to work with KCModules
|
||||
License: LGPL-2.1-or-later
|
||||
@ -113,6 +113,7 @@ created with the KConfigWidgets framework. Development files.
|
||||
%dir %{_kf5_servicetypesdir}
|
||||
%{_kf5_servicetypesdir}/kcmodule.desktop
|
||||
%{_kf5_servicetypesdir}/kcmoduleinit.desktop
|
||||
%{_kf5_debugdir}/kcmutils.categories
|
||||
|
||||
%files devel
|
||||
%{_kf5_libdir}/libKF5KCMUtils.so
|
||||
|
Loading…
Reference in New Issue
Block a user