Hello community, here is the log from the commit of package gswrap for openSUSE:Factory checked in at 2020-05-23 17:27:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gswrap (Old) and /work/SRC/openSUSE:Factory/.gswrap.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gswrap" Sat May 23 17:27:10 2020 rev:3 rq:807779 version:0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gswrap/gswrap.changes 2020-01-10 17:49:39.842133704 +0100 +++ /work/SRC/openSUSE:Factory/.gswrap.new.2738/gswrap.changes 2020-05-23 17:28:29.571544603 +0200 @@ -1,0 +2,5 @@ +Wed May 20 15:29:06 UTC 2020 - Dr. Werner Fink <[email protected]> + +- Allow option files as well + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gswrap ++++++ --- /var/tmp/diff_new_pack.xgFijB/_old 2020-05-23 17:28:29.999545529 +0200 +++ /var/tmp/diff_new_pack.xgFijB/_new 2020-05-23 17:28:30.003545538 +0200 @@ -118,6 +118,10 @@ esac continue ;; + @*) + opts[o++]="--ro-bind ${arg#@} $home/${arg#@}" + continue + ;; -*) continue ;; @@ -181,7 +185,12 @@ done done done - opts[o++]="--ro-bind /tmp/.X11-unix /tmp/.X11-unix" +# for x11 in /tmp/.X11-unix /tmp/.XIM-unix /tmp/.ICE-unix /tmp/.font-unix /tmp/.X${DISPLAY##*:}-lock + for x11 in /tmp/.X11-unix + do + test -e "${x11}" || continue + opts[o++]="--ro-bind ${x11} ${x11}" + done opts[o++]="--ro-bind ${XAUTHORITY+"$XAUTHORITY"} $home/.Xauthority" opts[o++]="--setenv XAUTHORITY $home/.Xauthority" opts[o++]="--setenv DISPLAY ${DISPLAY+"$DISPLAY"}"
