Hello community,

here is the log from the commit of package ppp for openSUSE:Factory checked in 
at 2014-11-26 10:35:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ppp (Old)
 and      /work/SRC/openSUSE:Factory/.ppp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ppp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ppp/ppp.changes  2014-08-25 11:03:31.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.ppp.new/ppp.changes     2014-11-26 
10:35:32.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Nov 19 03:11:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in redialer script
+- add patches:
+  * ppp-2.4.7-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  ppp-2.4.7-fix-bashisms.patch

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

Other differences:
------------------
++++++ ppp.spec ++++++
--- /var/tmp/diff_new_pack.vipPep/_old  2014-11-26 10:35:34.000000000 +0100
+++ /var/tmp/diff_new_pack.vipPep/_new  2014-11-26 10:35:34.000000000 +0100
@@ -60,6 +60,7 @@
 # Don't use __P from glibc (pppd uses it wrong)
 Patch9:         ppp-2.4.2-__P.diff
 Patch10:        ppp-2.4.3-pppoatm.diff
+Patch11:        ppp-2.4.7-fix-bashisms.patch
 Patch12:        ppp-2.4.2-pie.patch
 Patch14:        ppp-2.4.3-fork-fix.diff
 Patch17:        ppp-2.4.3-strip.diff
@@ -97,6 +98,7 @@
 %patch8
 %patch9
 %patch10 -p1
+%patch11 -p1
 %patch12 -p1
 %patch14
 %patch17

++++++ ppp-2.4.7-fix-bashisms.patch ++++++
diff -Ndur ppp-2.4.7/scripts/redialer ppp-2.4.7-fix-bashisms/scripts/redialer
--- ppp-2.4.7/scripts/redialer  2014-08-09 15:31:39.000000000 +0300
+++ ppp-2.4.7-fix-bashisms/scripts/redialer     2014-11-19 05:09:46.168864978 
+0200
@@ -31,7 +31,7 @@
 # Function to initialize the modem and ensure that it is in command
 # state. This may not be needed, but it doesn't hurt.
 #
-function initialize
+initialize()
 {
     chat -v TIMEOUT 3 '' AT 'OK-+++\c-OK'
     return
@@ -41,7 +41,7 @@
 #
 # Script to dial a telephone
 #
-function callnumber
+callnumber()
 {
 chat -v                                                        \
        ABORT           '\nBUSY\r'                      \
@@ -66,7 +66,7 @@
 #
 # Script to dial any telephone number
 #
-function callall
+callall()
 {
 #   echo "dialing attempt number: $1" >/dev/console
     callnumber $PHONE1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to