Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xvfb-run for openSUSE:Factory checked in at 2026-04-04 19:04:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xvfb-run (Old) and /work/SRC/openSUSE:Factory/.xvfb-run.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xvfb-run" Sat Apr 4 19:04:56 2026 rev:8 rq:1344078 version:1.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/xvfb-run/xvfb-run.changes 2024-03-05 18:47:17.729709170 +0100 +++ /work/SRC/openSUSE:Factory/.xvfb-run.new.21863/xvfb-run.changes 2026-04-04 19:05:47.437123130 +0200 @@ -1,0 +2,7 @@ +Wed Apr 1 09:26:44 UTC 2026 - Stefan Dirsch <[email protected]> + +- xvfb-run-boo1261252.patch (boo#1261252) + * let Xvfb no longer ignore authority file + * fix syntax to parse for long options --error-file and --auth-file + +------------------------------------------------------------------- New: ---- xvfb-run-boo1261252.patch ----------(New B)---------- New: - xvfb-run-boo1261252.patch (boo#1261252) * let Xvfb no longer ignore authority file ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xvfb-run.spec ++++++ --- /var/tmp/diff_new_pack.vhwhMw/_old 2026-04-04 19:05:48.141151995 +0200 +++ /var/tmp/diff_new_pack.vhwhMw/_new 2026-04-04 19:05:48.141151995 +0200 @@ -1,7 +1,7 @@ # # spec file for package xvfb-run # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,8 @@ Source1: https://manpages.debian.org/testing/xvfb/xvfb-run.1.en.gz#/xvfb-run.1.gz # PATCH-FIX-OPENSUSE https://bugzilla.redhat.com/show_bug.cgi?id=508739#c6 Patch0: xvfb-run-mktemp.patch +# https://bugzilla.opensuse.org/show_bug.cgi?id=1261252#c2 +Patch1: xvfb-run-boo1261252.patch Requires: coreutils Requires: util-linux Requires: which @@ -44,6 +46,7 @@ %prep cp %{SOURCE0} . %patch -P 0 -p0 +%patch -P 1 -p0 %build ++++++ xvfb-run-boo1261252.patch ++++++ --- xvfb-run.sh.orig 2026-04-01 11:21:11.854748000 +0200 +++ xvfb-run.sh 2026-04-01 11:23:37.862590000 +0200 @@ -98,7 +98,7 @@ find_free_servernum() { # Parse the command line. ARGS=$(getopt --options +ae:f:hn:lp:s:w: \ - --long auto-servernum,error-file:auth-file:,help,server-num:,listen-tcp,xauth-protocol:,server-args:,wait: \ + --long auto-servernum,error-file:,auth-file:,help,server-num:,listen-tcp,xauth-protocol:,server-args:,wait: \ --name "$PROGNAME" -- "$@") GETOPT_STATUS=$? @@ -158,7 +158,7 @@ fi MCOOKIE=$(mcookie) XAUTHORITY=$AUTHFILE xauth add ":$SERVERNUM" "$XAUTHPROTO" "$MCOOKIE" \ >"$ERRORFILE" 2>&1 -XAUTHORITY=$AUTHFILE Xvfb ":$SERVERNUM" $XVFBARGS $LISTENTCP >"$ERRORFILE" \ +Xvfb ":$SERVERNUM" $XVFBARGS $LISTENTCP -auth $AUTHFILE >"$ERRORFILE" \ 2>&1 & XVFBPID=$! sleep "$STARTWAIT"
