Plasma 5.20.0, second try

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=232
This commit is contained in:
Christophe Giboudeaux 2020-10-11 11:01:02 +00:00 committed by Git OBS Bridge
parent c02932003d
commit cf5399e02a
6 changed files with 27 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd1fb3fc23fc3fe9e4834374f1c8f60190a73ee29eb098c58d66ec0f284f6344
size 115020

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAl9jQxwACgkQEZaMRJKM
rvyLJgf7BMH4TQjJr7LAfFofAlabLmWVhJI9Wq3Z1GrepPSxGxC2PeWq5ynC6srR
zxkbmI0sdrQdw4sdoUwa844rYV6b+2noExZsgYOr1smammh22T7VQoYJNbxg0X/W
xKlGtc2PmoLY8kyq2ty/TXDjtmZbqweSr0N2weNPRj1ljLuUHuVERCrhV4M8M8RU
NX+K2JQoPr6wXfs08qdrE4FI6pojn0TuUbdg97512Z3HteL3RLGAAYgflnj+hcsj
SHNxn2QDMabNxKUveqm6N5Y/FIgbn10Scb3mnoYglQxah3mB6tfjrc69DZkXxT/1
VicPW9EQSwMILrZGWOUZOwUBs9c0YQ==
=nE3R
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8a3b5a7137b4f6c9fe0ad0b625ebc16f5c024e527f77f9a3f6744570a1c46a2
size 114332

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl9/OsYACgkQ7JTRj38F
mX5+vAgAprJF4crDanWSSNXDKPFEzqcoyJ6G/Uf3aU+mlQtWFK7FaeE71JBh1hAq
m5MnpbWz770NwF1F56ECu+3lntOpaI2Hbh9aOcMteFLgCXkfMyFJGC1Yq2qD0QNf
8SSMumaJj2fKPBz8yfqHVmnPfclQMsSt86qpuwOhAFyOdTcc++JCWDoGCzS6g/lf
OyjaZaVMsnujNvaV3MnH3THy+/i91uAt0Ggzbg9GQMJOcFgB9xxyu8FbmbC/2ccA
hJZngRcJtAI0sisHuQuYc3/QDD/mKHMP9VMicSAAKzrR+O/Igu8EUTa1tpY+3gqy
RL8TqQIpOOOlcqvxbisAx8+J6gxCvg==
=CPl0
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 8 16:55:21 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.20.0
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma-5.20.0
- No code changes since 5.19.90
- Drop unneeded seccomp build requirement
- Kill quietly
-------------------------------------------------------------------
Thu Sep 17 20:02:59 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -20,7 +20,7 @@
%bcond_without lang
Name: kscreenlocker
Version: 5.19.90
Version: 5.20.0
Release: 0
Summary: Library and components for secure lock screen architecture
License: GPL-2.0-or-later
@ -53,7 +53,6 @@ BuildRequires: cmake(Qt5QuickWidgets) >= 5.5.0
BuildRequires: cmake(Qt5Test) >= 5.5.0
BuildRequires: cmake(Qt5Widgets) >= 5.5.0
BuildRequires: cmake(Qt5X11Extras) >= 5.5.0
BuildRequires: pkgconfig(libseccomp)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-server)
BuildRequires: pkgconfig(x11)
@ -113,7 +112,7 @@ exit 0
%post
/sbin/ldconfig
if [ $1 = 2 ] && [ -f /run/kscreenlocker_restart ]; then
/usr/bin/killall -TERM kscreenlocker_greet || :
/usr/bin/killall -q -TERM kscreenlocker_greet || :
rm /run/kscreenlocker_restart
fi
exit 0