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 2021-06-16 20:33:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old) and /work/SRC/openSUSE:Factory/.alsa-utils.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-utils" Wed Jun 16 20:33:29 2021 rev:132 rq:899947 version:1.2.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes 2021-04-27 21:34:14.599942422 +0200 +++ /work/SRC/openSUSE:Factory/.alsa-utils.new.32437/alsa-utils.changes 2021-06-16 20:33:39.946999860 +0200 @@ -1,0 +2,34 @@ +Mon Jun 14 15:04:57 CEST 2021 - ti...@suse.de + +- Update to alsa-utils 1.2.5: + a major version up, including previous patches + https://www.alsa-project.org/wiki/Changes_v1.2.4_v1.2.5 +- Update to alsa-utils 1.2.5.1: + a small bugfix release + https://www.alsa-project.org/wiki/Changes_v1.2.5_v1.2.5.1 +- Drop the obsoleted patches: + 0001-aplay-try-to-use-16-bit-format-to-increase-capture-q.patch + 0002-alsamixer-Fix-the-mixer-views-description-in-man-pag.patch + 0003-Add-Slovak-translation.patch + 0004-Add-Basque-translation.patch + 0006-aplay-cosmetic-code-fix-in-xrun.patch + 0007-aplay-fix-the-CPU-busy-loop-in-the-pause-handler.patch + 0008-alsa-info-Add-lsusb-and-stream-outputs.patch + 0010-alsactl-Fix-double-decrease-of-lock-timeout.patch + 0011-alsactl-Fix-race-at-creating-a-lock-file.patch + 0012-alsactl-Remove-asound.state-file-check-from-alsa-res.patch + 0013-aplay-add-test-code-for-snd_pcm_status-to-test-posit.patch + 0014-ucm-fix-typo-in-docs.patch + 0015-aplay-add-avail-delay-checks-to-test-position.patch + 0016-alsactl-daemon-read_pid_file-fix-the-returned-code-o.patch + 0017-alsactl-init-set_ctl_value-fix-bytes-parsing.patch + 0018-alsactl-init-parse-fix-possible-double-free.patch + 0019-alsaloop-fix-possible-memory-leak-in-create_loopback.patch + 0020-alsaloop-get_queued_playback_samples-simplify-code.patch + 0021-topology-fix-possible-double-free-in-load.patch + 0022-alsamixer-remove-dead-fcn-widget_handle_key-in-widge.patch + 0023-alsamixer-remove-unused-variable-y-in-display_scroll.patch + 0024-alsamixer-fix-shift-in-parse_words.patch + 0025-aplay-fix-the-test-position-test-for-playback-avail-.patch + +------------------------------------------------------------------- Old: ---- 0001-aplay-try-to-use-16-bit-format-to-increase-capture-q.patch 0002-alsamixer-Fix-the-mixer-views-description-in-man-pag.patch 0003-Add-Slovak-translation.patch 0004-Add-Basque-translation.patch 0006-aplay-cosmetic-code-fix-in-xrun.patch 0007-aplay-fix-the-CPU-busy-loop-in-the-pause-handler.patch 0008-alsa-info-Add-lsusb-and-stream-outputs.patch 0010-alsactl-Fix-double-decrease-of-lock-timeout.patch 0011-alsactl-Fix-race-at-creating-a-lock-file.patch 0012-alsactl-Remove-asound.state-file-check-from-alsa-res.patch 0013-aplay-add-test-code-for-snd_pcm_status-to-test-posit.patch 0014-ucm-fix-typo-in-docs.patch 0015-aplay-add-avail-delay-checks-to-test-position.patch 0016-alsactl-daemon-read_pid_file-fix-the-returned-code-o.patch 0017-alsactl-init-set_ctl_value-fix-bytes-parsing.patch 0018-alsactl-init-parse-fix-possible-double-free.patch 0019-alsaloop-fix-possible-memory-leak-in-create_loopback.patch 0020-alsaloop-get_queued_playback_samples-simplify-code.patch 0021-topology-fix-possible-double-free-in-load.patch 0022-alsamixer-remove-dead-fcn-widget_handle_key-in-widge.patch 0023-alsamixer-remove-unused-variable-y-in-display_scroll.patch 0024-alsamixer-fix-shift-in-parse_words.patch 0025-aplay-fix-the-test-position-test-for-playback-avail-.patch alsa-utils-1.2.4.tar.bz2 New: ---- alsa-utils-1.2.5.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-utils.spec ++++++ --- /var/tmp/diff_new_pack.zyIPyP/_old 2021-06-16 20:33:40.843001388 +0200 +++ /var/tmp/diff_new_pack.zyIPyP/_new 2021-06-16 20:33:40.843001388 +0200 @@ -19,7 +19,7 @@ %define do_autoreconf 1 %define _udevdir %(pkg-config --variable=udevdir udev) Name: alsa-utils -Version: 1.2.4 +Version: 1.2.5.1 Release: 0 Summary: Advanced Linux Sound Architecture Utilities License: GPL-2.0-or-later @@ -29,29 +29,6 @@ Source1: 01beep.conf Source2: sound-extra.service Source5: load-sound-modules.sh -Patch1: 0001-aplay-try-to-use-16-bit-format-to-increase-capture-q.patch -Patch2: 0002-alsamixer-Fix-the-mixer-views-description-in-man-pag.patch -Patch3: 0003-Add-Slovak-translation.patch -Patch4: 0004-Add-Basque-translation.patch -Patch6: 0006-aplay-cosmetic-code-fix-in-xrun.patch -Patch7: 0007-aplay-fix-the-CPU-busy-loop-in-the-pause-handler.patch -Patch8: 0008-alsa-info-Add-lsusb-and-stream-outputs.patch -Patch10: 0010-alsactl-Fix-double-decrease-of-lock-timeout.patch -Patch11: 0011-alsactl-Fix-race-at-creating-a-lock-file.patch -Patch12: 0012-alsactl-Remove-asound.state-file-check-from-alsa-res.patch -Patch13: 0013-aplay-add-test-code-for-snd_pcm_status-to-test-posit.patch -Patch14: 0014-ucm-fix-typo-in-docs.patch -Patch15: 0015-aplay-add-avail-delay-checks-to-test-position.patch -Patch16: 0016-alsactl-daemon-read_pid_file-fix-the-returned-code-o.patch -Patch17: 0017-alsactl-init-set_ctl_value-fix-bytes-parsing.patch -Patch18: 0018-alsactl-init-parse-fix-possible-double-free.patch -Patch19: 0019-alsaloop-fix-possible-memory-leak-in-create_loopback.patch -Patch20: 0020-alsaloop-get_queued_playback_samples-simplify-code.patch -Patch21: 0021-topology-fix-possible-double-free-in-load.patch -Patch22: 0022-alsamixer-remove-dead-fcn-widget_handle_key-in-widge.patch -Patch23: 0023-alsamixer-remove-unused-variable-y-in-display_scroll.patch -Patch24: 0024-alsamixer-fix-shift-in-parse_words.patch -Patch25: 0025-aplay-fix-the-test-position-test-for-playback-avail-.patch Patch100: alsa-info-no-update-for-distro-script.patch Patch101: alsa-utils-configure-version-revert.patch BuildRequires: alsa-devel @@ -95,29 +72,6 @@ %prep %setup -q -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch6 -p1 -%patch7 -p1 -%patch8 -p1 -%patch10 -p1 -%patch11 -p1 -%patch12 -p1 -%patch13 -p1 -%patch14 -p1 -%patch15 -p1 -%patch16 -p1 -%patch17 -p1 -%patch18 -p1 -%patch19 -p1 -%patch20 -p1 -%patch21 -p1 -%patch22 -p1 -%patch23 -p1 -%patch24 -p1 -%patch25 -p1 %patch100 -p1 %if 0%{?do_autoreconf} %patch101 -p1 ++++++ alsa-utils-1.2.4.tar.bz2 -> alsa-utils-1.2.5.1.tar.bz2 ++++++ ++++ 25616 lines of diff (skipped)