From fda213b4359707d19a514acd6fce6261a2b307d4 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 4 May 2023 10:11:27 +0200 Subject: [PATCH 1/4] update to 1.2.9 Signed-off-by: Jaroslav Kysela --- alsa-utils.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/alsa-utils.spec b/alsa-utils.spec index ea8f14e..4fdf776 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -1,11 +1,11 @@ -%define baseversion 1.2.8 +%define baseversion 1.2.9 #define fixversion .2 %global _hardened_build 1 Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils Version: %{baseversion}%{?fixversion} -Release: 2%{?dist} +Release: 1%{?dist} License: GPLv2+ URL: http://www.alsa-project.org/ Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2 @@ -195,6 +195,9 @@ fi %systemd_postun_with_restart alsa-state.service %changelog +* Thu May 4 2023 Jaroslav Kysela - 1.2.9-1 +* Updated to 1.2.9 + * Wed Jan 18 2023 Fedora Release Engineering - 1.2.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index f250321..9abc33a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (alsa-utils-1.2.8.tar.bz2) = 882e6f67467596ed273bf554fcce87d8ef287806bbdabd6c103de4980981f9e2102fb3800c6e8628ee8e86ffb165c1c92f9370c8145f28a6cb7cca563942330b +SHA512 (alsa-utils-1.2.9.tar.bz2) = f46e13fd57ed05ee38d3fa655e57b14335ecf0664dbe03275808383d87d28df153a81151e2e9d8786625f09929c567c89e145508a706a70eeb91ac1b11fb2fd4 From 0d2d02d5f2af822796e1d4eb88f1b2aabb56f590 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 1 Sep 2023 18:30:45 +0200 Subject: [PATCH 2/4] update to 1.2.10 Signed-off-by: Jaroslav Kysela --- alsa-utils.spec | 10 +++++++--- sources | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/alsa-utils.spec b/alsa-utils.spec index 4fdf776..c50d888 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -1,4 +1,4 @@ -%define baseversion 1.2.9 +%define baseversion 1.2.10 #define fixversion .2 %global _hardened_build 1 @@ -6,7 +6,7 @@ Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils Version: %{baseversion}%{?fixversion} Release: 1%{?dist} -License: GPLv2+ +License: GPL-2.0-or-later URL: http://www.alsa-project.org/ Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2 Patch1: alsa-utils-git.patch @@ -62,7 +62,7 @@ Architecture (ALSA) framework and Fast Fourier Transform library. %prep %setup -q -n %{name}-%{version} -%patch1 -p1 -b .alsa-git +%patch -P 1 -p1 -b .alsa-git %build %configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \ @@ -195,6 +195,10 @@ fi %systemd_postun_with_restart alsa-state.service %changelog +* Fri Sep 1 2023 Jaroslav Kysela - 1.2.10-1 +- Updated to 1.2.10 +- SPDX license + * Thu May 4 2023 Jaroslav Kysela - 1.2.9-1 * Updated to 1.2.9 diff --git a/sources b/sources index 9abc33a..b52d368 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (alsa-utils-1.2.9.tar.bz2) = f46e13fd57ed05ee38d3fa655e57b14335ecf0664dbe03275808383d87d28df153a81151e2e9d8786625f09929c567c89e145508a706a70eeb91ac1b11fb2fd4 +SHA512 (alsa-utils-1.2.10.tar.bz2) = 22adedf6d491d7768d24f054262a9c12bc952049db8374e104c0477ebf84266dcbeb0a2a3a1765b89958073d341f64dedbae63e3cae66f4983a0424e5cb3243f From 8fce08c2400893455e880e8b18795fef0a13f265 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 4 Sep 2023 15:55:08 +0200 Subject: [PATCH 3/4] add nhlt-dmic-info Signed-off-by: Jaroslav Kysela --- alsa-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-utils.spec b/alsa-utils.spec index c50d888..5ca834d 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -128,6 +128,7 @@ find %{buildroot} -name "*.la" -exec rm {} \; %{_bindir}/axfer %{_bindir}/iecset %{_bindir}/speaker-test +%{_bindir}/nhlt-dmic-info %{_sbindir}/* %exclude %{_sbindir}/alsabat-test.sh %{_datadir}/alsa/ @@ -152,6 +153,7 @@ find %{buildroot} -name "*.la" -exec rm {} \; %{_mandir}/man1/speaker-test.1.gz %{_mandir}/man1/aconnect.1.gz %{_mandir}/man1/alsa-info.sh.1.gz +%{_mandir}/man1/nhlt-dmic-info.1.gz %dir /etc/alsa/ %dir %{alsacfgdir}/ @@ -195,8 +197,9 @@ fi %systemd_postun_with_restart alsa-state.service %changelog -* Fri Sep 1 2023 Jaroslav Kysela - 1.2.10-1 +* Mon Sep 4 2023 Jaroslav Kysela - 1.2.10-1 - Updated to 1.2.10 +- Add nhlt-dmic-info utility - SPDX license * Thu May 4 2023 Jaroslav Kysela - 1.2.9-1 From 7dd34d8d478efdfe74309d8b3d9609f5288f1e83 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 29 Jan 2024 14:37:35 +0100 Subject: [PATCH 4/4] update to 1.2.11 Signed-off-by: Jaroslav Kysela --- alsa-utils.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/alsa-utils.spec b/alsa-utils.spec index 5ca834d..b26c367 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -1,4 +1,4 @@ -%define baseversion 1.2.10 +%define baseversion 1.2.11 #define fixversion .2 %global _hardened_build 1 @@ -197,6 +197,9 @@ fi %systemd_postun_with_restart alsa-state.service %changelog +* Mon Jan 29 2024 Jaroslav Kysela - 1.2.11-1 +* Updated to 1.2.11 + * Mon Sep 4 2023 Jaroslav Kysela - 1.2.10-1 - Updated to 1.2.10 - Add nhlt-dmic-info utility diff --git a/sources b/sources index b52d368..cc35bdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (alsa-utils-1.2.10.tar.bz2) = 22adedf6d491d7768d24f054262a9c12bc952049db8374e104c0477ebf84266dcbeb0a2a3a1765b89958073d341f64dedbae63e3cae66f4983a0424e5cb3243f +SHA512 (alsa-utils-1.2.11.tar.bz2) = 5ce76807b53357584bfb4ace5acfdac4db9168ffaf5cdd1e499738eec046c36112bf84a99970f66368063a9baf73bad93af2d439630572f3eba5c9321071172d