Hello community, here is the log from the commit of package sof-firmware for openSUSE:Factory checked in at 2020-11-03 15:16:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sof-firmware (Old) and /work/SRC/openSUSE:Factory/.sof-firmware.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sof-firmware" Tue Nov 3 15:16:43 2020 rev:6 rq:845628 version:1.6~rc3 Changes: -------- --- /work/SRC/openSUSE:Factory/sof-firmware/sof-firmware.changes 2020-09-21 17:49:25.625249835 +0200 +++ /work/SRC/openSUSE:Factory/.sof-firmware.new.3463/sof-firmware.changes 2020-11-03 15:17:26.148090283 +0100 @@ -1,0 +2,12 @@ +Tue Nov 3 09:39:35 CET 2020 - [email protected] + +- Update to version 1.6-rc3 (bsc#1178306): + * Support for Intel Tigerlake + * Support for Maxim Smart Amplifiers + * Beamformer Microphone support + * DC blocker audio processing component + * Major feature and performance improvements for ASRC, KWD and FIR/IIR + * Numerous bug fixes and performance improvements for Intel and NXP + platforms + +------------------------------------------------------------------- Old: ---- sof-bin-1.5.1.tar.xz New: ---- sof-bin-1.6-rc3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sof-firmware.spec ++++++ --- /var/tmp/diff_new_pack.SURKdW/_old 2020-11-03 15:17:26.704090819 +0100 +++ /var/tmp/diff_new_pack.SURKdW/_new 2020-11-03 15:17:26.708090823 +0100 @@ -1,7 +1,7 @@ # # spec file for package sof-firmware # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,14 @@ # +%define repo_version 1.6 +%define package_version 1.6-rc3 + Name: sof-firmware Summary: Firmware Data Files for SOF Drivers License: BSD-3-Clause Group: Hardware/Other -Version: 1.5.1 +Version: 1.6~rc3 Release: 0 URL: https://github.com/thesofproject/sof-bin BuildRequires: fdupes @@ -29,7 +32,7 @@ # Note that this doesn't contain sources; the unsigned firmware can be built # from SOF sources with external toolchains, but we need signed firmware from # Intel, and hence the repo above collects the resultant binaries. -Source: sof-bin-%{version}.tar.xz +Source: sof-bin-%{package_version}.tar.xz BuildArch: noarch # Merrifield Supplements: modalias(pci:v00008086d0000119Asv*sd*bc*sc*i*) @@ -65,7 +68,7 @@ %prep %setup -q -n sof-bin # drop version number from sof-tplg directory -mv lib/firmware/intel/sof-tplg-v%{version} lib/firmware/intel/sof-tplg +mv lib/firmware/intel/sof-tplg-v%{repo_version} lib/firmware/intel/sof-tplg %build @@ -74,8 +77,8 @@ cp -a lib/firmware/intel/* %{buildroot}/lib/firmware/intel/ # create symlinks (cd %{buildroot}/lib/firmware/intel/sof -for i in v%{version}/intel-signed/*.ri v%{version}/*.ri; do - f=${i%%-v%{version}.ri} +for i in v%{repo_version}/intel-signed/*.ri v%{repo_version}/*.ri; do + f=${i%%-v%{repo_version}.ri} f=${f##*/} ln -s $i $f.ri done @@ -86,8 +89,8 @@ mkdir -p debug cd debug -for i in ../v%{version}/*.ldc; do - f=${i%%-v%{version}.ldc} +for i in ../v%{repo_version}/*.ldc; do + f=${i%%-v%{repo_version}.ldc} f=${f##*/} ln -s $i $f.ldc done
