Hello community, here is the log from the commit of package emacs for openSUSE:Factory checked in at 2012-10-06 08:18:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/emacs (Old) and /work/SRC/openSUSE:Factory/.emacs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "emacs", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/emacs/emacs.changes 2012-09-23 19:33:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2012-10-06 08:21:28.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Oct 5 12:03:38 UTC 2012 - [email protected] + +- Add workaround into emacs starter script for gtk/gstreamer bug + which overrides the locale + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emacs.spec ++++++ --- /var/tmp/diff_new_pack.Pa44Zr/_old 2012-10-06 08:21:30.000000000 +0200 +++ /var/tmp/diff_new_pack.Pa44Zr/_new 2012-10-06 08:21:30.000000000 +0200 @@ -425,6 +425,10 @@ #!/bin/bash # Possible values are nox, gtk, or x11 : ${EMACS_TOOLKIT:=gtk} + if test "$EMACS_TOOLKIT" = gtk; then + LC_NUMERIC=POSIX + export LC_NUMERIC + fi if test -e ${0}-${EMACS_TOOLKIT} ; then exec -a ${0} ${0}-${EMACS_TOOLKIT} ${1+"$@"} elif test -e ${0}-x11 ; then -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
