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..88a1095 100644 --- a/alsa-utils.changes +++ b/alsa-utils.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sun Nov 24 17:38:29 UTC 2019 - Neal Gompa + +- Replace incorrect usage of %_libexecdir with %_prefix/lib + +------------------------------------------------------------------- +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..1fe4af5 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 @@ -95,8 +96,8 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/alsa # systemd unit files install -c -m 0644 %{SOURCE2} %{buildroot}%{_unitdir} ln -s ../sound-extra.service %{buildroot}%{_unitdir}/sound.target.wants -mkdir -p %{buildroot}%{_libexecdir}/systemd/scripts -install -c -m 0755 %{SOURCE5} %{buildroot}%{_libexecdir}/systemd/scripts +mkdir -p %{buildroot}%{_prefix}/lib/systemd/scripts +install -c -m 0755 %{SOURCE5} %{buildroot}%{_prefix}/lib/systemd/scripts %pre %service_add_pre sound-extra.service @@ -127,7 +128,7 @@ install -c -m 0755 %{SOURCE5} %{buildroot}%{_libexecdir}/systemd/scripts %{_udevdir} %{_unitdir}/*.service %{_unitdir}/sound.target.wants -%{_libexecdir}/systemd/scripts +%{_prefix}/lib/systemd/scripts %{_localstatedir}/lib/alsa %files -n alsabat