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 2025-06-20 16:48:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sof-firmware (Old) and /work/SRC/openSUSE:Factory/.sof-firmware.new.31170 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sof-firmware" Fri Jun 20 16:48:02 2025 rev:37 rq:1286708 version:2025.05 Changes: -------- --- /work/SRC/openSUSE:Factory/sof-firmware/sof-firmware.changes 2025-04-15 16:48:06.704645703 +0200 +++ /work/SRC/openSUSE:Factory/.sof-firmware.new.31170/sof-firmware.changes 2025-06-20 16:48:06.645033677 +0200 @@ -1,0 +2,8 @@ +Wed Jun 18 13:01:14 UTC 2025 - Takashi Iwai <ti...@suse.com> + +- Update to v2025.05: + For v2.13 series (Meteor Lake and newer), new DSP topologies added +- Modify the workaround for symlink -> directory change with Lua + script for singletrans + +------------------------------------------------------------------- Old: ---- sof-bin-2025.01.1.tar.gz New: ---- sof-bin-2025.05.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sof-firmware.spec ++++++ --- /var/tmp/diff_new_pack.6iHpx7/_old 2025-06-20 16:48:08.125095094 +0200 +++ /var/tmp/diff_new_pack.6iHpx7/_new 2025-06-20 16:48:08.153096257 +0200 @@ -24,7 +24,7 @@ Summary: Firmware data files for SOF Drivers License: BSD-3-Clause Group: Hardware/Other -Version: 2025.01.1 +Version: 2025.05 Release: 0 URL: https://www.sofproject.org/ BuildRequires: fdupes @@ -115,15 +115,17 @@ %fdupes -s %{buildroot} # workaround for changing symlinked directory -%pre -if [ -L %{_firmwaredir}/intel/sof-tplg ]; then - f=$(readlink -f %{_firmwaredir}/intel/sof-tplg) - case $f in - %{_firmwaredir}/intel/*) - rm -rf $f - rm -f %{_firmwaredir}/intel/sof-tplg;; - esac -fi +%pretrans -p <lua> +if not macros then + fwdir = "/lib/firmware" +else + fwdir = macros._firmwaredir +end +path = fwdir .. "/intel/sof-tplg" +st = posix.stat(path) +if st and st.type == "link" then + os.remove(path) +end %post %{?regenerate_initrd_post} ++++++ sof-bin-2025.01.1.tar.gz -> sof-bin-2025.05.tar.gz ++++++ /work/SRC/openSUSE:Factory/sof-firmware/sof-bin-2025.01.1.tar.gz /work/SRC/openSUSE:Factory/.sof-firmware.new.31170/sof-bin-2025.05.tar.gz differ: char 13, line 1