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 2023-01-15 17:58:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-prime (Old) and /work/SRC/openSUSE:Factory/.suse-prime.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-prime" Sun Jan 15 17:58:14 2023 rev:42 rq:1058446 version:0.8.14 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-prime/suse-prime.changes 2023-01-03 16:27:06.110136424 +0100 +++ /work/SRC/openSUSE:Factory/.suse-prime.new.32243/suse-prime.changes 2023-01-15 17:58:21.522271493 +0100 @@ -1,0 +2,7 @@ +Sun Jan 15 11:38:08 UTC 2023 - Stefan Dirsch <sndir...@suse.com> + +- SUSEPrime-0.8.14 + * No longer run usage() and bbcheck() in unconfigured state + (boo#1207144) + +------------------------------------------------------------------- Old: ---- SUSEPrime-0.8.13.tar.gz New: ---- SUSEPrime-0.8.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-prime.spec ++++++ --- /var/tmp/diff_new_pack.c8ZLIu/_old 2023-01-15 17:58:22.302276122 +0100 +++ /var/tmp/diff_new_pack.c8ZLIu/_new 2023-01-15 17:58:22.310276170 +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.13 +Version: 0.8.14 Release: 0 Summary: GPU (nvidia/intel) selection for NVIDIA optimus laptops with bbswitch support License: SUSE-Public-Domain ++++++ SUSEPrime-0.8.13.tar.gz -> SUSEPrime-0.8.14.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SUSEPrime-0.8.13/prime-select.sh new/SUSEPrime-0.8.14/prime-select.sh --- old/SUSEPrime-0.8.13/prime-select.sh 2023-01-03 15:14:16.000000000 +0100 +++ new/SUSEPrime-0.8.14/prime-select.sh 2023-01-15 12:26:11.000000000 +0100 @@ -721,11 +721,10 @@ if [ -f /etc/prime/current_type ]; then echo -n "Driver configured: " cat /etc/prime/current_type + bbcheck else echo "No driver configured." - usage fi - bbcheck ;; unset)