Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cinnamon-screensaver for openSUSE:Factory checked in at 2022-12-06 14:23:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cinnamon-screensaver (Old) and /work/SRC/openSUSE:Factory/.cinnamon-screensaver.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon-screensaver" Tue Dec 6 14:23:28 2022 rev:23 rq:1040424 version:5.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cinnamon-screensaver/cinnamon-screensaver.changes 2021-07-01 07:06:18.123164180 +0200 +++ /work/SRC/openSUSE:Factory/.cinnamon-screensaver.new.1835/cinnamon-screensaver.changes 2022-12-06 14:23:38.813765709 +0100 @@ -1,0 +2,36 @@ +Mon Dec 5 09:41:05 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 5.6.2: + * Fix makepot for the backup locker, don't translate its command-line arguments. + * backup-locker: Simplify translations. + * l10n: Update POT + * muffinClient.py: Fix behavior when muffin isn't available, + * fix a typing error + * muffinClient.py: Remove leftover debugging line. + * Rework behavior surrounding sleep, display changes, fractional scaling. + * Rework stack management, separate backup locker lifecycle from main screensaver's. + * logging: Skip buffering for most log output, clean up debug logging. + * remove trailing semicolons (#419) + * replace equality None check with identity None check (#420) + * Add option to disable the backup locker. + * libcscreensaver: add missing gio-unix-2.0 dependency (#411) + * Improve signal handler tracking. + * grabs: Use the original (cs-)event-grabber for everything, not just the backup locker. + * cs-auth-pam.c: Use GMainloop instead of Gtk. + * Cleanup, fix some build warnings. + * unlock: Don't listen to the AccountsService is-loaded after startup. + * backup locker: Clean up quit sequence. + * Rework screensaver refreshing during suspend, lock, user-switch activities. + * authentication: improve interaction between the main process and the pam helper. + * Use xdo to feed escape keycodes into the focused window prior to attempting mouse and keyboard grabs. + * event-grabber: Better debugging. + * Increase the inactivity-timeout from 10s to 30s and get the screensaver to respect it. + * stage.py: Delay initialization of certain components during startup. + * cinnamon-screensaver-main.py: Add a 'hold' flag for debugging. + * stage.py: Reset the fallback window when a compositor change is detected. + * keybindings: Allow enter/return to activate the unlock and switch- user buttons. + * updated trackname and albumartist to use more suitable fonts (ubuntu font family). + * css: Make album info label larger + * journal fix (#398) + +------------------------------------------------------------------- Old: ---- cinnamon-screensaver-5.0.6.tar.gz New: ---- cinnamon-screensaver-5.6.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cinnamon-screensaver.spec ++++++ --- /var/tmp/diff_new_pack.nKuGo3/_old 2022-12-06 14:23:39.377770517 +0100 +++ /var/tmp/diff_new_pack.nKuGo3/_new 2022-12-06 14:23:39.389770620 +0100 @@ -1,7 +1,7 @@ # # spec file for package cinnamon-screensaver # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: cinnamon-screensaver -Version: 5.0.6 +Version: 5.6.2 Release: 0 Summary: Cinnamon screensaver and locker License: GPL-2.0-or-later @@ -39,6 +39,7 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(libxdo) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) Requires: iso-country-flags-png ++++++ cinnamon-screensaver-5.0.6.tar.gz -> cinnamon-screensaver-5.6.2.tar.gz ++++++ ++++ 5836 lines of diff (skipped) ++++++ cinnamon-screensaver-suse-pam.patch ++++++ --- /var/tmp/diff_new_pack.nKuGo3/_old 2022-12-06 14:23:39.577772222 +0100 +++ /var/tmp/diff_new_pack.nKuGo3/_new 2022-12-06 14:23:39.585772290 +0100 @@ -1,18 +1,20 @@ ---- a/data/cinnamon-screensaver -+++ b/data/cinnamon-screensaver +Index: cinnamon-screensaver-5.6.2/data/cinnamon-screensaver +=================================================================== +--- cinnamon-screensaver-5.6.2.orig/data/cinnamon-screensaver ++++ cinnamon-screensaver-5.6.2/data/cinnamon-screensaver @@ -1,16 +1,16 @@ #%PAM-1.0 # Fedora & Arch --auth sufficient pam_selinux_permit.so -auth include system-auth --auth optional pam_gnome_keyring.so +--auth optional pam_gnome_keyring.so -account include system-auth -password include system-auth -session include system-auth +#-auth sufficient pam_selinux_permit.so +#auth include system-auth -+#auth optional pam_gnome_keyring.so ++#-auth optional pam_gnome_keyring.so +#account include system-auth +#password include system-auth +#session include system-auth