Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2020-10-22 14:22:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old)
 and      /work/SRC/openSUSE:Factory/.alsa-utils.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alsa-utils"

Thu Oct 22 14:22:19 2020 rev:127 rq:843203 version:1.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes    2020-10-07 
14:18:02.377464365 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new.3463/alsa-utils.changes  
2020-10-22 14:23:38.630823589 +0200
@@ -1,0 +2,16 @@
+Wed Oct 21 13:01:26 CEST 2020 - ti...@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 - ti...@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)
+
+-------------------------------------------------------------------

Old:
----
  alsa-utils-1.2.3.tar.bz2

New:
----
  alsa-utils-1.2.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ alsa-utils.spec ++++++
--- /var/tmp/diff_new_pack.vgAXR3/_old  2020-10-22 14:23:39.494824365 +0200
+++ /var/tmp/diff_new_pack.vgAXR3/_new  2020-10-22 14:23:39.498824368 +0200
@@ -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 @@
 %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 @@
 
 %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

++++++ alsa-utils-1.2.3.tar.bz2 -> alsa-utils-1.2.4.tar.bz2 ++++++
++++ 5851 lines of diff (skipped)


Reply via email to