diff --git a/alsa-utils-1.2.3.tar.bz2 b/alsa-utils-1.2.3.tar.bz2 deleted file mode 100644 index 6034a37..0000000 --- a/alsa-utils-1.2.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff19ae48c22938de7a491bdb39db74a2eee2546013f39bf1a86185e426f921aa -size 1277105 diff --git a/alsa-utils-1.2.4.tar.bz2 b/alsa-utils-1.2.4.tar.bz2 new file mode 100644 index 0000000..df9ca47 --- /dev/null +++ b/alsa-utils-1.2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ffc2d599de0577d423a48fa5f20a992ca0b82d812ed1f2e58ade49ac6da426 +size 1286259 diff --git a/alsa-utils.changes b/alsa-utils.changes index b40bb0c..318b3e0 100644 --- a/alsa-utils.changes +++ b/alsa-utils.changes @@ -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 diff --git a/alsa-utils.spec b/alsa-utils.spec index 3865d56..30ce650 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -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