Compare commits

..

No commits in common. 'c9' and 'i9c-beta' have entirely different histories.
c9 ... i9c-beta

@ -1 +1 @@
9a35f1bb5564bb7959dcb221452899d2107beba5 SOURCES/sof-bin-2024.09.tar.gz
722132a6ed893d7e3d22260cb3b86377e456e906 SOURCES/sof-bin-2024.03.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/sof-bin-2024.09.tar.gz
SOURCES/sof-bin-2024.03.tar.gz

@ -4,7 +4,7 @@
%global _firmwarepath /usr/lib/firmware
%global _xz_opts -9 --check=crc32
%global sof_ver 2024.09
%global sof_ver 2024.03
#global sof_ver_pre rc1
%global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}}
%global sof_ver_pkg0 %{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}}
@ -18,7 +18,7 @@
Summary: Firmware and topology files for Sound Open Firmware project
Name: alsa-sof-firmware
Version: %{sof_ver}
Release: 1%{?sof_ver_rel}%{?dist}
Release: 6%{?sof_ver_rel}%{?dist}
# See later in the spec for a breakdown of licensing
License: BSD-3-Clause
URL: https://github.com/thesofproject/sof-bin
@ -140,9 +140,6 @@ if st and st.type == "link" then
end
%changelog
* Mon Oct 14 2024 Jaroslav Kysela <perex@perex.cz> - 2024.09-1
- Update to v2024.09
* Mon Jun 17 2024 Jaroslav Kysela <jkysela@redhat.com> - 2024.03-5
- Update to v2024.03
- Add AVS topology files v2024.02
@ -161,6 +158,9 @@ end
* Mon May 15 2023 Jaroslav Kysela <perex@perex.cz> - 2.2.5-1
- Update to v2.2.5
* Thu Apr 13 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.2.4-1
- Rebuilt for MSVSphere 9.2 beta
* Mon Jan 9 2023 Jaroslav Kysela <perex@perex.cz> - 2.2.4-1
- Update to v2.2.4

Loading…
Cancel
Save