Wireshark-commits: [Wireshark-commits] master f5dff39: Use xz to compress the source tarball.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 29 Jul 2016 10:55:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f5dff39232f98db9b9d60bf05a64eab98868aa59
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f5dff39 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Use xz to compress the source tarball.
    
    Compress the source tarball using xz instead of bzip2. Other open source
    projects (including many of our dependencies) have been using xz for a
    while so hopefully this won't be too much of a shock.
    
    Remove the patch-bzip2 Autotools target while we're here.
    
    Change-Id: I456d27b6cd56a43aba829bd45938f98568eb7b1d
    Reviewed-on: https://code.wireshark.org/review/16735
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  e727ecf   Don't discard unknown coloring rules.
    adds  f5dff39   Use xz to compress the source tarball.


Summary of changes:
 Makefile.am                                        |   24 ++------------------
 configure.ac                                       |    2 +-
 doc/README.packaging                               |    4 ++--
 docbook/release-notes.asciidoc                     |    2 ++
 docbook/wsdg_src/WSDG_chapter_sources.asciidoc     |    4 ++--
 .../wsug_src/WSUG_chapter_build_install.asciidoc   |    8 +++----
 packaging/rpm/SPECS/wireshark.spec.in              |    4 ++--
 7 files changed, 15 insertions(+), 33 deletions(-)