Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2013-04-19 09:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old)
 and      /work/SRC/openSUSE:Factory/.alsa-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alsa-utils", Maintainer is "ti...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes    2013-04-17 
18:22:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes       
2013-04-19 09:43:04.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 18 18:39:38 CEST 2013 - ti...@suse.de
+
+- Upstream fix: arecord: add a missing break to the capture loop
+  0003-arecord-add-a-missing-break-to-the-capture-loop.patch
+
+-------------------------------------------------------------------

New:
----
  0003-arecord-add-a-missing-break-to-the-capture-loop.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ alsa-utils.spec ++++++
--- /var/tmp/diff_new_pack.FBfvYa/_old  2013-04-19 09:43:05.000000000 +0200
+++ /var/tmp/diff_new_pack.FBfvYa/_new  2013-04-19 09:43:05.000000000 +0200
@@ -60,6 +60,7 @@
 # upstream fix patches
 Patch1:         0001-alsactl-Fix-a-typo-in-systemd-alsa-restore.service.patch
 Patch2:         
0002-alsactl-Fix-the-string-size-for-the-lock-file-contents.patch
+Patch3:         0003-arecord-add-a-missing-break-to-the-capture-loop.patch
 #
 Patch99:        alsa-utils-gettext-version-removal.diff
 Url:            http://www.alsa-project.org/
@@ -77,6 +78,7 @@
 # patch -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 #
 %if %suse_version < 1020
 %patch99 -p1

++++++ 0003-arecord-add-a-missing-break-to-the-capture-loop.patch ++++++
>From b4f34ac26037c10ac51c4bb29203500165848977 Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela <pe...@perex.cz>
Date: Wed, 17 Apr 2013 08:34:34 +0200
Subject: [PATCH] arecord: add a missing break to the capture loop

Signed-off-by: Jaroslav Kysela <pe...@perex.cz>
---
 aplay/aplay.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/aplay/aplay.c b/aplay/aplay.c
index 5bdc39c..000d25b 100644
--- a/aplay/aplay.c
+++ b/aplay/aplay.c
@@ -3021,6 +3021,9 @@ static void capture(char *orig_name)
                        fd = -1;
                }
 
+               if (in_aborting)
+                       break;
+
                /* repeat the loop when format is raw without timelimit or
                 * requested counts of data are recorded
                 */
-- 
1.8.2.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to