Accepting request 812313 from KDE:Frameworks5
Plasma 5.19.0 OBS-URL: https://build.opensuse.org/request/show/812313 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kscreenlocker?expand=0&rev=83
This commit is contained in:
commit
006c579e44
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4269cd027e1fee721760a22ca5d738d3d98622fa222fcf9e57d2da77a4e18d2
|
||||
size 125144
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl6xe4UACgkQ7JTRj38F
|
||||
mX5KQgf+JHQPcuCTtQ7G7/c9funf6vOPDNqhPahTk6xAQ7Wyc7xR+HVPQA23h+qW
|
||||
QNS6tymNPqCpjYgp13JKzN7xqVAH4xWO1XlsNuIN92HcNmJilneP7XQG+mPLzY6D
|
||||
5mlq0uVZ+M0WjkASteBSNLBR2szXjjSam+MiExlHBIBc/qajFvBqu6lE+dtBgkuP
|
||||
vDgkJajuWGCM+gwoH7dFHhPOlruIKt6vUZIybaDgY4RaYil0L9OZ1VJ+Vuxk6aMy
|
||||
CYKdC7JXItuTDHOdTwDTFrO26cSbix/GG09DlPTFewW9g24bvv7RVBjno1icu8R+
|
||||
GmLlkX23w0GqhPoJvyM8mSFSFMW1zw==
|
||||
=aX1F
|
||||
-----END PGP SIGNATURE-----
|
3
kscreenlocker-5.19.0.tar.xz
Normal file
3
kscreenlocker-5.19.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ecd47849409f6eed7549f1ad66fda59a330f2f2b19972a90b11db5496577ea6
|
||||
size 126428
|
11
kscreenlocker-5.19.0.tar.xz.sig
Normal file
11
kscreenlocker-5.19.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl7Y14sACgkQ7JTRj38F
|
||||
mX7pcgf/QlSidqfVYuTE0bcwxglhFmDtTsfqSJ05agQh/y7aqZ/iWwK8EOYhnF38
|
||||
ryy+wJQdXDmci4Mw1hjhRz/T18VHEpWzCltb6u1aMAK+XsXIKSOsWYk3qaMNVlD/
|
||||
8HAIJxhrXjZJhYPvbHOfT/+tiSNYOCRa2Kgz+T0vbJIPl7fiQQ4J1SGfrSde5RAo
|
||||
hGeyi1jShR6i29mLF3j44vrxKp4Kdh4moqZBOVSTRRJRYxtlLnXkdX39xrp+F/Tz
|
||||
PqKvOibtL4eqv23/TrbRhbLwYZPHka1kiECqqG1owDbnUTcGXx1NEDojETwf+LRX
|
||||
kkdZ92C8mVl/VJoskGbRQYB4D0vlRg==
|
||||
=zYlL
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 4 13:27:11 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.19.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.19.0.php
|
||||
- No code changes since 5.18.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 14:33:04 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.18.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.18.90.php
|
||||
- Changes since 5.18.5:
|
||||
* bump to require Qt 5.14
|
||||
* Add support for logging categories
|
||||
* Take file descriptor only instead of whole KWayland Display
|
||||
* Populate Greeter process exit stderr
|
||||
* Fix disabeling of autolock timeout
|
||||
* globalaccel: allow sleep and hibernate keyboard shortcuts
|
||||
* Use K_PLUGIN_CLASS_WITH_JSON
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 13:01:52 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -20,15 +20,15 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kscreenlocker
|
||||
Version: 5.18.5
|
||||
Version: 5.19.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/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz
|
||||
Source: kscreenlocker-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz.sig
|
||||
Source1: kscreenlocker-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
Source3: kde
|
||||
|
Loading…
Reference in New Issue
Block a user