Accepting request 783652 from KDE:Frameworks5
Plasma 5.18.3 OBS-URL: https://build.opensuse.org/request/show/783652 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plasma5-workspace?expand=0&rev=132
This commit is contained in:
commit
e6789d1fbe
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f530e422a549c58058b67adbbc65d64f8e0371d4148efe9f85d9382970401fc9
|
|
||||||
size 5695200
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl5VIZcACgkQ7JTRj38F
|
|
||||||
mX7h8QgAkiw6LE64NOzh5GfGc0KfQrLtIcmB0+61nV9iQiOIPX9n8AYjKh4vmyQy
|
|
||||||
MeEBjtcJv5kNgD6LeJ2E9o+itOM046ydGzHiQMPUn/lSGv0dYsUj5WvxcS0DzWMn
|
|
||||||
4d07pCSwkdTQpdVvNzWfmfNDtcn4LollRP9ePq/uoA5I3TbqxgjVqSusjlp78ejU
|
|
||||||
hYP8jb5MIbeDH+se74WfsfR8GsRaVa+RYa1ymjPvyvKjuhSkDFCK4dFZkO9K+kCc
|
|
||||||
/VvQ06we21fZbhMZOIJhWljbtwhCly2ZDw6FKZ3b2i0vWWKXPaGZTxMOH19rTAqx
|
|
||||||
kx8Yrjl46D7VnvF7OgTS2dHfO150Cw==
|
|
||||||
=esI0
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
plasma-workspace-5.18.3.tar.xz
Normal file
3
plasma-workspace-5.18.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba3784de8aabe863bfdaabe69cd04f2b333a5572760b21d49d107c71362e639b
|
||||||
|
size 5692500
|
11
plasma-workspace-5.18.3.tar.xz.sig
Normal file
11
plasma-workspace-5.18.3.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl5nlXYACgkQ7JTRj38F
|
||||||
|
mX7ZaAf8DopU9pOIyHywdEbLMX+GuDlcplfukfqQCYG0xdp2IJRK7qqNa4G3+Lch
|
||||||
|
KwfmxQu0u9xHN9BCaDavF4kUI8rS4Etl0bTDXwP6mrK+GrraikCBk8hU+qbRNSDm
|
||||||
|
JqPPTkMnHvsIzzKK0sUFdEfYy1KmD48tait6aoaczzW8oNq+zM70U4YU55Yvm+uW
|
||||||
|
Lm5cdbTiEqSrDWJvi+FMLaPrgkITePSGxj6YvbLIvd2AULQeFcPlBJ+SeaRcxBLC
|
||||||
|
SD9PAe4Uk0HPHQQugYOzDCYP8E1xYuuWZr+CegFU2H0x80CmTGtmgNg4OikfNS10
|
||||||
|
wdwHkLezqXJaa3aINohmPpTzfJSLFw==
|
||||||
|
=jJrd
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 10 14:55:34 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to 5.18.3
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.18.3.php
|
||||||
|
- Changes since 5.18.2:
|
||||||
|
* [gmenu-dbusmenu-proxy] Fix radio button state detection
|
||||||
|
* [gmenu-dbusmenu-proxy] Pass action "target" in invocation
|
||||||
|
* Degrade qCInfo to qCDebug
|
||||||
|
* Demote jump list actions to PossibleMatches
|
||||||
|
* ItemContainer: disconnect signals in destructor (kde#417603)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 25 14:07:19 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
Tue Feb 25 14:07:19 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Name: plasma5-workspace
|
|||||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||||
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
|
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
|
||||||
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||||
Version: 5.18.2
|
Version: 5.18.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The KDE Plasma Workspace Components
|
Summary: The KDE Plasma Workspace Components
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user