Hello community,

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

Package is "mgetty"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mgetty/mgetty.changes    2013-03-11 
07:24:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mgetty.new/mgetty.changes       2014-12-16 
14:47:26.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Nov 27 02:22:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in faxback.sh script
+- add patches:
+  * mgetty-1.1.36-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  mgetty-1.1.36-fix-bashisms.patch

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

Other differences:
------------------
++++++ mgetty.spec ++++++
--- /var/tmp/diff_new_pack.IROvrE/_old  2014-12-16 14:47:28.000000000 +0100
+++ /var/tmp/diff_new_pack.IROvrE/_new  2014-12-16 14:47:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mgetty
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,6 +45,7 @@
 Patch7:         bug646280.patch
 Patch8:         fixpie.patch
 Patch9:         lp64.patch
+Patch10:        %{name}-1.1.36-fix-bashisms.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -96,6 +97,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 ln -s policy.h-dist policy.h

++++++ mgetty-1.1.36-fix-bashisms.patch ++++++
diff -Ndur mgetty-1.1.36/voice/scripts/faxback.sh 
mgetty-1.1.36-fix-bashisms/voice/scripts/faxback.sh
--- mgetty-1.1.36/voice/scripts/faxback.sh      1997-06-17 07:31:50.000000000 
+0300
+++ mgetty-1.1.36-fix-bashisms/voice/scripts/faxback.sh 2014-11-27 
04:20:56.541910627 +0200
@@ -1,13 +1,13 @@
 #!/bin/sh
 #
 
-function receive
+receive()
      {
      read -r INPUT <&$VOICE_INPUT;
      echo "$INPUT";
      }
 
-function send
+send()
      {
      echo $1 >&$VOICE_OUTPUT;
      kill -PIPE $VOICE_PID
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to