Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alsa-utils for openSUSE:Factory checked in at 2022-06-03 14:15:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old) and /work/SRC/openSUSE:Factory/.alsa-utils.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-utils" Fri Jun 3 14:15:15 2022 rev:138 rq:980234 version:1.2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes 2022-02-01 14:03:02.476038095 +0100 +++ /work/SRC/openSUSE:Factory/.alsa-utils.new.1548/alsa-utils.changes 2022-06-03 14:15:21.361214323 +0200 @@ -1,0 +2,12 @@ +Wed Jun 1 05:54:52 UTC 2022 - Takashi Iwai <ti...@suse.com> + +- Update to alsa-utils 1.2.7: + Enhancement and fixes of alsactl, speaker-test cleanup, + alsatplg enhancements, arecord ghost data fix, etc. + For details see: + https://www.alsa-project.org/wiki/Changes_v1.2.6.3_v1.2.7#alsa-utils +- Drop obsoleted patches: + 0001-alsamixer-Fix-regression-in-color-setup.patch + 0002-alsamixer-Revert-has_mouse-check.patch + +------------------------------------------------------------------- Old: ---- 0001-alsamixer-Fix-regression-in-color-setup.patch 0002-alsamixer-Revert-has_mouse-check.patch alsa-utils-1.2.6.tar.bz2 alsa-utils-1.2.6.tar.bz2.sig New: ---- alsa-utils-1.2.7.tar.bz2 alsa-utils-1.2.7.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-utils.spec ++++++ --- /var/tmp/diff_new_pack.0y5YkW/_old 2022-06-03 14:15:22.145215342 +0200 +++ /var/tmp/diff_new_pack.0y5YkW/_new 2022-06-03 14:15:22.153215352 +0200 @@ -16,10 +16,16 @@ # -%define do_autoreconf 1 +%define do_autoreconf 0 %define _udevdir %(pkg-config --variable=udevdir udev) +%ifarch %ix86 x86_64 %arm aarch64 ppc64le riscv64 +%define enable_topology 1 +%else +%define enable_topology 0 +%endif + Name: alsa-utils -Version: 1.2.6 +Version: 1.2.7 Release: 0 Summary: Advanced Linux Sound Architecture Utilities License: GPL-2.0-or-later @@ -30,12 +36,10 @@ Source2: 01beep.conf Source3: sound-extra.service Source5: load-sound-modules.sh -Patch1: 0001-alsamixer-Fix-regression-in-color-setup.patch -Patch2: 0002-alsamixer-Revert-has_mouse-check.patch Patch100: alsa-info-no-update-for-distro-script.patch Patch101: alsa-utils-configure-version-revert.patch BuildRequires: alsa-devel -%ifarch %ix86 x86_64 %arm aarch64 ppc64le riscv64 +%if %enable_topology BuildRequires: alsa-topology-devel %endif BuildRequires: fftw3-devel @@ -52,6 +56,7 @@ BuildRequires: pkgconfig(udev) %if 0%{?do_autoreconf} BuildRequires: automake +BuildRequires: libtool %endif Requires: alsa # for alsa-info.sh @@ -75,8 +80,6 @@ %prep %setup -q -%patch1 -p1 -%patch2 -p1 %patch100 -p1 %if 0%{?do_autoreconf} %patch101 -p1 @@ -100,6 +103,9 @@ %make_install mkdir -p %{buildroot}%{_datadir}/alsa/init/preinit mkdir -p %{buildroot}%{_datadir}/alsa/init/postinit +%if %enable_topology +rm -f %{_libdir}/alsa-topology/*.la +%endif for i in %{_sourcedir}/[0-9]*.conf; do install -c -m 0644 $i %{buildroot}%{_datadir}/alsa/init/postinit done @@ -146,6 +152,9 @@ %{_sbindir}/* %exclude %{_bindir}/alsabat %exclude %{_sbindir}/alsabat-test.sh +%if %enable_topology +%{_libdir}/alsa-topology +%endif %exclude %{_mandir}/man*/alsabat.* %{_datadir}/sounds/alsa %{_datadir}/alsa ++++++ alsa-utils-1.2.6.tar.bz2 -> alsa-utils-1.2.7.tar.bz2 ++++++ ++++ 49094 lines of diff (skipped)