Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sof-firmware for openSUSE:Factory 
checked in at 2022-08-29 09:43:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sof-firmware (Old)
 and      /work/SRC/openSUSE:Factory/.sof-firmware.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sof-firmware"

Mon Aug 29 09:43:04 2022 rev:18 rq:999787 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sof-firmware/sof-firmware.changes        
2022-07-18 18:34:40.761820803 +0200
+++ /work/SRC/openSUSE:Factory/.sof-firmware.new.2083/sof-firmware.changes      
2022-08-29 09:43:16.891843175 +0200
@@ -1,0 +2,8 @@
+Sun Aug 28 04:34:38 UTC 2022 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Add sof-tplg-v2.2.1
+  * https://github.com/thesofproject/sof/releases/tag/v2.2.1
+  * topology updates for SoundWire, Intel APL/GLK platform with ES8336 codec,
+    and Intel RPL platform
+
+-------------------------------------------------------------------

New:
----
  sof-tplg-v2.2.1.tar.gz

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

Other differences:
------------------
++++++ sof-firmware.spec ++++++
--- /var/tmp/diff_new_pack.NGaZm6/_old  2022-08-29 09:43:17.291844126 +0200
+++ /var/tmp/diff_new_pack.NGaZm6/_new  2022-08-29 09:43:17.299844144 +0200
@@ -20,15 +20,19 @@
 %define _firmwaredir /lib/firmware
 %endif
 
+%define sofversion  2.2
+%define tplgversion 2.2.1
+
 Name:           sof-firmware
 Summary:        Firmware Data Files for SOF Drivers
 License:        BSD-3-Clause
 Group:          Hardware/Other
-Version:        2.2
+Version:        %tplgversion
 Release:        0
 URL:            https://github.com/thesofproject/sof-bin
 BuildRequires:  fdupes
-Source:         
https://github.com/thesofproject/sof-bin/releases/download/v%{version}/sof-bin-v%{version}.tar.gz
+Source:         
https://github.com/thesofproject/sof-bin/releases/download/v%{sofversion}/sof-bin-v%{sofversion}.tar.gz
+Source2:        
https://github.com/thesofproject/sof-bin/releases/download/v%tplgversion/sof-tplg-v%tplgversion.tar.gz
 BuildArch:      noarch
 # Merrifield
 Supplements:    modalias(pci:v00008086d0000119Asv*sd*bc*sc*i*)
@@ -76,16 +80,17 @@
 Various firmware data files for SOF drivers.
 
 %prep
-%setup -q -n sof-bin-v%{version}
+%setup -q -n sof-bin-v%{sofversion}
+tar xf %{SOURCE2}
 
 %build
 
 %install
 mkdir -p %{buildroot}%{_firmwaredir}/intel
 # due to the upgrade problem, we can't make sof-v* -> sof symlink
-cp -a sof-v%{version} %{buildroot}%{_firmwaredir}/intel/sof
-cp -a sof-tplg-v%{version} %{buildroot}%{_firmwaredir}/intel/
-ln -s sof-tplg-v%{version} %{buildroot}%{_firmwaredir}/intel/sof-tplg
+cp -a sof-v%{sofversion} %{buildroot}%{_firmwaredir}/intel/sof
+cp -a sof-tplg-v%{tplgversion} %{buildroot}%{_firmwaredir}/intel/
+ln -s sof-tplg-v%{tplgversion} %{buildroot}%{_firmwaredir}/intel/sof-tplg
 %fdupes -s %{buildroot}
 
 %files

Reply via email to