Hello community,

here is the log from the commit of package wireless-tools for openSUSE:Factory 
checked in at 2014-11-24 11:10:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wireless-tools (Old)
 and      /work/SRC/openSUSE:Factory/.wireless-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wireless-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wireless-tools/wireless-tools.changes    
2014-02-15 17:23:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wireless-tools.new/wireless-tools.changes       
2014-11-24 11:10:56.000000000 +0100
@@ -1,0 +2,10 @@
+Sat Oct 18 19:28:00 UTC 2014 - Led <[email protected]>
+
+- update URL in install_intersil_firmware script
+
+-------------------------------------------------------------------
+Sat Oct 18 18:43:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in install_*_scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ suse-files.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/install_acx100_firmware new/install_acx100_firmware
--- old/install_acx100_firmware 2009-03-23 10:15:00.000000000 +0100
+++ new/install_acx100_firmware 2014-10-18 20:40:02.000000000 +0200
@@ -9,7 +9,7 @@
 
 die()
 {
-    popd
+    cd - >/dev/null
     test -d $TMPDIR
     rm -rf $TMPDIR
     exit 1
@@ -17,7 +17,7 @@
 
 curldie()
 {
-    popd
+    cd - >/dev/null
     test -d $TMPDIR
     rm -rf $TMPDIR
     echo ""
@@ -40,7 +40,6 @@
 
 TMPDIR=$(mktemp -d /var/tmp/acx100.XXXXXX) || exit 1
 
-pushd `pwd` >/dev/null
 cd $TMPDIR
 echo "Downloading firmware"
 curl -# -o ${FWFILE} ${URL}/${FWFILE}
@@ -52,7 +51,7 @@
 echo
 echo "Firmware successfully installed."
 
-popd >/dev/null
+cd - >/dev/null
 rm -rf $TMPDIR
 
 exit 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/install_intersil_firmware 
new/install_intersil_firmware
--- old/install_intersil_firmware       2009-03-23 10:15:00.000000000 +0100
+++ new/install_intersil_firmware       2014-10-18 21:27:39.000000000 +0200
@@ -4,12 +4,12 @@
 #
 # This script tries to download and install the firmware needed to run
 # WLAN cards using Intersil's PrismGT chip.
-URL=ftp://ftp.funkwerk-ec.com/pub/old_products/artem/client_cards/11g
+URL=ftp://ftp.funkwerk-ec.com/bintec/old_products/artem/client_cards/11g
 FWFILE=CC-54g_v1017.zip
 
 die()
 {
-    popd
+    cd - >/dev/null
     test -d $TMPDIR
     rm -rf $TMPDIR
     exit 1
@@ -17,7 +17,7 @@
 
 curldie()
 {
-    popd
+    cd - >/dev/null
     test -d $TMPDIR
     rm -rf $TMPDIR
     echo ""
@@ -40,7 +40,6 @@
 
 TMPDIR=$(mktemp -d /var/tmp/intersil.XXXXXX) || exit 1
 
-pushd `pwd` >/dev/null
 cd $TMPDIR
 echo "Downloading firmware"
 curl -# -o $FWFILE $URL/$FWFILE || curldie
@@ -50,7 +49,7 @@
 echo
 echo "Firmware successfully installed."
 
-popd >/dev/null
+cd - >/dev/null
 rm -rf $TMPDIR
 
 exit 0

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to