Accepting request 532026 from KDE:Frameworks5
Plasma 5.11.0 OBS-URL: https://build.opensuse.org/request/show/532026 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kscreenlocker?expand=0&rev=33
This commit is contained in:
commit
d3f03773b6
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bf60a70eea9aa6594c7a799855a8a1d492d78ce8b9b014ae5bca9242fe9881d
|
||||
size 110864
|
3
kscreenlocker-5.11.0.tar.xz
Normal file
3
kscreenlocker-5.11.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a15fc61c390cc463c51064757cf28b3ad9dbfeebda59e737980b7ff0db3dd2f2
|
||||
size 118428
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 12:39:18 CEST 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.11.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.11.0.php
|
||||
- Changes since 5.10.95:
|
||||
* Workaround crash on lockscreen close
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 14:29:05 CEST 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.95
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.10.95.php
|
||||
- Changes since 5.10.5:
|
||||
* seccomp filter: Handle openat as well (kde#384651)
|
||||
* Don't dissallow open with write flag syscall on NVIDIA (kde#384005)
|
||||
* Tell user to unlock his session only
|
||||
* Use Q_DECL_OVERRIDE
|
||||
* Fix detection of sys/event.h on FreeBSD < 12
|
||||
* include <signal.h> for kill(2)
|
||||
- Remove patches, now upstream:
|
||||
* 0001-Don-t-dissallow-open-with-write-flag-syscall-on-NVID.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 31 07:33:23 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -18,17 +18,15 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kscreenlocker
|
||||
Version: 5.10.5
|
||||
Version: 5.11.0
|
||||
Release: 0
|
||||
Summary: Library and components for secure lock screen architecture
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: https://projects.kde.org/kscreenlocker
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz
|
||||
Source: kscreenlocker-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE fix-wayland-version-requirement.diff -- Changes wayland requirement from 1.3 to 1.2.1
|
||||
Patch0: fix-wayland-version-requirement.diff
|
||||
# PATCH-FIX-UPSTREAM 0001-Don-t-dissallow-open-with-write-flag-syscall-on-NVID.patch
|
||||
Patch1: 0001-Don-t-dissallow-open-with-write-flag-syscall-on-NVID.patch
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 1.8.0
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -91,7 +89,6 @@ Development files for Library and components for secure lock screen architecture
|
||||
# SLE12 has a patched 1.2.1 wayland with all features KDE needs from up to 1.7.0
|
||||
%patch0 -p1
|
||||
%endif
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
||||
|
Loading…
Reference in New Issue
Block a user