Hello community,

here is the log from the commit of package kscreenlocker for openSUSE:Factory 
checked in at 2020-10-13 15:28:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kscreenlocker (Old)
 and      /work/SRC/openSUSE:Factory/.kscreenlocker.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kscreenlocker"

Tue Oct 13 15:28:40 2020 rev:90 rq:840987 version:5.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kscreenlocker/kscreenlocker.changes      
2020-09-04 11:07:13.334883287 +0200
+++ /work/SRC/openSUSE:Factory/.kscreenlocker.new.3486/kscreenlocker.changes    
2020-10-13 15:28:48.000846209 +0200
@@ -1,0 +2,41 @@
+Thu Oct  8 16:55:21 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.20.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.20.0
+- No code changes since 5.19.90
+- Drop unneeded seccomp build requirement
+- Kill quietly
+
+-------------------------------------------------------------------
+Thu Sep 17 20:02:59 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.19.90
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.19.90
+- Changes since 5.19.5:
+  * Remove explicit ECM_KDE_MODULE_DIR
+  * Drop empty X-KDE-PluginInfo-Depends
+  * Update logind's SetLockedHint
+  * Drop seccomp sandboxing
+  * Build settings related code only once
+  * Fix the race condition fix
+  * enable notification for wallpaper configpropertymaps changes
+  * Do not require QuickWidgets that is not needed anymore
+  * Fix another race condition
+  * Fix race condition
+  * Fix translations
+  * This is a straightforward port of the kcm to qml.
+  * Add logo for the repo
+  * Fix minor typo
+  * Set componentDisplayName on the action collection
+
+-------------------------------------------------------------------
+Thu Sep 17 19:18:30 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Drop patches, now upstream:
+  * 0001-Disable-the-seccomp-sandbox.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Disable-the-seccomp-sandbox.patch
  kscreenlocker-5.19.5.tar.xz
  kscreenlocker-5.19.5.tar.xz.sig

New:
----
  kscreenlocker-5.20.0.tar.xz
  kscreenlocker-5.20.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kscreenlocker.spec ++++++
--- /var/tmp/diff_new_pack.1gMHnm/_old  2020-10-13 15:28:49.008846637 +0200
+++ /var/tmp/diff_new_pack.1gMHnm/_new  2020-10-13 15:28:49.012846639 +0200
@@ -20,20 +20,18 @@
 
 %bcond_without lang
 Name:           kscreenlocker
-Version:        5.19.5
+Version:        5.20.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
-# PATCH-FIX-UPSTREAM (kind of, 
https://invent.kde.org/plasma/kscreenlocker/-/merge_requests/9)
-Patch1:         0001-Disable-the-seccomp-sandbox.patch
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 1.8.0
 BuildRequires:  kf5-filesystem
@@ -55,7 +53,6 @@
 BuildRequires:  cmake(Qt5Test) >= 5.5.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
 BuildRequires:  cmake(Qt5X11Extras) >= 5.5.0
-BuildRequires:  pkgconfig(libseccomp)
 BuildRequires:  pkgconfig(wayland-client)
 BuildRequires:  pkgconfig(wayland-server)
 BuildRequires:  pkgconfig(x11)
@@ -115,7 +112,7 @@
 %post
 /sbin/ldconfig
 if [ $1 = 2 ] && [ -f /run/kscreenlocker_restart ]; then
-    /usr/bin/killall -TERM kscreenlocker_greet || :
+    /usr/bin/killall -q -TERM kscreenlocker_greet || :
     rm /run/kscreenlocker_restart
 fi
 exit 0
@@ -139,6 +136,9 @@
 %{_kf5_plugindir}/
 %{_kf5_notifydir}/
 %{_kf5_sharedir}/ksmserver/
+%dir %{_kf5_sharedir}/kpackage/
+%dir %{_kf5_sharedir}/kpackage/kcms
+%{_kf5_sharedir}/kpackage/kcms/kcm_screenlocker
 
 %files -n libKScreenLocker5
 %license COPYING*

++++++ kscreenlocker-5.19.5.tar.xz -> kscreenlocker-5.20.0.tar.xz ++++++
++++ 22987 lines of diff (skipped)



Reply via email to