Accepting request 843203 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/843203 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alsa-utils?expand=0&rev=127
This commit is contained in:
commit
dfcce674ee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff19ae48c22938de7a491bdb39db74a2eee2546013f39bf1a86185e426f921aa
|
||||
size 1277105
|
3
alsa-utils-1.2.4.tar.bz2
Normal file
3
alsa-utils-1.2.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98ffc2d599de0577d423a48fa5f20a992ca0b82d812ed1f2e58ade49ac6da426
|
||||
size 1286259
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 21 13:01:26 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update to alsa-utils 1.2.3:
|
||||
alsactl extension for disabling UCM, alsa-info.sh enhancements,
|
||||
various fixes and documentation updates.
|
||||
See details in
|
||||
https://alsa-project.org/wiki/Changes_v1.2.3.2_v1.2.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 19:12:43 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Use /run/lock for alsactl lock directory (bsc#1177826)
|
||||
- Migrate the old asound.state file if the new path isn't present
|
||||
yet (bsc#1177826)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 12:39:42 CEST 2020 - tiwai@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define do_autoreconf 0
|
||||
%define _udevdir %(pkg-config --variable=udevdir udev)
|
||||
Name: alsa-utils
|
||||
Version: 1.2.3
|
||||
Version: 1.2.4
|
||||
Release: 0
|
||||
Summary: Advanced Linux Sound Architecture Utilities
|
||||
License: GPL-2.0-or-later
|
||||
@ -85,7 +85,8 @@ autoreconf -fi
|
||||
%endif
|
||||
%configure --with-curses=ncursesw \
|
||||
--with-systemdsystemunitdir=%{_unitdir} \
|
||||
--with-udev-rules-dir=%{_udevdir}/rules.d
|
||||
--with-udev-rules-dir=%{_udevdir}/rules.d \
|
||||
--with-alsactl-lock-dir=/run/lock
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -115,6 +116,11 @@ install -c -m 0755 %{SOURCE5} %{buildroot}%{_prefix}/lib/systemd/scripts
|
||||
|
||||
%post
|
||||
%service_add_post sound-extra.service
|
||||
# migrate the old asound.state
|
||||
test -f %{_localstatedir}/lib/alsa/asound.state || \
|
||||
test -f /etc/asound.state && \
|
||||
cp -a /etc/asound.state %{_localstatedir}/lib/alsa/asound.state
|
||||
exit 0
|
||||
|
||||
%preun
|
||||
%service_del_preun sound-extra.service
|
||||
|
Loading…
Reference in New Issue
Block a user