diff --git a/alsa-utils.spec b/alsa-utils.spec index 0ec6d89..600595c 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -1,7 +1,7 @@ %define _distrib_milestone %(echo %_distrib_codename | cut -d- -f1) %define majver %(echo %version | cut -d. -f1-3) Name: alsa-utils -Version: 1.1.7 +Version: 1.1.8 Release: 1mamba Summary: Utilities for the Advanced Linux Sound Architecture (ALSA) Group: System/Kernel and Hardware @@ -156,6 +156,7 @@ exit 0 %{_bindir}/amixer %{_bindir}/aplay %{_bindir}/arecord +%{_bindir}/axfer %{_bindir}/iecset %{_bindir}/speaker-test %{_sbindir}/alsaconf @@ -186,6 +187,7 @@ exit 0 %{_mandir}/man1/aplay.1* %{_mandir}/man1/arecord.1* %{_mandir}/man1/alsabat.1* +%{_mandir}/man1/axfer*.1* %{_mandir}/man1/iecset.1* %{_mandir}/man1/speaker-test.1* %{_mandir}/man7/alsactl_init.7* @@ -210,6 +212,9 @@ exit 0 [ "%{buildroot}" != / ] && rm -rf %{buildroot} %changelog +* Wed Jan 16 2019 Automatic Build System 1.1.8-1mamba +- automatic version update by autodist + * Thu Oct 25 2018 Automatic Build System 1.1.7-1mamba - automatic version update by autodist