Hello community,

here is the log from the commit of package alsa-plugins for openSUSE:Factory 
checked in at 2015-03-05 15:36:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alsa-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.alsa-plugins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alsa-plugins"

Changes:
--------
--- /work/SRC/openSUSE:Factory/alsa-plugins/alsa-plugins.changes        
2014-11-13 09:19:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-plugins.new/alsa-plugins.changes   
2015-03-05 18:15:41.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Feb 26 17:30:05 CET 2015 - [email protected]
+
+- Update to alsa-plugins 1.0.29:
+  Just a version bump including previous fixes
+- Drop obsoleted patch:
+  0001-jack-Restore-PID-to-jack-client-name-when-not-specif.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-jack-Restore-PID-to-jack-client-name-when-not-specif.patch
  alsa-plugins-1.0.28.tar.bz2

New:
----
  alsa-plugins-1.0.29.tar.bz2

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

Other differences:
------------------
++++++ alsa-plugins.spec ++++++
--- /var/tmp/diff_new_pack.zXQbLi/_old  2015-03-05 18:15:41.000000000 +0100
+++ /var/tmp/diff_new_pack.zXQbLi/_new  2015-03-05 18:15:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-plugins
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version        1.0.28
+%define package_version        1.0.29
 %if 0%{?suse_version} > 1030
 %define build_pulse    1
 %define build_speex    1
@@ -25,7 +25,7 @@
 %define build_speex    0
 %endif
 Name:           alsa-plugins
-Version:        1.0.28
+Version:        1.0.29
 Release:        0
 Summary:        Extra Plug-Ins for the ALSA Library
 License:        LGPL-2.1+
@@ -36,7 +36,6 @@
 Source2:        alsa-pulse.conf
 Source3:        baselibs.conf
 # upstream fixes
-Patch1:         0001-jack-Restore-PID-to-jack-client-name-when-not-specif.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  libjack-devel
@@ -129,11 +128,10 @@
 
 %prep
 %setup -q -n %{name}-%{package_version}
-%patch1 -p1
 
 %build
 export AUTOMAKE_JOBS="%{?_smp_mflags}"
-autoreconf -fi
+# autoreconf -fi
 %configure --enable-maemo-plugin --enable-maemo-resource-manager \
     --with-speex=builtin
 make %{?_smp_mflags}

++++++ alsa-plugins-1.0.28.tar.bz2 -> alsa-plugins-1.0.29.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-plugins-1.0.28/a52/pcm_a52.c 
new/alsa-plugins-1.0.29/a52/pcm_a52.c
--- old/alsa-plugins-1.0.28/a52/pcm_a52.c       2014-06-12 11:32:45.000000000 
+0200
+++ new/alsa-plugins-1.0.29/a52/pcm_a52.c       2015-02-26 13:38:07.000000000 
+0100
@@ -482,6 +482,12 @@
 {
        struct a52_ctx *rec = io->private_data;
 
+       /* When trying to start a PCM that's already running, the result is
+          EBADFD. We might have implicitly started the buffer by filling it
+          up, so just ignore this request if we're already running. */
+       if (snd_pcm_state(rec->slave) == SND_PCM_STATE_RUNNING)
+               return 0;
+
        return snd_pcm_start(rec->slave);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-plugins-1.0.28/configure 
new/alsa-plugins-1.0.29/configure
--- old/alsa-plugins-1.0.28/configure   2014-06-13 11:23:47.000000000 +0200
+++ new/alsa-plugins-1.0.29/configure   2015-02-26 13:45:46.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for alsa-plugins 1.0.28.
+# Generated by GNU Autoconf 2.69 for alsa-plugins 1.0.29.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='alsa-plugins'
 PACKAGE_TARNAME='alsa-plugins'
-PACKAGE_VERSION='1.0.28'
-PACKAGE_STRING='alsa-plugins 1.0.28'
+PACKAGE_VERSION='1.0.29'
+PACKAGE_STRING='alsa-plugins 1.0.29'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1370,7 +1370,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures alsa-plugins 1.0.28 to adapt to many kinds of systems.
+\`configure' configures alsa-plugins 1.0.29 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1440,7 +1440,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of alsa-plugins 1.0.28:";;
+     short | recursive ) echo "Configuration of alsa-plugins 1.0.29:";;
    esac
   cat <<\_ACEOF
 
@@ -1589,7 +1589,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-alsa-plugins configure 1.0.28
+alsa-plugins configure 1.0.29
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1954,7 +1954,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by alsa-plugins $as_me 1.0.28, which was
+It was created by alsa-plugins $as_me 1.0.29, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2778,7 +2778,7 @@
 
 # Define the identity of the package.
  PACKAGE='alsa-plugins'
- VERSION='1.0.28'
+ VERSION='1.0.29'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13121,7 +13121,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by alsa-plugins $as_me 1.0.28, which was
+This file was extended by alsa-plugins $as_me 1.0.29, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13187,7 +13187,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-alsa-plugins config.status 1.0.28
+alsa-plugins config.status 1.0.29
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-plugins-1.0.28/configure.ac 
new/alsa-plugins-1.0.29/configure.ac
--- old/alsa-plugins-1.0.28/configure.ac        2014-06-12 11:32:45.000000000 
+0200
+++ new/alsa-plugins-1.0.29/configure.ac        2015-02-26 13:38:07.000000000 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(alsa-plugins, 1.0.28)
+AC_INIT(alsa-plugins, 1.0.29)
 AM_INIT_AUTOMAKE
 AC_PREFIX_DEFAULT(/usr)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-plugins-1.0.28/jack/pcm_jack.c 
new/alsa-plugins-1.0.29/jack/pcm_jack.c
--- old/alsa-plugins-1.0.28/jack/pcm_jack.c     2014-06-12 11:32:45.000000000 
+0200
+++ new/alsa-plugins-1.0.29/jack/pcm_jack.c     2015-02-26 13:38:07.000000000 
+0100
@@ -372,6 +372,7 @@
 }
 
 static int snd_pcm_jack_open(snd_pcm_t **pcmp, const char *name,
+                            const char *client_name,
                             snd_config_t *playback_conf,
                             snd_config_t *capture_conf,
                             snd_pcm_stream_t stream, int mode)
@@ -405,14 +406,14 @@
                return -EINVAL;
        }
 
-       if (name == NULL)
+       if (client_name == NULL)
                err = snprintf(jack_client_name, sizeof(jack_client_name),
                               "alsa-jack.%s%s.%d.%d", name,
                               stream == SND_PCM_STREAM_PLAYBACK ? "P" : "C",
                               getpid(), num++);
        else
                err = snprintf(jack_client_name, sizeof(jack_client_name),
-                              "%s", name);
+                              "%s", client_name);
 
        if (err >= (int)sizeof(jack_client_name)) {
                fprintf(stderr, "%s: WARNING: JACK client name '%s' truncated 
to %d characters, might not be unique\n",
@@ -470,6 +471,7 @@
        snd_config_iterator_t i, next;
        snd_config_t *playback_conf = NULL;
        snd_config_t *capture_conf = NULL;
+       const char *client_name = NULL;
        int err;
        
        snd_config_for_each(i, next, conf) {
@@ -480,7 +482,7 @@
                if (strcmp(id, "comment") == 0 || strcmp(id, "type") == 0 || 
strcmp(id, "hint") == 0)
                        continue;
                if (strcmp(id, "name") == 0) {
-                       snd_config_get_string(n, &name);
+                       snd_config_get_string(n, &client_name);
                        continue;
                }
                if (strcmp(id, "playback_ports") == 0) {
@@ -503,7 +505,7 @@
                return -EINVAL;
        }
 
-       err = snd_pcm_jack_open(pcmp, name, playback_conf, capture_conf, 
stream, mode);
+       err = snd_pcm_jack_open(pcmp, name, client_name, playback_conf, 
capture_conf, stream, mode);
 
        return err;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-plugins-1.0.28/version 
new/alsa-plugins-1.0.29/version
--- old/alsa-plugins-1.0.28/version     2014-06-13 11:23:48.000000000 +0200
+++ new/alsa-plugins-1.0.29/version     2015-02-26 13:45:47.000000000 +0100
@@ -1 +1 @@
-1.0.28
+1.0.29

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to