Hello community, here is the log from the commit of package x11-tools for openSUSE:Factory checked in at 2015-08-11 08:26:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-07-16 17:13:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.x11-tools.new/x11-tools.changes 2015-08-11 08:26:01.000000000 +0200 @@ -1,0 +2,11 @@ +Mon Aug 10 16:21:52 CEST 2015 - [email protected] + +- Revert xim shebang back to /bin/bash; otherwise too many xim.d + scripts got broken (boo#941052) + +------------------------------------------------------------------- +Sun Aug 9 12:55:18 UTC 2015 - [email protected] + +- fix a bashism in xim (boo#941052) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ x11-tools.spec ++++++ --- /var/tmp/diff_new_pack.u7ZPpc/_old 2015-08-11 08:26:02.000000000 +0200 +++ /var/tmp/diff_new_pack.u7ZPpc/_new 2015-08-11 08:26:02.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package x11-tools # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ xim ++++++ --- /var/tmp/diff_new_pack.u7ZPpc/_old 2015-08-11 08:26:02.000000000 +0200 +++ /var/tmp/diff_new_pack.u7ZPpc/_new 2015-08-11 08:26:02.000000000 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # $Id: xim,v 1.28 2004/12/07 11:04:59 mfabian Exp $ # @@ -170,7 +170,7 @@ echo "Trying to start a default input method for the locale $tmplang ..." subdirlist=$tmplang -while [ "$tmplang" != ${tmplang%[_.@]*} ] +while [ "$tmplang" != "${tmplang%[_.@]*}" ] do tmplang=${tmplang%[_.@]*} subdirlist="$subdirlist $tmplang"
