Hello community,

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

Package is "kdenetwork3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdenetwork3/kdenetwork3.changes  2013-10-02 
13:27:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdenetwork3.new/kdenetwork3.changes     
2014-12-01 14:01:22.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Nov 29 21:17:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in scripts
+- add patches:
+  * kdenetwork-3.5.10-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  kdenetwork-3.5.10-fix-bashisms.patch

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

Other differences:
------------------
++++++ kdenetwork3.spec ++++++
--- /var/tmp/diff_new_pack.en7DQO/_old  2014-12-01 14:01:24.000000000 +0100
+++ /var/tmp/diff_new_pack.en7DQO/_new  2014-12-01 14:01:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdenetwork3
 #
-# 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
@@ -50,6 +50,7 @@
 Source7:        kppp.peers
 Patch0:         3_5_BRANCH.diff
 Patch1:         kppp-security.diff
+Patch2:         kdenetwork-3.5.10-fix-bashisms.patch
 Patch4:         external-qca.diff
 Patch11:        kpf-slp.diff
 Patch12:        relabel-zeroconf.diff
@@ -213,6 +214,7 @@
 %patch0
 %patch111 -p1
 %patch1
+%patch2 -p1
 %patch4
 rm -rf kopete/plugins/statistics
 %patch11

++++++ kdenetwork-3.5.10-fix-bashisms.patch ++++++
diff -Ndur kdenetwork-3.5.10/kopete/plugins/latex/kopete_latexconvert.sh 
kdenetwork-3.5.10-fix-bashisms/kopete/plugins/latex/kopete_latexconvert.sh
--- kdenetwork-3.5.10/kopete/plugins/latex/kopete_latexconvert.sh       
2005-09-10 11:20:16.000000000 +0300
+++ kdenetwork-3.5.10-fix-bashisms/kopete/plugins/latex/kopete_latexconvert.sh  
2014-11-29 23:13:18.959631662 +0200
@@ -27,7 +27,7 @@
 extra_header="$HOME/.tex2im_header"
 
 if [ -f ~/.tex2imrc ]; then
-       source ~/.tex2imrc
+       . ~/.tex2imrc
 fi
 
 OPTERR=0
@@ -222,7 +222,7 @@
        mv $tmpdir/out.$format.0 $outfile
 fi
 
-let OPTIND=$OPTIND+1
+OPTIND=$((OPTIND + 1))
 outfile=""
 done
 
diff -Ndur kdenetwork-3.5.10/kopete/protocols/winpopup/winpopup-send.sh 
kdenetwork-3.5.10-fix-bashisms/kopete/protocols/winpopup/winpopup-send.sh
--- kdenetwork-3.5.10/kopete/protocols/winpopup/winpopup-send.sh        
2006-10-01 20:26:38.000000000 +0300
+++ kdenetwork-3.5.10-fix-bashisms/kopete/protocols/winpopup/winpopup-send.sh   
2014-11-29 23:15:35.590622419 +0200
@@ -18,7 +18,8 @@
     fi
 
     if [ "$2" != "$THIS_SERVER" ]; then
-        echo -e "Kopete is currently not running.\nYour message was not 
delivered!" \
+        echo "Kopete is currently not running.
+Your message was not delivered!" \
             | smbclient -N -M $2
     fi
 
@@ -34,7 +35,9 @@
     MESSAGE=`cat "$1"`
 
     # Put it into the file
-    echo -e "$2\n$TIME\n$MESSAGE" > $filename
+    echo "$2
+$TIME
+$MESSAGE" > $filename
 
 
 fi
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to