Hello community, here is the log from the commit of package x11-tools for openSUSE:Factory checked in at 2015-08-21 08:24:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/x11-tools (Old) and /work/SRC/openSUSE:Factory/.x11-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "x11-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/x11-tools/x11-tools.changes 2015-08-11 08:26:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.x11-tools.new/x11-tools.changes 2015-08-21 08:24:42.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Aug 19 20:00:24 CEST 2015 - [email protected] + +- Fix the breakage of default IM selection due to the eval code + for ~/.i18n in xim script (bsc#934720, boo#941052) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xim ++++++ --- /var/tmp/diff_new_pack.q1fyJN/_old 2015-08-21 08:24:43.000000000 +0200 +++ /var/tmp/diff_new_pack.q1fyJN/_new 2015-08-21 08:24:43.000000000 +0200 @@ -70,7 +70,7 @@ eval $(set +u +e . /etc/profile.d/lang.sh < /dev/null > /dev/null 2>&1 for cur in $var; do - echo export $cur=${!cur} + test -n "${!cur}" && echo export $cur=${!cur} done) return fi
