Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package suse-prime for openSUSE:Factory checked in at 2022-12-08 16:51:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-prime (Old) and /work/SRC/openSUSE:Factory/.suse-prime.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-prime" Thu Dec 8 16:51:56 2022 rev:40 rq:1041276 version:0.8.12 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-prime/suse-prime.changes 2022-11-30 16:33:18.547538632 +0100 +++ /work/SRC/openSUSE:Factory/.suse-prime.new.1835/suse-prime.changes 2022-12-08 16:52:04.539756528 +0100 @@ -1,0 +2,7 @@ +Wed Dec 7 22:20:03 UTC 2022 - Stefan Dirsch <sndir...@suse.com> + +- SUSEPrime-0.8.12 + * prime-select.sh: fix 'user_logout_waiter' for lightdm + autologin (issue#92) + +------------------------------------------------------------------- Old: ---- SUSEPrime-0.8.10.tar.gz New: ---- SUSEPrime-0.8.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-prime.spec ++++++ --- /var/tmp/diff_new_pack.klWRlm/_old 2022-12-08 16:52:05.071759256 +0100 +++ /var/tmp/diff_new_pack.klWRlm/_new 2022-12-08 16:52:05.075759277 +0100 @@ -23,7 +23,7 @@ %global modprobe_d_files 09-nvidia-modprobe-bbswitch-G04.conf 09-nvidia-modprobe-pm-G05.conf Name: suse-prime -Version: 0.8.10 +Version: 0.8.12 Release: 0 Summary: GPU (nvidia/intel) selection for NVIDIA optimus laptops with bbswitch support License: SUSE-Public-Domain ++++++ SUSEPrime-0.8.10.tar.gz -> SUSEPrime-0.8.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SUSEPrime-0.8.10/prime-select.sh new/SUSEPrime-0.8.12/prime-select.sh --- old/SUSEPrime-0.8.10/prime-select.sh 2022-11-30 14:27:51.000000000 +0100 +++ new/SUSEPrime-0.8.12/prime-select.sh 2022-12-07 23:13:11.000000000 +0100 @@ -814,7 +814,7 @@ lightdm ) #lightdm_mode - until [ "$(journalctl --since "$currtime" -e | grep "pam_unix(lightdm:session): session closed")" > /dev/null ]; do + until [ "$(journalctl --since "$currtime" -e | grep "pam_unix(lightdm.*:session): session closed")" > /dev/null ]; do sleep 0.5s done logging "user_logout_waiter: X restart detected, preparing switch to $2"