Hello community, here is the log from the commit of package alsa for openSUSE:Factory checked in at 2013-05-28 07:24:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa (Old) and /work/SRC/openSUSE:Factory/.alsa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa" Changes: -------- --- /work/SRC/openSUSE:Factory/alsa/alsa.changes 2013-04-26 12:37:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes 2013-05-28 07:24:03.000000000 +0200 @@ -1,0 +2,9 @@ +Thu May 23 15:03:35 CEST 2013 - [email protected] + +- Bump to version 1.0.27.1, including previous fixes, USB config + quirks, addition of UCM configs and other misc fix patches +- Backport upstream fixes: + 0001-pcm-Fix-typo-in-documentation-PREPARE-PREPARED.patch + 0002-ucm-Fix-segfault-when-device-argument-is-missing-fro.patch + +------------------------------------------------------------------- Old: ---- 0001-Fix-doubly-call-of-dlclose-in-dlobj-caching-code.patch 0002-pcm.c-fix-indentation.patch 0003-bring-pcm.h-and-pcm.c-in-sync-with-the-kernel-list.patch 0004-Use-__inline__-for-exported-headers.patch 0005-Add-definition-of-__inline__-for-non-GCC.patch alsa-lib-1.0.27.tar.bz2 New: ---- 0001-pcm-Fix-typo-in-documentation-PREPARE-PREPARED.patch 0002-ucm-Fix-segfault-when-device-argument-is-missing-fro.patch alsa-lib-1.0.27.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa.spec ++++++ --- /var/tmp/diff_new_pack.GvDqvu/_old 2013-05-28 07:24:05.000000000 +0200 +++ /var/tmp/diff_new_pack.GvDqvu/_new 2013-05-28 07:24:05.000000000 +0200 @@ -20,7 +20,7 @@ BuildRequires: doxygen BuildRequires: libtool BuildRequires: pkg-config -%define package_version 1.0.27 +%define package_version 1.0.27.1 Requires: alsa-utils Recommends: alsa-plugins alsa-oss PreReq: %insserv_prereq %fillup_prereq @@ -32,7 +32,7 @@ Summary: Advanced Linux Sound Architecture License: LGPL-2.1+ Group: System/Libraries -Version: 1.0.27 +Version: 1.0.27.1 Release: 0 Source: ftp://ftp.alsa-project.org/pub/lib/alsa-lib-%{package_version}.tar.bz2 Source2: baselibs.conf @@ -54,11 +54,8 @@ Source41: install-snd-module # Patch: alsa-lib-git-fixes.diff # upstream fixes -Patch1: 0001-Fix-doubly-call-of-dlclose-in-dlobj-caching-code.patch -Patch2: 0002-pcm.c-fix-indentation.patch -Patch3: 0003-bring-pcm.h-and-pcm.c-in-sync-with-the-kernel-list.patch -Patch4: 0004-Use-__inline__-for-exported-headers.patch -Patch5: 0005-Add-definition-of-__inline__-for-non-GCC.patch +Patch1: 0001-pcm-Fix-typo-in-documentation-PREPARE-PREPARED.patch +Patch2: 0002-ucm-Fix-segfault-when-device-argument-is-missing-fro.patch # rest suse patches Patch99: alsa-lib-doxygen-avoid-crash-for-11.3.diff Url: http://www.alsa-project.org/ @@ -112,9 +109,6 @@ # %patch -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 %if %suse_version == 1130 %patch99 -p1 %endif ++++++ 0001-pcm-Fix-typo-in-documentation-PREPARE-PREPARED.patch ++++++ >From 3d7433a3c87754ff8b51cf06de53a3e6c38c20b0 Mon Sep 17 00:00:00 2001 From: Jordi Mallach <[email protected]> Date: Fri, 17 May 2013 18:25:51 +0200 Subject: [PATCH] =?UTF-8?q?pcm:=20Fix=20typo=20in=20documentation:=20PREPA?= =?UTF-8?q?RE=20=E2=86=92=20PREPARED.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jordi Mallach <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> --- src/pcm/pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c index 438fb3f..7ec1f0e 100644 --- a/src/pcm/pcm.c +++ b/src/pcm/pcm.c @@ -437,7 +437,7 @@ to #SND_PCM_STATE_SETUP if successfully finishes, otherwise the state #SND_PCM_STATE_OPEN is entered. When it is brought to SETUP state, this function automatically -calls #snd_pcm_prepare() function to bring to the PREPARE state +calls #snd_pcm_prepare() function to bring to the PREPARED state as below. \par snd_pcm_prepare -- 1.8.2.3 ++++++ 0002-ucm-Fix-segfault-when-device-argument-is-missing-fro.patch ++++++ >From 14d653d7c374f9ba6319a7c5a8ee6f0bc3071304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20H=C3=A4m=C3=A4l=C3=A4inen?= <[email protected]> Date: Fri, 24 May 2013 14:01:25 +0300 Subject: [PATCH] ucm: Fix segfault when device argument is missing from _sw{dev, mod} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juho Hämäläinen <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> --- src/ucm/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ucm/main.c b/src/ucm/main.c index d38b7fa..0494728 100644 --- a/src/ucm/main.c +++ b/src/ucm/main.c @@ -1647,7 +1647,8 @@ int snd_use_case_set(snd_use_case_mgr_t *uc_mgr, goto __end; } } else { - str = NULL; + err = -EINVAL; + goto __end; } if (check_identifier(identifier, "_swdev")) err = switch_device(uc_mgr, str, value); -- 1.8.2.3 ++++++ alsa-lib-1.0.27.tar.bz2 -> alsa-lib-1.0.27.1.tar.bz2 ++++++ ++++ 5987 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
