Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2022-11-18 15:43:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs (Old)
 and      /work/SRC/openSUSE:Factory/.emacs.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs"

Fri Nov 18 15:43:07 2022 rev:169 rq:1036458 version:28.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs/emacs.changes      2022-11-10 
14:19:30.837414302 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new.1597/emacs.changes    2022-11-18 
15:43:35.442577267 +0100
@@ -1,0 +2,6 @@
+Thu Nov 10 13:48:45 UTC 2022 - Dr. Werner Fink <wer...@suse.de>
+
+- dbus-update-activation-environment handles only variables with
+  their names 
+
+-------------------------------------------------------------------

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

Other differences:
------------------


++++++ emacs.sh ++++++
--- /var/tmp/diff_new_pack.PPlhRd/_old  2022-11-18 15:43:36.702582803 +0100
+++ /var/tmp/diff_new_pack.PPlhRd/_new  2022-11-18 15:43:36.706582820 +0100
@@ -90,7 +90,8 @@
        dbusupdate=$(type -p dbus-update-activation-environment 2>/dev/null)
        dbusstatus=$(systemctl --user is-active dbus.service 2>/dev/null)
        if test -n "$dbusupdate" -a "$dbusstatus" != active ; then
-           $dbusupdate --systemd 
DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
+           export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
+           $dbusupdate --systemd "DBUS_SESSION_BUS_ADDRESS"
         fi
     fi
     unset dbuslaunch dbusdaemon

Reply via email to