Hello community, here is the log from the commit of package b43-fwcutter for openSUSE:Factory checked in at 2014-12-16 14:47:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/b43-fwcutter (Old) and /work/SRC/openSUSE:Factory/.b43-fwcutter.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "b43-fwcutter" Changes: -------- --- /work/SRC/openSUSE:Factory/b43-fwcutter/b43-fwcutter.changes 2014-11-13 09:17:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.b43-fwcutter.new/b43-fwcutter.changes 2014-12-16 14:47:22.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 16 18:43:00 UTC 2014 - Led <[email protected]> + +- fix bashism in install_bcm43xx_firmware script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ b43-fwcutter.spec ++++++ --- /var/tmp/diff_new_pack.vEbGD8/_old 2014-12-16 14:47:24.000000000 +0100 +++ /var/tmp/diff_new_pack.vEbGD8/_new 2014-12-16 14:47:24.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package b43-fwcutter # -# 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 ++++++ install_bcm43xx_firmware ++++++ --- /var/tmp/diff_new_pack.vEbGD8/_old 2014-12-16 14:47:24.000000000 +0100 +++ /var/tmp/diff_new_pack.vEbGD8/_new 2014-12-16 14:47:24.000000000 +0100 @@ -20,7 +20,7 @@ TMPDIR=$(mktemp -d /var/tmp/bcm.XXXXXX) || exit 1 -pushd $TMPDIR >/dev/null +cd $TMPDIR echo "Downloading b43 firmware" curl -# -f -o $FILE1 $URL1/$FILE1 @@ -58,7 +58,7 @@ echo "b43legacy firmware installation failed." fi -popd >/dev/null +cd - >/dev/null rm -rf $TMPDIR exit 0 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
