forked from pool/alsa-utils
Accepting request 541840 from home:tiwai:branches:multimedia:libs
- Update to alsa-utils 1.1.5: * alsactl: Move systemd unit start-up from basic.target to sound.target * alsatplg: fix topology compiler long option parsing * topology: delete output file if parsing fails. * aplay: Fix playback for small raw files * aplay: Refactor playback code * aplay: Add samples argument for playing/recording a given number of samples * aplay: interrupt streaming via signal in voc_pcm_write * aplay: Fix --max-file-time option 32 bits overflow * alsabat: fix one uninitialized warning issue - Fix filelist for the 1.1.5 update OBS-URL: https://build.opensuse.org/request/show/541840 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=141
This commit is contained in:
parent
0c85eb749b
commit
c5ce675a4d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7831044de92c5bf33bf3365a3f36e49397f4191e934df460ae1ca15138c9d9d
|
||||
size 1202047
|
3
alsa-utils-1.1.5.tar.bz2
Normal file
3
alsa-utils-1.1.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:320bd285e91db6e7fd7db3c9ec6f55b02f35449ff273c7844780ac6a5a3de2e8
|
||||
size 1202691
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 15:03:33 CET 2017 - tiwai@suse.de
|
||||
|
||||
- Update to alsa-utils 1.1.5:
|
||||
* alsactl: Move systemd unit start-up from basic.target to
|
||||
sound.target
|
||||
* alsatplg: fix topology compiler long option parsing
|
||||
* topology: delete output file if parsing fails.
|
||||
* aplay: Fix playback for small raw files
|
||||
* aplay: Refactor playback code
|
||||
* aplay: Add samples argument for playing/recording a given
|
||||
number of samples
|
||||
* aplay: interrupt streaming via signal in voc_pcm_write
|
||||
* aplay: Fix --max-file-time option 32 bits overflow
|
||||
* alsabat: fix one uninitialized warning issue
|
||||
- Fix filelist for the 1.1.5 update
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 17:19:02 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define package_version 1.1.4
|
||||
%define package_version 1.1.5
|
||||
#
|
||||
%if 0%{?suse_version} > 1130
|
||||
%define use_systemd 1
|
||||
@ -35,7 +35,7 @@ BuildRequires: systemd
|
||||
%define _udevdir /lib/udev
|
||||
%endif
|
||||
Name: alsa-utils
|
||||
Version: 1.1.4
|
||||
Version: 1.1.5
|
||||
Release: 0
|
||||
Summary: Advanced Linux Sound Architecture Utilities
|
||||
License: GPL-2.0+
|
||||
@ -142,8 +142,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/alsa
|
||||
%{_udevdir}
|
||||
%if %{use_systemd}
|
||||
%{_unitdir}/*.service
|
||||
%{_unitdir}/basic.target.wants/alsa-state.service
|
||||
%{_unitdir}/basic.target.wants/alsa-restore.service
|
||||
%{_unitdir}/sound.target.wants
|
||||
%endif
|
||||
%if %{use_varlib}
|
||||
%{_localstatedir}/lib/alsa
|
||||
|
Loading…
Reference in New Issue
Block a user