Compare commits

..

No commits in common. 'c9' and 'i10cs' have entirely different histories.
c9 ... i10cs

@ -1 +1 @@
58425100d7a0ee83c8d50463b484f650345b269f SOURCES/alsa-utils-1.2.9.tar.bz2 e44aa993e2e63c9b5c6bfd2a34b8c6b3846c822a SOURCES/alsa-utils-1.2.12.tar.bz2

2
.gitignore vendored

@ -1 +1 @@
SOURCES/alsa-utils-1.2.9.tar.bz2 SOURCES/alsa-utils-1.2.12.tar.bz2

@ -1,15 +1,15 @@
%define baseversion 1.2.9 %define baseversion 1.2.12
#define fixversion .2 #define fixversion .2
%global _hardened_build 1 %global _hardened_build 1
Summary: Advanced Linux Sound Architecture (ALSA) utilities Summary: Advanced Linux Sound Architecture (ALSA) utilities
Name: alsa-utils Name: alsa-utils
Version: %{baseversion}%{?fixversion} Version: %{baseversion}%{?fixversion}
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPL-2.0-or-later
URL: http://www.alsa-project.org/ URL: http://www.alsa-project.org/
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2 Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
Patch1: alsa-utils-git.patch #Patch1: alsa-utils-git.patch
Source4: alsaunmute Source4: alsaunmute
Source5: alsaunmute.1 Source5: alsaunmute.1
Source10: alsa.rules Source10: alsa.rules
@ -17,7 +17,8 @@ Source11: alsactl.conf
Source20: alsa-restore.service Source20: alsa-restore.service
Source22: alsa-state.service Source22: alsa-state.service
BuildRequires: gcc BuildRequires: gcc
BuildRequires: autoconf automake libtool
BuildRequires: alsa-lib-devel >= %{baseversion} BuildRequires: alsa-lib-devel >= %{baseversion}
BuildRequires: libsamplerate-devel BuildRequires: libsamplerate-devel
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
@ -30,9 +31,7 @@ Requires(preun): systemd
Requires(postun): systemd Requires(postun): systemd
# use latest alsa-lib - the executables in this package requires latest API # use latest alsa-lib - the executables in this package requires latest API
Requires: alsa-lib%{?_isa} >= %{baseversion} Requires: alsa-lib%{?_isa} >= %{baseversion}
%ifnarch s390x
Requires: alsa-ucm >= %{baseversion} Requires: alsa-ucm >= %{baseversion}
%endif
%description %description
This package contains command line utilities for the Advanced Linux Sound This package contains command line utilities for the Advanced Linux Sound
@ -64,9 +63,10 @@ Architecture (ALSA) framework and Fast Fourier Transform library.
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%patch1 -p1 -b .alsa-git #patch -P 1 -p1 -b .alsa-git
%build %build
autoreconf -vif
%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \ %configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \
--with-udev-rules-dir=%{_prefix}/lib/udev/rules.d \ --with-udev-rules-dir=%{_prefix}/lib/udev/rules.d \
--with-systemdsystemunitdir=%{_unitdir} --with-systemdsystemunitdir=%{_unitdir}
@ -127,9 +127,11 @@ find %{buildroot} -name "*.la" -exec rm {} \;
%{_bindir}/arecordmidi %{_bindir}/arecordmidi
%{_bindir}/aseqdump %{_bindir}/aseqdump
%{_bindir}/aseqnet %{_bindir}/aseqnet
%{_bindir}/aseqsend
%{_bindir}/axfer %{_bindir}/axfer
%{_bindir}/iecset %{_bindir}/iecset
%{_bindir}/speaker-test %{_bindir}/speaker-test
%{_bindir}/nhlt-dmic-info
%{_sbindir}/* %{_sbindir}/*
%exclude %{_sbindir}/alsabat-test.sh %exclude %{_sbindir}/alsabat-test.sh
%{_datadir}/alsa/ %{_datadir}/alsa/
@ -147,6 +149,7 @@ find %{buildroot} -name "*.la" -exec rm {} \;
%{_mandir}/man1/arecordmidi.1.gz %{_mandir}/man1/arecordmidi.1.gz
%{_mandir}/man1/aseqdump.1.gz %{_mandir}/man1/aseqdump.1.gz
%{_mandir}/man1/aseqnet.1.gz %{_mandir}/man1/aseqnet.1.gz
%{_mandir}/man1/aseqsend.1.gz
%{_mandir}/man1/axfer.1.gz %{_mandir}/man1/axfer.1.gz
%{_mandir}/man1/axfer-list.1.gz %{_mandir}/man1/axfer-list.1.gz
%{_mandir}/man1/axfer-transfer.1.gz %{_mandir}/man1/axfer-transfer.1.gz
@ -154,6 +157,7 @@ find %{buildroot} -name "*.la" -exec rm {} \;
%{_mandir}/man1/speaker-test.1.gz %{_mandir}/man1/speaker-test.1.gz
%{_mandir}/man1/aconnect.1.gz %{_mandir}/man1/aconnect.1.gz
%{_mandir}/man1/alsa-info.sh.1.gz %{_mandir}/man1/alsa-info.sh.1.gz
%{_mandir}/man1/nhlt-dmic-info.1.gz
%dir /etc/alsa/ %dir /etc/alsa/
%dir %{alsacfgdir}/ %dir %{alsacfgdir}/
@ -197,30 +201,76 @@ fi
%systemd_postun_with_restart alsa-state.service %systemd_postun_with_restart alsa-state.service
%changelog %changelog
* Wed May 17 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-1 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.2.12-2
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.2.12-1
- Rebuilt for MSVSphere 10
* Thu Jul 4 2024 Jaroslav Kysela <perex@perex.cz> - 1.2.12-1
* Updated to 1.2.12
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.2.11-2
- Bump release for June 2024 mass rebuild
* Mon Jan 29 2024 Jaroslav Kysela <perex@perex.cz> - 1.2.11-1
* Updated to 1.2.11
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Sep 1 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.10-1
* Updated to 1.2.10
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 6 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-3
* SPDX license
* Tue May 16 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-2
* Add nhlt-dmic-info utility
* Thu May 4 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-1
* Updated to 1.2.9 * Updated to 1.2.9
* Tue Oct 25 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.8-1 * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Oct 24 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.8-1
* Updated to 1.2.8 * Updated to 1.2.8
* Fri Jul 8 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.7-1 * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue May 31 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.7-1
* Updated to 1.2.7 * Updated to 1.2.7
* Mon Dec 20 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.6-1 * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-2
* Updated to 1.2.6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Aug 10 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5.1-3 * Mon Dec 6 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.6-1
* Fixes for 1.2.5.1 * Updated to 1.2.6
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.5.1-2 * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5.1-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Related: rhbz#1991688
* Mon Aug 9 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5.1-1 * Mon Jun 14 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5.1-1
* Updated to 1.2.5.1 * Updated to 1.2.5.1
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.4-3 * Thu Jun 3 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Fixes for 1.2.5 (alsactl)
* Mon May 31 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5-2
* Updated to 1.2.5
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.4-3
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-2 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save