Compare commits

...

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

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

2
.gitignore vendored

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

@ -1,4 +1,4 @@
%define baseversion 1.2.12 %define baseversion 1.2.9
#define fixversion .2 #define fixversion .2
%global _hardened_build 1 %global _hardened_build 1
@ -6,10 +6,10 @@ Summary: Advanced Linux Sound Architecture (ALSA) utilities
Name: alsa-utils Name: alsa-utils
Version: %{baseversion}%{?fixversion} Version: %{baseversion}%{?fixversion}
Release: 1%{?dist} Release: 1%{?dist}
License: GPL-2.0-or-later License: GPLv2+
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,8 +17,7 @@ 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
@ -31,7 +30,9 @@ 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
@ -63,10 +64,9 @@ Architecture (ALSA) framework and Fast Fourier Transform library.
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
#patch -P 1 -p1 -b .alsa-git %patch1 -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,11 +127,9 @@ 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/
@ -149,7 +147,6 @@ 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
@ -157,7 +154,6 @@ 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}/
@ -201,69 +197,30 @@ fi
%systemd_postun_with_restart alsa-state.service %systemd_postun_with_restart alsa-state.service
%changelog %changelog
* Thu Jul 4 2024 Jaroslav Kysela <perex@perex.cz> - 1.2.12-1 * Wed May 17 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-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
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-2 * Tue Oct 25 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.8-1
- 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
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-2 * Fri Jul 8 2022 Jaroslav Kysela <perex@perex.cz> - 1.2.7-1
- 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
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-2 * Mon Dec 20 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.6-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Dec 6 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.6-1
* Updated to 1.2.6 * Updated to 1.2.6
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5.1-2 * Tue Aug 10 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fixes for 1.2.5.1
* Mon Jun 14 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5.1-1 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.5.1-2
* Updated to 1.2.5.1 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Jun 3 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5-3
* Fixes for 1.2.5 (alsactl)
* Mon May 31 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5-2 * Mon Aug 9 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5.1-1
* Updated to 1.2.5 * Updated to 1.2.5.1
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.4-3 * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.4-3
- Rebuilt for updated systemd-rpm-macros - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
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