updated to v1.1.0

This commit is contained in:
Jaroslav Kysela 2015-10-27 18:41:17 +01:00
parent 2bb202ee6d
commit 184fdf9185

View File

@ -9,9 +9,9 @@
%ifarch ppc ppc64 %ifarch ppc ppc64
# sb16_csp doesn't build on PPC; see bug #219010 # sb16_csp doesn't build on PPC; see bug #219010
%{?!_without_tools: %global builddirstools as10k1 echomixer envy24control hdspconf hdspmixer hwmixvolume rmedigicontrol sbiload sscape_ctl us428control hda-verb hdajackretask } %{?!_without_tools: %global builddirstools as10k1 echomixer envy24control hdspconf hdspmixer hwmixvolume rmedigicontrol sbiload sscape_ctl us428control hda-verb hdajackretask hdajacksensetest }
%else %else
%{?!_without_tools: %global builddirstools as10k1 echomixer envy24control hdspconf hdspmixer hwmixvolume rmedigicontrol sbiload sb16_csp sscape_ctl us428control hda-verb hdajackretask } %{?!_without_tools: %global builddirstools as10k1 echomixer envy24control hdspconf hdspmixer hwmixvolume rmedigicontrol sbiload sb16_csp sscape_ctl us428control hda-verb hdajackretask hdajacksensetest }
%endif %endif
%{?!_without_firmware: %global builddirsfirmw hdsploader mixartloader usx2yloader vxloader } %{?!_without_firmware: %global builddirsfirmw hdsploader mixartloader usx2yloader vxloader }
@ -24,8 +24,8 @@
Summary: Specialist tools for ALSA Summary: Specialist tools for ALSA
Name: alsa-tools Name: alsa-tools
Version: 1.0.29 Version: 1.1.0
Release: 5%{?dist} Release: 1%{?dist}
# Checked at least one source file from all the sub-projects contained in # Checked at least one source file from all the sub-projects contained in
# the source tarball and they are consistent GPLv2+ - TJ 2007-11-15 # the source tarball and they are consistent GPLv2+ - TJ 2007-11-15
@ -79,6 +79,7 @@ certain sound cards.
* us428control - Control tool for Tascam 428 * us428control - Control tool for Tascam 428
* hda-verb - Direct HDA codec access * hda-verb - Direct HDA codec access
* hdajackretask - Reassign the I/O jacks on the HDA hardware * hdajackretask - Reassign the I/O jacks on the HDA hardware
* hdajacksensetest - The sense test for the I/O jacks on the HDA hardware
%package firmware %package firmware
@ -193,6 +194,7 @@ install -m 644 %{SOURCE5} %{buildroot}/lib/udev/rules.d
%{_bindir}/us428control %{_bindir}/us428control
%{_bindir}/hda-verb %{_bindir}/hda-verb
%{_bindir}/hdajackretask %{_bindir}/hdajackretask
%{_bindir}/hdajacksensetest
%{_datadir}/applications/echomixer.desktop %{_datadir}/applications/echomixer.desktop
%{_datadir}/applications/envy24control.desktop %{_datadir}/applications/envy24control.desktop
%{_datadir}/applications/hdspconf.desktop %{_datadir}/applications/hdspconf.desktop
@ -233,6 +235,9 @@ install -m 644 %{SOURCE5} %{buildroot}/lib/udev/rules.d
%endif %endif
%changelog %changelog
* Tue Oct 27 2015 Jaroslav Kysela <perex@perex.cz> - 1.1.0-1
- Updated to 1.1.0
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.0.29-5 * Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.0.29-5
- Remove no longer required AppData files - Remove no longer required AppData files