Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kscreenlocker for openSUSE:Factory checked in at 2022-10-11 18:00:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kscreenlocker (Old) and /work/SRC/openSUSE:Factory/.kscreenlocker.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kscreenlocker" Tue Oct 11 18:00:57 2022 rev:128 rq:1009107 version:5.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kscreenlocker/kscreenlocker.changes 2022-09-08 14:20:47.918252200 +0200 +++ /work/SRC/openSUSE:Factory/.kscreenlocker.new.2275/kscreenlocker.changes 2022-10-11 18:03:16.621864362 +0200 @@ -1,0 +2,50 @@ +Thu Oct 6 14:48:42 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.26.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.26.0 +- Changes since 5.25.90: + * Install po folder + * wallpapers/image: allow wallpaper plugin to force enable the apply button (kde#438585) + * kcm: Only assign the shortcut once it's finished capturing (kde#459322) + * Set QSurfaceFormat::ResetNotification + * Add the zooming in global shortcut to the whitelist in kscreenlocker (kde#406164) + * Properly handle signals using KSignalHandler + +------------------------------------------------------------------- +Thu Sep 15 20:46:35 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.25.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.25.90 +- Changes since 5.25.5: + * Refresh pam credentials when authenticating (kde#457179) + * Add FreeBSD Qt6 CI support + * Reduce KIO dependency to just KIOCore + * Port away from KIO::AccessManager + * Set normal logging category default severity + * Remove unneeded call to KDeclarative::setupEngine + * Port the last remaining QQC1 usage + * Utilize kcmutils_generate_desktop_file cmake method + * Add "busy" property to Authenticator + * Use KIO::AccessManager to block access to external content + * Use one .h.config file + * Remove unusned preprocessor macros/expressions + * Show all headers in qtc6 + * Use POSITION_INDEPENDENT_CODE for helping to build against qt6 + * greeter: fix undefined wallpaper by initializing wallpaper plugin before lock screen + * greeter: fix build warning by removing moc + * Initialise pam response in all converse conditions (kde#455608) + * Remove duplicate headers between cpp/h + * Drop call to QApplication::desktop in x11locker + * Add `repaintNeeded` to fix warning + * Use cmakedefine01 + * Remove unusned preprocessor macros/expressions + * Handle fallback packages when checking for screenlocker API version + * Wait for screenlocker UI to call close + * Remove old non-compliant Ctrl+Alt+L shortcut that interferes with apps (kde#454397) + * Add missing QFile include + +------------------------------------------------------------------- Old: ---- kscreenlocker-5.25.5.tar.xz kscreenlocker-5.25.5.tar.xz.sig New: ---- kscreenlocker-5.26.0.tar.xz kscreenlocker-5.26.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kscreenlocker.spec ++++++ --- /var/tmp/diff_new_pack.nguIqL/_old 2022-10-11 18:03:17.233865351 +0200 +++ /var/tmp/diff_new_pack.nguIqL/_new 2022-10-11 18:03:17.237865358 +0200 @@ -20,41 +20,42 @@ %bcond_without released Name: kscreenlocker -Version: 5.25.5 +Version: 5.26.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 released} -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 BuildRequires: cmake >= 3.16 -BuildRequires: extra-cmake-modules >= 1.8.0 +BuildRequires: extra-cmake-modules >= 5.98.0 BuildRequires: kf5-filesystem BuildRequires: pam-devel -BuildRequires: cmake(KF5Config) >= 5.15.0 -BuildRequires: cmake(KF5Crash) >= 5.15.0 -BuildRequires: cmake(KF5Declarative) >= 5.15.0 -BuildRequires: cmake(KF5GlobalAccel) >= 5.15.0 -BuildRequires: cmake(KF5I18n) >= 5.15.0 -BuildRequires: cmake(KF5IdleTime) >= 5.15.0 -BuildRequires: cmake(KF5KCMUtils) >= 5.15.0 -BuildRequires: cmake(KF5Notifications) >= 5.15.0 -BuildRequires: cmake(KF5Solid) >= 5.15.0 -BuildRequires: cmake(KF5TextWidgets) >= 5.15.0 +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5Crash) +BuildRequires: cmake(KF5Declarative) +BuildRequires: cmake(KF5GlobalAccel) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5IdleTime) +BuildRequires: cmake(KF5KCMUtils) +BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5Notifications) +BuildRequires: cmake(KF5Solid) +BuildRequires: cmake(KF5TextWidgets) BuildRequires: cmake(KF5Wayland) -BuildRequires: cmake(KF5WindowSystem) >= 5.15.0 -BuildRequires: cmake(KF5XmlGui) >= 5.15.0 +BuildRequires: cmake(KF5WindowSystem) +BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(LayerShellQt) -BuildRequires: cmake(Qt5Quick) >= 5.5.0 -BuildRequires: cmake(Qt5QuickWidgets) >= 5.5.0 -BuildRequires: cmake(Qt5Test) >= 5.5.0 -BuildRequires: cmake(Qt5Widgets) >= 5.5.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.5.0 +BuildRequires: cmake(Qt5Quick) >= 5.15.0 +BuildRequires: cmake(Qt5QuickWidgets) +BuildRequires: cmake(Qt5Test) +BuildRequires: cmake(Qt5Widgets) +BuildRequires: cmake(Qt5X11Extras) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(x11) @@ -80,8 +81,8 @@ Summary: Library and components for secure lock screen architecture - development files Group: Development/Libraries/C and C++ Requires: libKScreenLocker5 = %{version} -Requires: cmake(Qt5Core) >= 5.5.0 -Requires: cmake(Qt5X11Extras) >= 5.5.0 +Requires: cmake(Qt5Core) +Requires: cmake(Qt5X11Extras) %description devel Development files for Library and components for secure lock screen architecture. ++++++ kscreenlocker-5.25.5.tar.xz -> kscreenlocker-5.26.0.tar.xz ++++++ ++++ 6297 lines of diff (skipped)