summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-09-14 06:44:44 +0000
committerThierry Vignaud <tv@mageia.org>2011-09-14 06:44:44 +0000
commit0f26330add0bf6d3cf912970aea0152302551020 (patch)
treea0f89dbd3577ce2cc2d622f57ccfe74981effaa2
parentc4db7355a3e02702637f23e9ce0cd92926ca85f7 (diff)
downloadurpmi-0f26330add0bf6d3cf912970aea0152302551020.tar
urpmi-0f26330add0bf6d3cf912970aea0152302551020.tar.gz
urpmi-0f26330add0bf6d3cf912970aea0152302551020.tar.bz2
urpmi-0f26330add0bf6d3cf912970aea0152302551020.tar.xz
urpmi-0f26330add0bf6d3cf912970aea0152302551020.zip
compress sources with xz instead of bzip2
-rwxr-xr-xMakefile.PL2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9c2b59d1..0fc943a4 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -165,5 +165,5 @@ WriteMakefile(
( $_ => "\$(INST_MAN${section}DIR)/$targ.$section" );
} <pod/*.pod>, $with_po ? <pod/*/*.pod> : ()
},
- dist => { COMPRESS => "bzip2", SUFFIX => ".bz2" },
+ dist => { COMPRESS => "xz -f", SUFFIX => ".xz" },
);
diff --git a/NEWS b/NEWS
index 38aeca93..d31248f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- compress sources with xz instead of bzip2
+
Version 6.39 - 21 November 2010
- install zeroconf documentation and example files.