[pulseaudio-commits] 2 commits - configure.ac

Colin Guthrie colin at kemper.freedesktop.org
Tue Sep 27 02:18:58 PDT 2011


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 093d2d6bb565aafc31105685ab8e818e73a7d186
Author: Colin Guthrie <colin at mageia.org>
Date:   Tue Sep 27 08:56:06 2011 +0100

    build-sys: bump soname

diff --git a/configure.ac b/configure.ac
index 074bafe..0bf40a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 23)
 
 # The stable ABI for client applications, for the version info x:y:z
 # always will hold y=z
-AC_SUBST(LIBPULSE_VERSION_INFO, [13:3:13])
+AC_SUBST(LIBPULSE_VERSION_INFO, [13:4:13])
 
 # A simplified, synchronous, ABI-stable interface for client
 # applications, for the version info x:y:z always will hold y=z

commit 002726436ba778303728eb50f07087ba95661b2e
Author: Colin Guthrie <colin at mageia.org>
Date:   Tue Sep 27 08:55:11 2011 +0100

    build-sys: Switch to the tar-ustar format (as per a lot of GNOME stuff for 3.2) and distribute .xz files.
    
    We will drop .gz support after 1.0

diff --git a/configure.ac b/configure.ac
index e39d0fe..074bafe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_INIT([pulseaudio],[m4_esyscmd(./git-version-gen .tarball-version)],[mzchyfrnh
 AC_CONFIG_SRCDIR([src/daemon/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax])
+AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules dist-xz tar-ustar])
 
 m4_define(pa_major, `echo $VERSION | cut -d. -f1 | cut -d- -f1`)
 m4_define(pa_minor, `echo $VERSION | cut -d. -f2 | cut -d- -f1`)



More information about the pulseaudio-commits mailing list