Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2021-06-15 16:36:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs (Old)
 and      /work/SRC/openSUSE:Factory/.emacs.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs"

Tue Jun 15 16:36:57 2021 rev:157 rq:899448 version:27.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs/emacs.changes      2021-06-09 
21:54:50.886747026 +0200
+++ /work/SRC/openSUSE:Factory/.emacs.new.32437/emacs.changes   2021-06-15 
16:37:08.529673239 +0200
@@ -1,0 +2,5 @@
+Fri Jun 11 10:24:47 UTC 2021 - Dr. Werner Fink <wer...@suse.de>
+
+- Enable workaround with XLIB_SKIP_ARGB_VISUALS set (boo#1186341) 
+
+-------------------------------------------------------------------

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

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


++++++ emacs.sh ++++++
--- /var/tmp/diff_new_pack.AQDDVd/_old  2021-06-15 16:37:09.889675594 +0200
+++ /var/tmp/diff_new_pack.AQDDVd/_new  2021-06-15 16:37:09.893675601 +0200
@@ -23,16 +23,16 @@
 #
 : ${EMACS_TOOLKIT:=gtk}
 #
-# Disable this for now an see if and where we need it again
+# Enabled again
 #
-#if test "$EMACS_TOOLKIT" = gtk; then
-#    # Currently (2013/05/24) the parser of the GNOME libs
-#    # are broken that is it is not independent from locale
-#    LC_NUMERIC=POSIX
-#    XLIB_SKIP_ARGB_VISUALS=1
-#    GDK_RGBA=0
-#    export LC_NUMERIC XLIB_SKIP_ARGB_VISUALS GDK_RGBA
-#fi
+if test "$EMACS_TOOLKIT" = gtk; then
+    # Currently (2013/05/24) the parser of the GNOME libs
+    # are broken that is it is not independent from locale
+    LC_NUMERIC=POSIX
+    XLIB_SKIP_ARGB_VISUALS=1
+    GDK_RGBA=0
+    export LC_NUMERIC XLIB_SKIP_ARGB_VISUALS GDK_RGBA
+fi
 arg0=$0
 argv=("$@")
 if   test -x ${arg0}-${EMACS_TOOLKIT}

Reply via email to