Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2014-12-16 14:47:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and      /work/SRC/openSUSE:Factory/.yate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yate"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yate/yate.changes        2014-08-13 
17:08:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2014-12-16 
14:47:24.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Nov 17 01:51:00 UTC 2014 - Led <[email protected]>
+
+- fix bashism in echo.sh script
+- add patches:
+  * yate-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  yate-fix-bashisms.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yate.spec ++++++
--- /var/tmp/diff_new_pack.eV2Zh2/_old  2014-12-16 14:47:25.000000000 +0100
+++ /var/tmp/diff_new_pack.eV2Zh2/_new  2014-12-16 14:47:25.000000000 +0100
@@ -29,6 +29,7 @@
 Patch1:         yate-ppc64-libdir.patch
 Patch2:         yate-ppc64.patch
 Patch3:         dont-mess-with-cflags.patch
+Patch4:         yate-fix-bashisms.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  gcc-c++
@@ -110,6 +111,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 rm configure

++++++ yate-fix-bashisms.patch ++++++
diff -Ndur yate/share/scripts/echo.sh yate-fix-bashisms/share/scripts/echo.sh
--- yate/share/scripts/echo.sh  2014-02-05 12:42:17.000000000 +0200
+++ yate-fix-bashisms/share/scripts/echo.sh     2014-11-17 03:49:47.506159322 
+0200
@@ -26,8 +26,8 @@
 # put here a proper wave/play file to play before starting echoing
 # prompt="share/sounds/tone.wav"
 
-read
-echo "$REPLY" | sed 's/^[^:]*:\([^:]*\):.*$/%%<message:\1:true:/;'
+read reply
+echo "$reply" | sed 's/^[^:]*:\([^:]*\):.*$/%%<message:\1:true:/;'
 
 if [ -n "$prompt" -a -f "$prompt" ]; then
     echo "================ play prompt ================" >&2
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to