Makefile.am  |    5 -----
 configure.ac |    2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

New commits:
commit 93836989e65ba05b72e021670020652e99c0dc5b
Author: Arun Raghavan <[email protected]>
Date:   Sat Nov 17 10:55:05 2012 +0530

    build-sys: Drop ChangeLog generation
    
    This drops ChangeLog generation from git. It does not make sense to
    distribute 500 kB of ChangeLog given how easy it is these days to browse
    history with git.
    
    We might replace this with a release-annoucement-esque high-level
    summary of changes.

diff --git a/Makefile.am b/Makefile.am
index b3ee078..09fe5ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,11 +83,6 @@ fedora-snapshot: dist
        cp $(distdir).tar.gz $$HOME/git.fedora/pulseaudio/$(distdir).tar.gz
 
 dist-hook:
-       if test -d .git ; then \
-               test -z $$USE_GIT || git pull ; \
-               test -f ${distdir}/ChangeLog && chmod u+w ${distdir}/ChangeLog 
; \
-               ( git-changelog.perl || echo "git-changelog.perl failed." ) > 
${distdir}/ChangeLog 2>&1 ; \
-       fi
        echo $(VERSION) > $(distdir)/.tarball-version
        echo $(VERSION) > $(distdir)/.version
 

commit 9b0dff3a58b81309438eb1164507839136d24030
Author: Arun Raghavan <[email protected]>
Date:   Sat Nov 17 10:54:16 2012 +0530

    build-sys: Bump soname

diff --git a/configure.ac b/configure.ac
index 4590a55..595d296 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 27)
 
 # The stable ABI for client applications, for the version info x:y:z
 # always will hold y=z
-AC_SUBST(LIBPULSE_VERSION_INFO, [15:0:15])
+AC_SUBST(LIBPULSE_VERSION_INFO, [15:1:15])
 
 # A simplified, synchronous, ABI-stable interface for client
 # applications, for the version info x:y:z always will hold y=z

_______________________________________________
pulseaudio-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits

Reply via email to