* configure.ac (AM_INIT_AUTOMAKE): Replace dist-bzip2 with dist-xz.
* make-dist: Update for dist-xz.
* strace.spec: Update Source tag.
* .gitignore: Add strace-*.tar.xz.
---

xz(1) tool is widespread enough to change tar archive compression
from bzip2 to xz.

 .gitignore   |    2 ++
 configure.ac |    2 +-
 make-dist    |    2 +-
 strace.spec  |    2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3adf1cf..1043e1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,5 @@ Makefile.in
 /ioctldefs.h
 /ioctlsort
 /strace
+
+/strace-*.tar.xz
diff --git a/configure.ac b/configure.ac
index ca1694b..be2494a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT([strace],[4.5.20])
 AC_CONFIG_SRCDIR([strace.c])
 AC_CONFIG_AUX_DIR([.])
 AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([foreign check-news dist-bzip2 no-dist-gzip silent-rules])
+AM_INIT_AUTOMAKE([foreign check-news dist-xz no-dist-gzip silent-rules])
 AM_MAINTAINER_MODE
 AC_CANONICAL_HOST
 
diff --git a/make-dist b/make-dist
index a4e598c..fb5d8ce 100755
--- a/make-dist
+++ b/make-dist
@@ -22,4 +22,4 @@ autoreconf -i -f
 
 make -s $j distcheck
 
-mv -f *.tar.bz2 ..
+mv -f strace-*.tar.xz ..
diff --git a/strace.spec b/strace.spec
index e046c62..4e806d7 100644
--- a/strace.spec
+++ b/strace.spec
@@ -5,7 +5,7 @@ Release: 2%{?dist}
 License: BSD
 Group: Development/Debuggers
 URL: http://sourceforge.net/projects/strace/
-Source0: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.bz2
+Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libacl-devel, libaio-devel, time


-- 
ldv

Attachment: pgpT9f5KxOSBT.pgp
Description: PGP signature

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to