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 2021-07-21 19:06:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sof-firmware (Old)
 and      /work/SRC/openSUSE:Factory/.sof-firmware.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sof-firmware"

Wed Jul 21 19:06:25 2021 rev:14 rq:907339 version:1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/sof-firmware/sof-firmware.changes        
2021-06-02 22:12:45.368076558 +0200
+++ /work/SRC/openSUSE:Factory/.sof-firmware.new.2632/sof-firmware.changes      
2021-07-21 19:07:33.291413984 +0200
@@ -1,0 +2,26 @@
+Mon Jul 19 10:00:11 CEST 2021 - [email protected]
+
+- Update to version 1.8:
+  * Improved support for Intel Tigerlake based devices.
+  * Bluetooth support.
+  * Support for Inteligo noise reduction technology.
+  * Support for further Cadence library codecs.
+  * Further performance improvements to audio processing library.
+  * Power optimizations for Intel Tigerlake and Alderlake.
+  * Usual bug fixes and stability improvements.
+  * Pipeline level multi-core support
+  * LL scheduler refinement for multi-core support
+  * Zephyr integration continues with more native features being used.
+  * Some known xrun issues with multi-core are fixed
+
+  Note that, due to yet more conflict, we cannot use the file layout
+  of the original tarball (the symlink sof-v1.8 -> sof would fail at
+  updating a package), install to the flat layout instead manually;
+  the script wouldn't work with the destination prefix, in anyway
+- Update module aliases
+- Drop obsoleted patch sof-bin-go-install-fix.patch
+- Add conflicts with the non-usrmerge systems for TW package;
+  just for avoiding pitfalls of non-working systems
+- Fix download URL
+
+-------------------------------------------------------------------

Old:
----
  sof-bin-1.7.tar.gz
  sof-bin-go-install-fix.patch

New:
----
  sof-bin-v1.8.tar.gz

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

Other differences:
------------------
++++++ sof-firmware.spec ++++++
--- /var/tmp/diff_new_pack.mYbo77/_old  2021-07-21 19:07:33.871414992 +0200
+++ /var/tmp/diff_new_pack.mYbo77/_new  2021-07-21 19:07:33.871414992 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version        1.7
+%define package_version        1.8
 
 %if 0%{?suse_version} < 1550
 %define _firmwaredir /lib/firmware
@@ -26,13 +26,11 @@
 Summary:        Firmware Data Files for SOF Drivers
 License:        BSD-3-Clause
 Group:          Hardware/Other
-Version:        1.7
+Version:        1.8
 Release:        0
 URL:            https://github.com/thesofproject/sof-bin
 BuildRequires:  fdupes
-Source:         
https://github.com/thesofproject/sof-bin/archive/v%{package_version}.tar.gz#/sof-bin-%{package_version}.tar.gz
-# fix up bad directory setup in v1.7 tarball
-Patch1:         sof-bin-go-install-fix.patch
+Source:         
https://github.com/thesofproject/sof-bin/releases/download/v%{package_version}/sof-bin-v%{package_version}.tar.gz
 BuildArch:      noarch
 # Merrifield
 Supplements:    modalias(pci:v00008086d0000119Asv*sd*bc*sc*i*)
@@ -63,26 +61,32 @@
 Supplements:    modalias(pci:v00008086d00004B58sv*sd*bc*sc*i*)
 # Alderlake
 Supplements:    modalias(pci:v00008086d00007AD0sv*sd*bc*sc*i*)
+Supplements:    modalias(pci:v00008086d000051C8sv*sd*bc*sc*i*)
+Supplements:    modalias(pci:v00008086d000051CCsv*sd*bc*sc*i*)
 # Broadwell
 Supplements:    modalias(acpi*:INT3438:*)
 # Baytrail
 Supplements:    modalias(acpi*:80860F28:*)
 Supplements:    modalias(acpi*:808622A8:*)
+%if 0%{?suse_version} >= 1550
+# make sure we have post-usrmerge filesystem package on TW
+Conflicts:      filesystem < 84
+%endif
 
 %description
 Various firmware data files for SOF drivers.
 
 %prep
-%setup -q -n sof-bin-%{package_version}
-%patch1 -p1
+%setup -q -n sof-bin-v%{package_version}
 
 %build
 
 %install
-mkdir -p %{buildroot}%{_firmwaredir}
-fwdir=%{_firmwaredir}/intel
-fwdir=${fwdir#/}
-ROOT=%{buildroot} INTEL_PATH="$fwdir" SOF_VERSION=v%{version} sh ./go.sh
+mkdir -p %{buildroot}%{_firmwaredir}/intel
+# due to the upgrade problem, we can't sof-v* -> sof symlink
+cp -a sof-v%{package_version} %{buildroot}%{_firmwaredir}/intel/sof
+cp -a sof-tplg-v%{package_version} %{buildroot}%{_firmwaredir}/intel/
+ln -s sof-tplg-v%{package_version} %{buildroot}%{_firmwaredir}/intel/sof-tplg
 %fdupes -s %{buildroot}
 
 %files

Reply via email to