Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-installation for openSUSE:Factory checked in at 2022-12-07 17:33:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old) and /work/SRC/openSUSE:Factory/.yast2-installation.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation" Wed Dec 7 17:33:38 2022 rev:513 rq:1040221 version:4.5.11 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes 2022-12-02 13:12:18.541579162 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-installation.new.1835/yast2-installation.changes 2022-12-07 17:34:04.812248445 +0100 @@ -1,0 +2,7 @@ +Mon Dec 5 10:13:28 UTC 2022 - Stefan Hundhammer <shundham...@suse.com> + +- Use default depth for Xvnc, no longer enforce depth 16 + (bsc#1205585) +- 4.5.11 + +------------------------------------------------------------------- Old: ---- yast2-installation-4.5.10.tar.bz2 New: ---- yast2-installation-4.5.11.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.lXxyH2/_old 2022-12-07 17:34:05.388251599 +0100 +++ /var/tmp/diff_new_pack.lXxyH2/_new 2022-12-07 17:34:05.392251621 +0100 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.5.10 +Version: 4.5.11 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only ++++++ yast2-installation-4.5.10.tar.bz2 -> yast2-installation-4.5.11.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.5.10/package/yast2-installation.changes new/yast2-installation-4.5.11/package/yast2-installation.changes --- old/yast2-installation-4.5.10/package/yast2-installation.changes 2022-11-24 11:07:09.000000000 +0100 +++ new/yast2-installation-4.5.11/package/yast2-installation.changes 2022-12-05 11:30:29.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Dec 5 10:13:28 UTC 2022 - Stefan Hundhammer <shundham...@suse.com> + +- Use default depth for Xvnc, no longer enforce depth 16 + (bsc#1205585) +- 4.5.11 + +------------------------------------------------------------------- Thu Nov 24 09:24:34 UTC 2022 - Martin Vidner <mvid...@suse.com> - Fix hash vs keyword arguments in RSpec expectations (bsc#1204871) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.5.10/package/yast2-installation.spec new/yast2-installation-4.5.11/package/yast2-installation.spec --- old/yast2-installation-4.5.10/package/yast2-installation.spec 2022-11-24 11:07:09.000000000 +0100 +++ new/yast2-installation-4.5.11/package/yast2-installation.spec 2022-12-05 11:30:29.000000000 +0100 @@ -16,7 +16,7 @@ # Name: yast2-installation -Version: 4.5.10 +Version: 4.5.11 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.5.10/startup/common/vnc.sh new/yast2-installation-4.5.11/startup/common/vnc.sh --- old/yast2-installation-4.5.10/startup/common/vnc.sh 2022-11-24 11:07:09.000000000 +0100 +++ new/yast2-installation-4.5.11/startup/common/vnc.sh 2022-12-05 11:30:29.000000000 +0100 @@ -83,12 +83,12 @@ [ -z "$VNCSize" ] && VNCSize=1024x768 # For -noreset see BNC #351338 + # No longer using -depth 16 (bsc#1205585) /usr/bin/Xvnc :0 \ -noreset \ -rfbauth /root/.vnc/passwd.yast \ -desktop "Installation" \ -geometry "$VNCSize" \ - -depth 16 \ -dpi 96 \ -rfbport 5901 \ -fp /usr/share/fonts/misc/,/usr/share/fonts/uni/,/usr/share/fonts/truetype/ \