Hello community, here is the log from the commit of package efl for openSUSE:Factory checked in at 2014-11-06 16:50:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/efl (Old) and /work/SRC/openSUSE:Factory/.efl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "efl" Changes: -------- --- /work/SRC/openSUSE:Factory/efl/efl.changes 2014-10-18 09:10:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.efl.new/efl.changes 2014-11-06 16:51:46.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Oct 19 20:27:00 UTC 2014 - Led <[email protected]> + +- fix bashisms +- add patches: + * efl-1.11.3-fix-bashisms.patch + +------------------------------------------------------------------- New: ---- efl-1.11.3-fix-bashisms.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ efl.spec ++++++ --- /var/tmp/diff_new_pack.RhbNWQ/_old 2014-11-06 16:51:48.000000000 +0100 +++ /var/tmp/diff_new_pack.RhbNWQ/_new 2014-11-06 16:51:48.000000000 +0100 @@ -88,6 +88,7 @@ Source: %{name}-%{version}.tar.xz Patch0: neon-cflags.patch Patch1: 0001-unbreak-nvidia-gl.patch +Patch2: efl-1.11.3-fix-bashisms.patch BuildRequires: autoconf >= 2.5 BuildRequires: automake %if %build_doc @@ -593,6 +594,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build # remove __DATE__ and __TIME__ ++++++ efl-1.11.3-fix-bashisms.patch ++++++ diff -Ndurp efl-1.11.3/src/bin/eet/vieet efl-1.11.3-fix-bashisms/src/bin/eet/vieet --- efl-1.11.3/src/bin/eet/vieet 2014-06-03 13:38:57.000000000 +0300 +++ efl-1.11.3-fix-bashisms/src/bin/eet/vieet 2014-10-19 23:23:37.399172508 +0300 @@ -50,7 +50,7 @@ do if [ $? -ne 0 ]; then echo "Failed compiling eet file." echo "Press 'Return' to reopen the editor, or ^C to abort." - read + read dummy else DONE=1 fi diff -Ndurp efl-1.11.3/src/modules/evas/engines/gl_common/shader/compile.sh efl-1.11.3-fix-bashisms/src/modules/evas/engines/gl_common/shader/compile.sh --- efl-1.11.3/src/modules/evas/engines/gl_common/shader/compile.sh 2014-08-27 11:11:11.000000000 +0300 +++ efl-1.11.3-fix-bashisms/src/modules/evas/engines/gl_common/shader/compile.sh 2014-10-19 23:24:16.445169867 +0300 @@ -1,9 +1,9 @@ -#!/bin/bash +#!/bin/sh DIR=`dirname $0` MAKESTR="sh $DIR/make-c-str.sh" -function compile() +compile() { F="$DIR/$1" @@ -68,4 +68,3 @@ compile yuy2_nomul compile rgb_a_pair compile rgb_a_pair_nomul - -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
