From 7dbb281d75364681f2280110fcb28da7e48d63e464f1aff0469c86749edb87e4 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 20 Sep 2021 06:13:43 +0000 Subject: [PATCH] Plasma 5.23 Beta. Tested on TW Live, seems to work. OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=266 --- kscreenlocker-5.22.5.tar.xz | 3 --- kscreenlocker-5.22.5.tar.xz.sig | 11 ----------- kscreenlocker-5.22.90.tar.xz | 3 +++ kscreenlocker-5.22.90.tar.xz.sig | 11 +++++++++++ kscreenlocker.changes | 26 ++++++++++++++++++++++++++ kscreenlocker.spec | 6 +++--- 6 files changed, 43 insertions(+), 17 deletions(-) delete mode 100644 kscreenlocker-5.22.5.tar.xz delete mode 100644 kscreenlocker-5.22.5.tar.xz.sig create mode 100644 kscreenlocker-5.22.90.tar.xz create mode 100644 kscreenlocker-5.22.90.tar.xz.sig diff --git a/kscreenlocker-5.22.5.tar.xz b/kscreenlocker-5.22.5.tar.xz deleted file mode 100644 index 6649085..0000000 --- a/kscreenlocker-5.22.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28edcf841db79554ac113c8619d20f978b2ab81bfd5d5be25f973506f262f180 -size 116688 diff --git a/kscreenlocker-5.22.5.tar.xz.sig b/kscreenlocker-5.22.5.tar.xz.sig deleted file mode 100644 index 1b5df5a..0000000 --- a/kscreenlocker-5.22.5.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmEuFNIACgkQ7JTRj38F -mX4FHQf+LDYsFb47ctpFD73tzIXL5Xr2sKD5XV48i0vanl7sJF/zuc40kodktHFF -N0Y50tafQS+OSG+hQi8SKMgAs8unb3/OtJDD8hA6/Q6sb4E/8seP50oSatIPnkkX -mEW0twg/MWvMQxpTrW4idwQ8RACJkGp3wTGskIbmuwredRkrCiohIrDSoErRuwGA -sMvPP6kM+pVHMRAyTG/CFZJy5jsqg3mtcqYOrMz92tm2IrbzZDixtmcHU6sVkQIk -LvbkPpbvZvIBchXiCQD84QqB/bF6h2XR3V5HJ2QtG+zfsuJEQEiVCHZBs5LhR6kz -HjE5R3P5MJ1xQBPHm0DcGw+igdFQ0Q== -=MZWE ------END PGP SIGNATURE----- diff --git a/kscreenlocker-5.22.90.tar.xz b/kscreenlocker-5.22.90.tar.xz new file mode 100644 index 0000000..42f8f8c --- /dev/null +++ b/kscreenlocker-5.22.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae65ea3adc74709534ca26f0dda20bf61559e1b57c631c3bf13b742a910c1881 +size 117276 diff --git a/kscreenlocker-5.22.90.tar.xz.sig b/kscreenlocker-5.22.90.tar.xz.sig new file mode 100644 index 0000000..f5856a6 --- /dev/null +++ b/kscreenlocker-5.22.90.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmFDAs0ACgkQ7JTRj38F +mX6OMgf7BNrDnJ4zRN9kjsY0gVWZHb96PDKeq0Vi8ja5TwjsqclHeebKI0PqGz1s +A+EsEG+hBz0ti1Dz8XuPLZNM0ejdnhZAcxN/X0akXFuLUJ4honjDPzWwGIc4EJYC +V+vaQWQQEIrmxcX37vaf+h00KbTwODI/CjVrrXvtguarS1yVbO3c7pBXtJSFE00A +DU4I4JI+XLofNSXfMtancWr/2vvUfP3UUjCdQCxcq6SfTGTUj7T5Z2upPFzYSrLH +UT8KpEU3pLQCmxdaR+7J5UwDWLrVorAktrRP8yEvkQHPIFyseALJVlY/EMImCV+u +8lAxokmT5ih9Jya12aTJrxxeVSzyow== +=RYUl +-----END PGP SIGNATURE----- diff --git a/kscreenlocker.changes b/kscreenlocker.changes index c68aef5..244957a 100644 --- a/kscreenlocker.changes +++ b/kscreenlocker.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Sep 16 13:04:51 UTC 2021 - Fabian Vogt + +- Update to 5.22.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.90 +- Changes since 5.22.5: + * Add keywords to KScreenLocker to improve search + * Explicitly set KDE_COMPILERSETTINGS_LEVEL + * Avoid creating windows for placeholder screens. (kde#439096) + * Simplify multi-screen handling + * Move DBus logic back into the greeter + * Use imported targets for X11 libs + * kcheckpass: Fix incorrect kevent() argument + * Handle ConvPutAuthAbort as an authentication failure (kde#438099) + * Make it compile with last ecm + * Remind people to log out of the VT after they unlock the session (kde#410772) + * --warning: use non-deprecated API + * Properly define Q_ENUM() + * [kcm] Fix icon name in metadata.desktop + * Use version-less qt DBus macros + * Show kcm on mobile + * Remove plasmashell protocol leftovers + * Fix logind test + ------------------------------------------------------------------- Tue Aug 31 19:08:41 UTC 2021 - Fabian Vogt diff --git a/kscreenlocker.spec b/kscreenlocker.spec index fb0f69e..3a4aee3 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -20,15 +20,15 @@ %bcond_without lang Name: kscreenlocker -Version: 5.22.5 +Version: 5.22.90 Release: 0 Summary: Library and components for secure lock screen architecture License: GPL-2.0-or-later Group: System/GUI/KDE URL: https://projects.kde.org/kscreenlocker -Source: https://download.kde.org/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz +Source: https://download.kde.org/unstable/plasma/%{version}/kscreenlocker-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz.sig +Source1: https://download.kde.org/unstable/plasma/%{version}/kscreenlocker-%{version}.tar.xz.sig Source2: plasma.keyring %endif Source3: kde