Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bcm43xx-firmware for 
openSUSE:Factory checked in at 2021-03-05 13:43:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcm43xx-firmware (Old)
 and      /work/SRC/openSUSE:Factory/.bcm43xx-firmware.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcm43xx-firmware"

Fri Mar  5 13:43:49 2021 rev:18 rq:876175 version:20180314

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcm43xx-firmware/bcm43xx-firmware.changes        
2020-12-09 22:11:25.215066974 +0100
+++ 
/work/SRC/openSUSE:Factory/.bcm43xx-firmware.new.2378/bcm43xx-firmware.changes  
    2021-03-05 13:43:53.003546223 +0100
@@ -1,0 +2,8 @@
+Mon Mar  1 13:18:58 UTC 2021 - Nicolas Patricio Saenz Julienne 
<nsaenzjulie...@suse.com>
+
+- Cater for old and new ways of configuring bluetooth on RPi. Users of
+  'hciattach' expect the firmware in '/lib/firmware' while users of the serdev
+  configured bluetooth setups will expect it in '/lib/firmware/brcm'
+  (bsc#1177189).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bcm43xx-firmware.spec ++++++
--- /var/tmp/diff_new_pack.nxxMfQ/_old  2021-03-05 13:43:53.767546918 +0100
+++ /var/tmp/diff_new_pack.nxxMfQ/_new  2021-03-05 13:43:53.767546918 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bcm43xx-firmware
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -87,14 +87,21 @@
 install -c -m 0644 %{SOURCE4563} %{buildroot}%{_firmwaredir}/brcm/
 ln -s brcmfmac43456-sdio.txt 
%{buildroot}%{_firmwaredir}/brcm/brcmfmac43456-sdio.raspberrypi,400.txt
 ln -s brcmfmac43456-sdio.txt 
%{buildroot}%{_firmwaredir}/brcm/brcmfmac43456-sdio.raspberrypi,4-compute-module.txt
-# Used by bluez (hciattach)
-install -c -m 0644 %{SOURCE4309} %{buildroot}%{_firmwaredir}/
-install -c -m 0644 %{SOURCE4559} %{buildroot}%{_firmwaredir}/
+
+# serdev configured RPi Bluetooth driver expects the firmware files to be
+# stored in '/lib/firmware/brcm'
+install -c -m 0644 %{SOURCE4309} %{buildroot}%{_firmwaredir}/brcm/
+install -c -m 0644 %{SOURCE4559} %{buildroot}%{_firmwaredir}/brcm/
+# Symlinks for compatibility with deprecated hciattach
+ln -s brcm/BCM4345C0.hcd %{buildroot}%{_firmwaredir}/BCM4345C0.hcd
+ln -s brcm/BCM43430A1.hcd %{buildroot}%{_firmwaredir}/BCM43430A1.hcd
 
 %files
 %license LICENCE.broadcom_bcm43xx LICENCE.cypress
 %{_firmwaredir}/BCM43430A1.hcd
 %{_firmwaredir}/BCM4345C0.hcd
+%{_firmwaredir}/brcm/BCM43430A1.hcd
+%{_firmwaredir}/brcm/BCM4345C0.hcd
 %{_firmwaredir}/brcm/brcmfmac4329-sdio.solidrun,cubox-i-dl.txt
 %{_firmwaredir}/brcm/brcmfmac4330-sdio.solidrun,cubox-i-q.txt
 %{_firmwaredir}/brcm/brcmfmac4339-sdio.tronsmart,vega-s95-telos.txt

Reply via email to