Hello community,

here is the log from the commit of package bcm20702a1-firmware for 
openSUSE:Factory checked in at 2018-10-31 13:17:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcm20702a1-firmware (Old)
 and      /work/SRC/openSUSE:Factory/.bcm20702a1-firmware.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcm20702a1-firmware"

Wed Oct 31 13:17:02 2018 rev:3 rq:645483 version:1201650

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcm20702a1-firmware/bcm20702a1-firmware.changes  
2017-02-16 17:05:56.348307048 +0100
+++ 
/work/SRC/openSUSE:Factory/.bcm20702a1-firmware.new/bcm20702a1-firmware.changes 
    2018-10-31 13:21:01.263080897 +0100
@@ -1,0 +2,10 @@
+Tue Oct 30 09:18:29 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Avoid bashisms in %post
+
+-------------------------------------------------------------------
+Mon Oct 29 10:09:40 CET 2018 - [email protected]
+
+- Fetch & install another variant firmware (0a5c:21e8) (bsc#1087996)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bcm20702a1-firmware.spec ++++++
--- /var/tmp/diff_new_pack.fOFvoK/_old  2018-10-31 13:21:01.935080268 +0100
+++ /var/tmp/diff_new_pack.fOFvoK/_new  2018-10-31 13:21:01.939080264 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bcm20702a1-firmware
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -31,6 +31,8 @@
 Requires(post): wget
 # Expand with more hardware if found
 Supplements:    modalias(usb:v0A5Cp21E6d0112dcFFdsc01dp01icFFisc*ip*in*)
+# Another variant: bsc#1087996
+Supplements:    modalias(usb:v0A5Cp21E6d*dcFFdsc01dp01icFFisc*ip*in*)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -51,7 +53,7 @@
 OUT="$(mktemp -d)"
 cd "$OUT"
 wget -q 
http://dlcdnet.asus.com/pub/ASUS/misc/BT/Bluetooth_V%{version}_WHQL_Win10.zip 
|| :
-if [[ ! -f Bluetooth_V%{version}_WHQL_Win10.zip ]]; then
+if [ ! -f Bluetooth_V%{version}_WHQL_Win10.zip ]; then
     echo "Fatal error in obtaining the Windows bluetooth driver: 
Bluetooth_V%{version}_WHQL_Win10.zip"
 else
     unzip Bluetooth_V%{version}_WHQL_Win10.zip
@@ -70,6 +72,13 @@
     install -m644 BCM20702A1-05ac-21e1.hcd 
/lib/firmware/brcm/BCM20702A1-05ac-21e1.hcd
     install -m644 BCM20702A1-0a5c-21e6.hcd 
/lib/firmware/brcm/BCM20702A1-0a5c-21e6.hcd
 fi
+# Another variant: bsc#1087996
+wget -q https://s3.amazonaws.com/plugable/bin/fw-0a5c_21e8.hcd || :
+if [ ! -f fw-0a5c_21e8.hcd ]; then
+    echo "Fatal error in obtaining the 0a5c:21e8 BT firmware"
+else
+    install -m644 fw-0a5c_21e8.hcd /lib/firmware/brcm/BCM20702A1-0a5c-21e8.hcd
+fi
 rm -rf "$OUT"
 exit 0
 
@@ -78,6 +87,7 @@
 rm -f /lib/firmware/brcm/BCM20702A1-0b05-17cf.hcd
 rm -f /lib/firmware/brcm/BCM20702A1-05ac-21e1.hcd
 rm -f /lib/firmware/brcm/BCM20702A1-0a5c-21e6.hcd
+rm -f /lib/firmware/brcm/BCM20702A1-0a5c-21e8.hcd
 exit 0
 
 %files
@@ -86,5 +96,6 @@
 %ghost /lib/firmware/brcm/BCM20702A1-0b05-17cf.hcd
 %ghost /lib/firmware/brcm/BCM20702A1-05ac-21e1.hcd
 %ghost /lib/firmware/brcm/BCM20702A1-0a5c-21e6.hcd
+%ghost /lib/firmware/brcm/BCM20702A1-0a5c-21e8.hcd
 
 %changelog


Reply via email to