From c5a8b6a18e24f3f3e27f7d910d77355d3db6286bace1f03d258dea561a4f8074 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 18 Nov 2019 10:23:08 +0000 Subject: [PATCH] Accepting request 749249 from home:tiwai:branches:multimedia:libs - Update to alsa-utils 1.2.1: * axfer: handle -ETIMEDOUT before non-block I/O operation * axfer: code refactoring for a helper function to wait for avail buffer space * axfer: handle -ETIMEDOUT before handle mmap I/O operation * axfer: return ETIMEDOUT when no event occurs after waiter expiration * axfer: fix to return error code when a call of select(2) fails * axfer: return the number of file descriptors for I/O events from select(2) waiter * axfer: test: fix invalid comparison of 64 bit storage in ILP32 data type * axfer: mapper: fix parameter check for demuxer * axfer: remove unused variable warnings * alsamixer: Remove exp10 usage * alsaucm, topology: LDADD cleanups and add support for libatopology * alsaucm: fix the implicit card open * alsaucm, topology: LDADD cleanups and add support for libatopology * alsaucm: do the implicit ucm open only when the command requires it * alsaucm: call snd_config_update_free_global() to make valgrind more happy * amixer: do not double LF for container type * aplay: fix memory leak when setup_chmap() fail OBS-URL: https://build.opensuse.org/request/show/749249 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=160 --- alsa-utils-1.1.9.tar.bz2 | 3 --- alsa-utils-1.2.1.tar.bz2 | 3 +++ alsa-utils.changes | 22 ++++++++++++++++++++++ alsa-utils.spec | 5 +++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 alsa-utils-1.1.9.tar.bz2 create mode 100644 alsa-utils-1.2.1.tar.bz2 diff --git a/alsa-utils-1.1.9.tar.bz2 b/alsa-utils-1.1.9.tar.bz2 deleted file mode 100644 index efcf25d..0000000 --- a/alsa-utils-1.1.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ddf2cbddb4bd1a4a2a6492a09c25898b08c3ad64893c3655be14194cf0a213a -size 1268833 diff --git a/alsa-utils-1.2.1.tar.bz2 b/alsa-utils-1.2.1.tar.bz2 new file mode 100644 index 0000000..eac966f --- /dev/null +++ b/alsa-utils-1.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b110ba71ef41d3009db1bc4dcae0cf79efb99cb5426fa19d0312470560a2c0d +size 1270194 diff --git a/alsa-utils.changes b/alsa-utils.changes index e61f5de..0cdb0a0 100644 --- a/alsa-utils.changes +++ b/alsa-utils.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Nov 15 17:46:13 CET 2019 - tiwai@suse.de + +- Update to alsa-utils 1.2.1: + * axfer: handle -ETIMEDOUT before non-block I/O operation + * axfer: code refactoring for a helper function to wait for avail buffer space + * axfer: handle -ETIMEDOUT before handle mmap I/O operation + * axfer: return ETIMEDOUT when no event occurs after waiter expiration + * axfer: fix to return error code when a call of select(2) fails + * axfer: return the number of file descriptors for I/O events from select(2) waiter + * axfer: test: fix invalid comparison of 64 bit storage in ILP32 data type + * axfer: mapper: fix parameter check for demuxer + * axfer: remove unused variable warnings + * alsamixer: Remove exp10 usage + * alsaucm, topology: LDADD cleanups and add support for libatopology + * alsaucm: fix the implicit card open + * alsaucm, topology: LDADD cleanups and add support for libatopology + * alsaucm: do the implicit ucm open only when the command requires it + * alsaucm: call snd_config_update_free_global() to make valgrind more happy + * amixer: do not double LF for container type + * aplay: fix memory leak when setup_chmap() fail + ------------------------------------------------------------------- Tue Jun 11 12:30:17 UTC 2019 - Dominique Leuenberger diff --git a/alsa-utils.spec b/alsa-utils.spec index 0a7cb25..6731f45 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -18,7 +18,7 @@ %define _udevdir %(pkg-config --variable=udevdir udev) Name: alsa-utils -Version: 1.1.9 +Version: 1.2.1 Release: 0 Summary: Advanced Linux Sound Architecture Utilities License: GPL-2.0-or-later @@ -30,13 +30,14 @@ Source2: sound-extra.service Source5: load-sound-modules.sh Patch101: alsa-utils-configure-version-revert.patch BuildRequires: alsa-devel +BuildRequires: alsa-topology-devel BuildRequires: automake BuildRequires: fftw3-devel BuildRequires: libsamplerate-devel BuildRequires: ncurses-devel BuildRequires: pkgconfig -BuildRequires: pkgconfig(systemd) BuildRequires: xmlto +BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(udev) Requires: alsa # for alsa-info.sh