Hello community, here is the log from the commit of package fcitx for openSUSE:Factory checked in at 2014-11-18 22:47:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx (Old) and /work/SRC/openSUSE:Factory/.fcitx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx" Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes 2014-11-11 01:11:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2014-11-18 22:49:01.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Nov 17 00:58:00 UTC 2014 - Led <[email protected]> + +- fix bashism in env_setup.sh script +- add patches: + * fcitx-4.2.8.5-fix-bashisms.patch + +------------------------------------------------------------------- New: ---- fcitx-4.2.8.5-fix-bashisms.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx.spec ++++++ --- /var/tmp/diff_new_pack.4rpZf5/_old 2014-11-18 22:49:02.000000000 +0100 +++ /var/tmp/diff_new_pack.4rpZf5/_new 2014-11-18 22:49:02.000000000 +0100 @@ -34,6 +34,7 @@ Source8: openSUSE-themes.tar.gz Source9: macros.%{name} Source99: baselibs.conf +Patch: fcitx-4.2.8.5-fix-bashisms.patch BuildRequires: cairo-devel %if 0%{?suse_version} BuildRequires: dbus-1-devel @@ -383,6 +384,7 @@ %prep %setup -q -n %{name}-%{version} +%patch -p1 # hack to fix incompatibility of gtk-query-immodules-2.0 (bnc#845860) %if %suse_version < 1310 sed -i \ ++++++ fcitx-4.2.8.5-fix-bashisms.patch ++++++ diff -Ndur fcitx-4.2.8.5/data/env_setup.sh fcitx-4.2.8.5-fix-bashisms/data/env_setup.sh --- fcitx-4.2.8.5/data/env_setup.sh 2014-09-18 03:26:23.000000000 +0300 +++ fcitx-4.2.8.5-fix-bashisms/data/env_setup.sh 2014-11-17 02:56:52.806374092 +0200 @@ -31,7 +31,7 @@ detect_qt_im_module() { QTPATH=`qmake -query QT_INSTALL_PLUGINS` - ls $QTPATH/inputmethods/*fcitx* &> /dev/null + ls $QTPATH/inputmethods/*fcitx* >/dev/null 2>&1 } if [ -z "$XMODIFIERS" ]; then -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
