Accepting request 897479 from KDE:Frameworks5

Plasma 5.22.0

OBS-URL: https://build.opensuse.org/request/show/897479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kscreenlocker?expand=0&rev=102
This commit is contained in:
Dominique Leuenberger 2021-06-07 20:42:15 +00:00 committed by Git OBS Bridge
commit 39d06f5fd3
6 changed files with 57 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmCROa0ACgkQEZaMRJKM
rvx9Nwf/XUdYe0S8TWh9gQZ/anBZf7UX7X5Gy1qoN5dgu326nUL39vpF15hH3Mg7
jo0jPpVqrgwLk8bNuPu9UX3o/8uenPnsrUq1NrEmph6DxOcy7h8Vbgz+IxxVcIB/
0BFHRz6eaE1ebbbKOaVBdbIiSEYDhMsBGG6rKSUHf+L7mbUOsfLRSFtcRhAKqA3p
QTIYVSfxJWlJzmhHsUE74VMc+laFRK+74K2q0sR4U/NZGo0Nul6Vd8X3KtImTlPb
ejslIpEXqw+KDEFDIucIlWXjz01CCNFCuMlM7gm8MY8xO1SovN58cWJ+VuA+FR1x
6eagDJ0cMLHUh4FsmGwqMDXLCaLbqg==
=aMWJ
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmC44ZsACgkQ7JTRj38F
mX62fAf/cyQxtS2u8mUeDfbLG/wrSEOCAuKTsqzQLDjf+QyZ9W9uI+2UOaaXYJ7H
q+CtRpYR6Bs8f2PrFTRCViXoUyTWHyjN1tywOlrIJZjAdVoI7UYwnl+chuAhhbOt
shA/LuPQzOA9L7AOmqI/c4a9EUALRLnizn0Xr2Mr/35/IbvUQNNZKmrQe32Hi2J1
cD9ENEtEdOQctCY+4wjpW5C3lbaqRFNYjsJaAXgNcGBLUyW2aAb6938hIVNAvXYL
186UG6qxYfk51WYRZep6KLomhR1Qe8OJTjz2+6/UiTGIqjTPVVdr9EtQ9H2iK5Is
c3PUg4hYYZtZE9kvZfkD0IcsTAxWAA==
=5gZ6
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Thu Jun 3 13:06:13 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.22.0
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.22.0
- Changes since 5.21.90:
* Show kcm on mobile
-------------------------------------------------------------------
Thu May 13 18:15:32 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.21.90
* New feature release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.21.90
- Changes since 5.21.5:
* Migrate to KDECompilerSettings
* Ignore file
* Port Q_FOREACH too
* Use Q_EMIT here
* No need to unnecessarily delay KSldApp::lockScreenShown
* Eventually announce window as locked
* Port from GetSessionByPid (kde#433364)
* Put the kscreenlocker in the overlay layer
* Do not set QT_IM_MODULE=qtvirtualkeyboard on wayland
* wayland: Ensure that the greeter fills the entire screen
* Use LayerShellQt to implement on Wayland
* Add pre-commit hook for clang-format
* clang-tidy: Force braces around statements
* Add .git-blame-ignore-revs file
* Run clang-format
* Remove KDE_BINDIR definition
* Raise minimum CMake version to 3.16
* Fix valgrind warning on startup
* Use versionless Qt cmake target
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 4 14:15:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de> Tue May 4 14:15:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -20,19 +20,19 @@
%bcond_without lang %bcond_without lang
Name: kscreenlocker Name: kscreenlocker
Version: 5.21.5 Version: 5.22.0
Release: 0 Release: 0
Summary: Library and components for secure lock screen architecture Summary: Library and components for secure lock screen architecture
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
URL: https://projects.kde.org/kscreenlocker 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} %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 Source2: plasma.keyring
%endif %endif
Source3: kde Source3: kde
BuildRequires: cmake >= 2.8.12 BuildRequires: cmake >= 3.16
BuildRequires: extra-cmake-modules >= 1.8.0 BuildRequires: extra-cmake-modules >= 1.8.0
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: pam-devel BuildRequires: pam-devel
@ -48,6 +48,7 @@ BuildRequires: cmake(KF5TextWidgets) >= 5.15.0
BuildRequires: cmake(KF5Wayland) BuildRequires: cmake(KF5Wayland)
BuildRequires: cmake(KF5WindowSystem) >= 5.15.0 BuildRequires: cmake(KF5WindowSystem) >= 5.15.0
BuildRequires: cmake(KF5XmlGui) >= 5.15.0 BuildRequires: cmake(KF5XmlGui) >= 5.15.0
BuildRequires: cmake(LayerShellQt)
BuildRequires: cmake(Qt5Quick) >= 5.5.0 BuildRequires: cmake(Qt5Quick) >= 5.5.0
BuildRequires: cmake(Qt5QuickWidgets) >= 5.5.0 BuildRequires: cmake(Qt5QuickWidgets) >= 5.5.0
BuildRequires: cmake(Qt5Test) >= 5.5.0 BuildRequires: cmake(Qt5Test) >= 5.5.0