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-01 10:33:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/emacs (Old) and /work/SRC/openSUSE:Factory/.emacs.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "emacs" Tue Jun 1 10:33:52 2021 rev:155 rq:895550 version:27.2 Changes: -------- --- /work/SRC/openSUSE:Factory/emacs/emacs.changes 2021-04-01 14:16:15.739894748 +0200 +++ /work/SRC/openSUSE:Factory/.emacs.new.1898/emacs.changes 2021-06-01 10:34:10.476477259 +0200 @@ -1,0 +2,5 @@ +Wed May 26 13:31:49 UTC 2021 - Dr. Werner Fink <wer...@suse.de> + +- Disable workaround with XLIB_SKIP_ARGB_VISUALS set (boo#1186341) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emacs.sh ++++++ --- /var/tmp/diff_new_pack.Xfn9L9/_old 2021-06-01 10:34:11.472478954 +0200 +++ /var/tmp/diff_new_pack.Xfn9L9/_new 2021-06-01 10:34:11.472478954 +0200 @@ -22,14 +22,17 @@ # fi # : ${EMACS_TOOLKIT:=gtk} -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 +# +# Disable this for now an see if and where we need it 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 arg0=$0 argv=("$@") if test -x ${arg0}-${EMACS_TOOLKIT}