From 6b84850583c3fe96cadb06ba4d4125195ec94a0d2c05eb2406c2a77a117faf75 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 17 Jan 2020 13:03:42 +0000 Subject: [PATCH 1/2] Plasma 5.18 Beta, some tars respun. Untested - please disable publishing before accepting. KUserFeedback is intentionally disabled in discover and p-w - it's not usable yet. OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=202 --- kscreenlocker-5.17.5.tar.xz | 3 --- kscreenlocker-5.17.5.tar.xz.sig | 11 ----------- kscreenlocker-5.17.90.tar.xz | 3 +++ kscreenlocker-5.17.90.tar.xz.sig | 11 +++++++++++ kscreenlocker.changes | 19 +++++++++++++++++++ kscreenlocker.spec | 6 +++--- 6 files changed, 36 insertions(+), 17 deletions(-) delete mode 100644 kscreenlocker-5.17.5.tar.xz delete mode 100644 kscreenlocker-5.17.5.tar.xz.sig create mode 100644 kscreenlocker-5.17.90.tar.xz create mode 100644 kscreenlocker-5.17.90.tar.xz.sig diff --git a/kscreenlocker-5.17.5.tar.xz b/kscreenlocker-5.17.5.tar.xz deleted file mode 100644 index 88cfa2c..0000000 --- a/kscreenlocker-5.17.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:078cfaa9f117a985f5c71152bdf4a9f5cb65ef23c0090cfaaccc9539770f138f -size 123744 diff --git a/kscreenlocker-5.17.5.tar.xz.sig b/kscreenlocker-5.17.5.tar.xz.sig deleted file mode 100644 index 257c791..0000000 --- a/kscreenlocker-5.17.5.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4UpBcACgkQ7JTRj38F -mX7F7ggAkgcZCMhdc+hYu3tBrOGUluVTLet9fUhd5Ni+f5QnMVs6Xa2Ks1swhlSy -Uqg059biim/nTcOn8bO/X6/Zl5p698RRM9oAZKKjNh1TWJguGr+gVLsdS7c03UtE -vV5fT2zu0UuFxLIIveOkWXsWMJavBhhyk9UfbIMykRhwgIWkuVHciWLN+V4v/WEs -kudSzhbzDvNr7b6ZLkb55rqGxbMLw5YN+AwUd3FpKR8ndSax2m0pit4vI9AAP3ge -dztYEAYaQD/3r7BHx1xEX4hxTXTB+1eBvCeYLHPkJ9/+NHNJbs6Mfo6B/4gTIVuB -YEm8OK2alZ+PiS46enZLd/iIqlNlYQ== -=SKSo ------END PGP SIGNATURE----- diff --git a/kscreenlocker-5.17.90.tar.xz b/kscreenlocker-5.17.90.tar.xz new file mode 100644 index 0000000..1b2a5a0 --- /dev/null +++ b/kscreenlocker-5.17.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb51a3bd6f98674fdd0ea0939fea76e227748d83ee9bbde08c38ffa1ac11410f +size 124600 diff --git a/kscreenlocker-5.17.90.tar.xz.sig b/kscreenlocker-5.17.90.tar.xz.sig new file mode 100644 index 0000000..92408c9 --- /dev/null +++ b/kscreenlocker-5.17.90.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4gVNoACgkQ7JTRj38F +mX6KBgf/U1dl9uqxPO9H47l7gsSStILy6SUXZZHkOrhnZ0XZM/xAneOnekgQVeDh +g9GBrv87ttVmptWF7VIoK7M51IMabUmGQYSrZXsihRiv9KR4rT7Mtm3LuVlRLNMz +OuhL2d+3HqWwWj2qY3aAmz3bSWI6MOVVq0Axrtbr14YoBilwDhlxnwawJ1c9ii2O +qehX3q5ZebVLwG69XjOWkn27P4FgAowhDae7kQDslHGPAkV0T0HIx1RpvmCshQ8j +ERO5dhE+K9gzgvWEWIvjExU1zfJyW8XxOY1BclOLg/KF7A7qusFTQGwjkG6tqJdH +vPBQ6rKZSCU2gtjFPdjoUNfaAeMinA== +=Vb7s +-----END PGP SIGNATURE----- diff --git a/kscreenlocker.changes b/kscreenlocker.changes index 8b874b1..30455b1 100644 --- a/kscreenlocker.changes +++ b/kscreenlocker.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Jan 16 14:04:17 UTC 2020 - Fabian Vogt + +- Update to 5.17.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.17.90.php +- Changes since 5.17.5: + * KF5_MIN_VERSION for plasma 5.18 is KF5 5.66.0 + * Fix minor EBN issues and typos + * Have the wallpaper combo managed by KConfigDialogManager + * Remove dead code + * Integrate the lnf and wallpaper settings with the KCM logic + * Move the shortcut management in the settings object + * it's already define in ecm now + * Add KDEClangFormat cmake support + * Add version + * Port some deprecated methods + ------------------------------------------------------------------- Tue Jan 7 16:24:35 UTC 2020 - Fabian Vogt diff --git a/kscreenlocker.spec b/kscreenlocker.spec index ada8dbc..f7ebce2 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -20,15 +20,15 @@ %bcond_without lang Name: kscreenlocker -Version: 5.17.5 +Version: 5.17.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 From 3104daf32abb8f4ac080548c84ea050c62c6a11296d368bb5b3886fac39fbd6e Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 8 Feb 2020 00:13:17 +0000 Subject: [PATCH 2/2] Plasma 5.18.0, not yet final tars. Please publish disable KF5 before accepting. OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=203 --- kscreenlocker-5.17.90.tar.xz | 3 --- kscreenlocker-5.17.90.tar.xz.sig | 11 ----------- kscreenlocker-5.18.0.tar.xz | 3 +++ kscreenlocker-5.18.0.tar.xz.sig | 11 +++++++++++ kscreenlocker.changes | 16 ++++++++++++++++ kscreenlocker.spec | 8 ++++---- 6 files changed, 34 insertions(+), 18 deletions(-) delete mode 100644 kscreenlocker-5.17.90.tar.xz delete mode 100644 kscreenlocker-5.17.90.tar.xz.sig create mode 100644 kscreenlocker-5.18.0.tar.xz create mode 100644 kscreenlocker-5.18.0.tar.xz.sig diff --git a/kscreenlocker-5.17.90.tar.xz b/kscreenlocker-5.17.90.tar.xz deleted file mode 100644 index 1b2a5a0..0000000 --- a/kscreenlocker-5.17.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb51a3bd6f98674fdd0ea0939fea76e227748d83ee9bbde08c38ffa1ac11410f -size 124600 diff --git a/kscreenlocker-5.17.90.tar.xz.sig b/kscreenlocker-5.17.90.tar.xz.sig deleted file mode 100644 index 92408c9..0000000 --- a/kscreenlocker-5.17.90.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4gVNoACgkQ7JTRj38F -mX6KBgf/U1dl9uqxPO9H47l7gsSStILy6SUXZZHkOrhnZ0XZM/xAneOnekgQVeDh -g9GBrv87ttVmptWF7VIoK7M51IMabUmGQYSrZXsihRiv9KR4rT7Mtm3LuVlRLNMz -OuhL2d+3HqWwWj2qY3aAmz3bSWI6MOVVq0Axrtbr14YoBilwDhlxnwawJ1c9ii2O -qehX3q5ZebVLwG69XjOWkn27P4FgAowhDae7kQDslHGPAkV0T0HIx1RpvmCshQ8j -ERO5dhE+K9gzgvWEWIvjExU1zfJyW8XxOY1BclOLg/KF7A7qusFTQGwjkG6tqJdH -vPBQ6rKZSCU2gtjFPdjoUNfaAeMinA== -=Vb7s ------END PGP SIGNATURE----- diff --git a/kscreenlocker-5.18.0.tar.xz b/kscreenlocker-5.18.0.tar.xz new file mode 100644 index 0000000..6e26d08 --- /dev/null +++ b/kscreenlocker-5.18.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb339ebac3870748b2199c65242e562bdfeedcb420c797f18cf125528c236d3e +size 125120 diff --git a/kscreenlocker-5.18.0.tar.xz.sig b/kscreenlocker-5.18.0.tar.xz.sig new file mode 100644 index 0000000..a2838fe --- /dev/null +++ b/kscreenlocker-5.18.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl48EL0ACgkQ7JTRj38F +mX5COwf9HJmESeNz/yhUHDGLQ8CFUFliXOiasI7lBDZqcaHRO2cPKjlYp3ewZ4dc +d3UtIhjpicHufLCqzp8PPJeih4YdQYLj4hxvhIeOZNKLjn7/fblZ3smaDlDhz/0R +1Lsy1ao2HyvXvBXHy3ptuEdnt9Z2GmbBa09Fepo5LZa/tW7ITzMiDmIPkc+uwhVb +ir/xSEukPlaQ7U916HPwPYbG8d63TJUkDUVorUMJtrDBahFAut4iVZI4luxG5JcG +MXCWo9ml3a6XRJXdi+p50sYFvSLMU4qhztbwxsBB82cyMMjdq2ItwL7t5xypWepN +TAB2vcWZ4Jj5bvZL6Vs9DuJQxrrMTg== +=2GVs +-----END PGP SIGNATURE----- diff --git a/kscreenlocker.changes b/kscreenlocker.changes index 30455b1..2dc0f8f 100644 --- a/kscreenlocker.changes +++ b/kscreenlocker.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Feb 6 15:10:04 UTC 2020 - Fabian Vogt + +- Update to 5.18.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.18.0.php +- Changes since 5.17.90: + * [kcm] Handle empty shortcut in property fetch (kde#416397) + * Load user information once on startup + +------------------------------------------------------------------- +Thu Jan 23 11:20:19 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build + ------------------------------------------------------------------- Thu Jan 16 14:04:17 UTC 2020 - Fabian Vogt diff --git a/kscreenlocker.spec b/kscreenlocker.spec index f7ebce2..f4abb25 100644 --- a/kscreenlocker.spec +++ b/kscreenlocker.spec @@ -20,15 +20,15 @@ %bcond_without lang Name: kscreenlocker -Version: 5.17.90 +Version: 5.18.0 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/unstable/plasma/%{version}/kscreenlocker-%{version}.tar.xz +Source: kscreenlocker-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/unstable/plasma/%{version}/kscreenlocker-%{version}.tar.xz.sig +Source1: kscreenlocker-%{version}.tar.xz.sig Source2: plasma.keyring %endif Source3: kde @@ -91,7 +91,7 @@ Development files for Library and components for secure lock screen architecture %build %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=kde -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} - %make_jobs + %cmake_build %install # Ship our own file to not depend on a display manager being installed (boo#1108329)