diff --git a/kscreenlocker-5.19.90.tar.xz b/kscreenlocker-5.19.90.tar.xz deleted file mode 100644 index eb519de..0000000 --- a/kscreenlocker-5.19.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd1fb3fc23fc3fe9e4834374f1c8f60190a73ee29eb098c58d66ec0f284f6344 -size 115020 diff --git a/kscreenlocker-5.19.90.tar.xz.sig b/kscreenlocker-5.19.90.tar.xz.sig deleted file mode 100644 index bbb8572..0000000 --- a/kscreenlocker-5.19.90.tar.xz.sig +++ /dev/null @@ -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----- diff --git a/kscreenlocker-5.20.0.tar.xz b/kscreenlocker-5.20.0.tar.xz new file mode 100644 index 0000000..ec8e6aa --- /dev/null +++ b/kscreenlocker-5.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a3b5a7137b4f6c9fe0ad0b625ebc16f5c024e527f77f9a3f6744570a1c46a2 +size 114332 diff --git a/kscreenlocker-5.20.0.tar.xz.sig b/kscreenlocker-5.20.0.tar.xz.sig new file mode 100644 index 0000000..16796fd --- /dev/null +++ b/kscreenlocker-5.20.0.tar.xz.sig @@ -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----- diff --git a/kscreenlocker.changes b/kscreenlocker.changes index 36481b9..579b167 100644 --- a/kscreenlocker.changes +++ b/kscreenlocker.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Oct 8 16:55:21 UTC 2020 - Fabian Vogt + +- 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 diff --git a/kscreenlocker.spec b/kscreenlocker.spec index 902c777..dd5ccd0 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -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