spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 5ab7d3f9d859b48a4c7d40c67b2e1fb28e8e8e42
parent 424aaf9a14088d4c7172c98eb3d85097ebf7c1a6
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Mon, 23 Jul 2012 09:42:42 -0700

Switch to xz tarballs

Diffstat:
M.gitignore | 2+-
Mconfigure.ac | 2+-
Mdist/debian/watch | 2+-
Mdist/osx/spek.modules.in | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,7 +1,6 @@ *~ aclocal.m4 autom4te.cache -*.bz2 compile config.* configure @@ -45,3 +44,4 @@ stamp-h1 test* web/version xmldocs.make +*.xz diff --git a/configure.ac b/configure.ac @@ -3,7 +3,7 @@ AC_INIT([spek],[0.7]) AC_CONFIG_SRCDIR([src/spek.vala]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) +AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz]) # Enable silent rules is available m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/dist/debian/watch b/dist/debian/watch @@ -1,3 +1,3 @@ version=3 http://code.google.com/p/spek/downloads/list \ - .*/spek-([0-9.]+)\.tar\.bz2 + .*/spek-([0-9.]+)\.tar\.xz diff --git a/dist/osx/spek.modules.in b/dist/osx/spek.modules.in @@ -33,7 +33,7 @@ </autotools> <autotools id="spek" autogen-sh="configure"> - <branch module="spek-@VERSION@.tar.bz2" version="@VERSION@" repo="spek"/> + <branch module="spek-@VERSION@.tar.xz" version="@VERSION@" repo="spek"/> <dependencies> <dep package="meta-gtk-osx-bootstrap"/> <dep package="meta-gtk-osx-core"/>