Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gswrap for openSUSE:Factory checked 
in at 2024-02-09 23:54:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gswrap (Old)
 and      /work/SRC/openSUSE:Factory/.gswrap.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gswrap"

Fri Feb  9 23:54:14 2024 rev:11 rq:1145407 version:0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gswrap/gswrap.changes    2023-09-14 
16:29:10.130090926 +0200
+++ /work/SRC/openSUSE:Factory/.gswrap.new.1815/gswrap.changes  2024-02-09 
23:54:33.475802661 +0100
@@ -1,0 +2,5 @@
+Fri Feb  9 12:00:28 UTC 2024 - Dr. Werner Fink <[email protected]>
+
+- Allow also abstract X11 socket 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gswrap.spec ++++++
--- /var/tmp/diff_new_pack.iNPPrM/_old  2024-02-09 23:54:34.051823418 +0100
+++ /var/tmp/diff_new_pack.iNPPrM/_new  2024-02-09 23:54:34.051823418 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gswrap
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ gswrap ++++++
--- /var/tmp/diff_new_pack.iNPPrM/_old  2024-02-09 23:54:34.083824571 +0100
+++ /var/tmp/diff_new_pack.iNPPrM/_new  2024-02-09 23:54:34.087824715 +0100
@@ -275,6 +275,18 @@
     else
        opts[o++]=--unshare-all
     fi
+    for so in /tmp/.X11-unix/*
+    do
+       test -s $so && continue
+       # Abstract sockets only
+       opts[o++]=--share-net
+    done
+    if test -n "${WAYLAND_DISPLAY}"
+    then
+       opts[o++]=--ro-bind
+       opts[o++]="$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY"
+       opts[o++]="/run/user/$uid/$WAYLAND_DISPLAY"
+    fi
     if test -n "${GHOSTVIEW}"
     then
        opts[o++]=--setenv
@@ -330,15 +342,18 @@
       --proc /proc \
       --tmpfs /run \
       --tmpfs /tmp \
+      --dir /var \
       --ro-bind /bin/false /bin/false \
       --ro-bind $ghostscript /usr/bin/gs \
       --ro-bind /usr/share/ghostscript /usr/share/ghostscript \
+      --ro-bind /usr/share/xml/fontconfig /usr/share/xml/fontconfig \
+      --ro-bind /usr/share/fontconfig /usr/share/fontconfig \
       --ro-bind /usr/share/fonts /usr/share/fonts \
+      --ro-bind /var/cache/fontconfig /var/cache/fontconfig \
       --ro-bind /etc/fonts /etc/fonts \
       --ro-bind "$lock" /tmp/.lock \
       --lock-file /tmp/.lock \
       --dir "/run/user/$uid" \
-      --dir /var \
       --symlink ../run var/run \
       --symlink ../tmp var/tmp \
       --dir "$home" \

Reply via email to