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 2024-11-13 15:27:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old) and /work/SRC/openSUSE:Factory/.alsa-utils.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-utils" Wed Nov 13 15:27:08 2024 rev:147 rq:1223722 version:1.2.13 Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes 2024-06-14 18:57:55.074509820 +0200 +++ /work/SRC/openSUSE:Factory/.alsa-utils.new.2017/alsa-utils.changes 2024-11-13 15:27:12.930591279 +0100 @@ -1,0 +2,14 @@ +Tue Nov 12 14:09:44 UTC 2024 - Takashi Iwai <[email protected]> + +- Update to alsa-utils 1.2.13: + * alsactl: add support for AMD ACP digital microphone + * aplay: Print '=== PAUSE ===' only if it is supported + * aplaymidi/arecordmidi: Allow to pass 0 to -u option, too + * new aplaymidi2/arecordmidi2 for MIDI v2.0 + * aseqdump: improved UMP supports + * various topology updates + * aseqsend: improvement and UMP supports + For details, see: + https://www.alsa-project.org/wiki/Changes_v1.2.12_v1.2.13#alsa-utils + +------------------------------------------------------------------- Old: ---- alsa-utils-1.2.12.tar.bz2 alsa-utils-1.2.12.tar.bz2.sig New: ---- alsa-utils-1.2.13.tar.bz2 alsa-utils-1.2.13.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-utils.spec ++++++ --- /var/tmp/diff_new_pack.WAKlrZ/_old 2024-11-13 15:27:13.954634052 +0100 +++ /var/tmp/diff_new_pack.WAKlrZ/_new 2024-11-13 15:27:13.954634052 +0100 @@ -16,6 +16,7 @@ # +%define build_from_git 0 %define do_autoreconf 0 %define _udevdir %(pkg-config --variable=udevdir udev) %ifarch %ix86 x86_64 %arm aarch64 ppc64le riscv64 @@ -25,14 +26,18 @@ %endif Name: alsa-utils -Version: 1.2.12 +Version: 1.2.13 Release: 0 Summary: Advanced Linux Sound Architecture Utilities License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Players URL: http://www.alsa-project.org/ +%if 0%{?build_from_git} Source: https://www.alsa-project.org/files/pub/utils/alsa-utils-%{version}.tar.bz2 Source1: https://www.alsa-project.org/files/pub/utils/alsa-utils-%{version}.tar.bz2.sig +%else +Source: alsa-utils-%{version}.tar.bz2 +%endif Source2: 01beep.conf Source3: sound-extra.service Source5: load-sound-modules.sh @@ -58,7 +63,7 @@ BuildRequires: xmlto BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(udev) -%if 0%{?do_autoreconf} +%if 0%{?do_autoreconf} || 0%{?build_from_git} BuildRequires: automake BuildRequires: libtool %endif @@ -86,7 +91,7 @@ %prep %setup -q %patch -P 100 -p1 -%if 0%{?do_autoreconf} +%if 0%{?do_autoreconf} || 0%{?build_from_git} %patch -P 101 -p1 # fix stupid automake's automatic action sed -i -e's/EXTRA_DIST= config.rpath /EXTRA_DIST=/' Makefile.am @@ -94,6 +99,13 @@ %build export AUTOMAKE_JOBS="%{?_smp_mflags}" +%if 0%{?build_from_git} +export GITCOMPILE_NO_MAKE=1 +./gitcompile --with-curses=ncursesw \ + --with-systemdsystemunitdir=%{_unitdir} \ + --with-udev-rules-dir=%{_udevdir}/rules.d \ + --with-alsactl-lock-dir=/run/lock +%else %if 0%{?do_autoreconf} gettextize -c -f --no-changelog autoreconf -fi @@ -102,6 +114,7 @@ --with-systemdsystemunitdir=%{_unitdir} \ --with-udev-rules-dir=%{_udevdir}/rules.d \ --with-alsactl-lock-dir=/run/lock +%endif make %{?_smp_mflags} %install ++++++ alsa-utils-1.2.12.tar.bz2 -> alsa-utils-1.2.13.tar.bz2 ++++++ ++++ 7281 lines of diff (skipped)
