aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-26 21:32:30 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-26 21:32:30 +0000
commit194eba325c2a28055ca560bfca7e952323ac7101 (patch)
tree0d06d08f3cf86394f0e2c17ead69d892fbbb86ce
parenta2e4d9d15d9e6eaba9e1de9e883ec3ce05040a3b (diff)
downloadrpmtools-194eba325c2a28055ca560bfca7e952323ac7101.tar
rpmtools-194eba325c2a28055ca560bfca7e952323ac7101.tar.gz
rpmtools-194eba325c2a28055ca560bfca7e952323ac7101.tar.bz2
rpmtools-194eba325c2a28055ca560bfca7e952323ac7101.tar.xz
rpmtools-194eba325c2a28055ca560bfca7e952323ac7101.zip
compress synthesis files with '--text' flag passed to xz (shrinks
synthesis.cz by 4-7%)
-rw-r--r--NEWS3
-rw-r--r--genhdlist22
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8c44a03..dc0d3f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- compress synthesis files with '--text' flag passed to xz (shrinks
+ synthesis.cz by 4-7%)
+
Version 6.3 - 25 June 2012, by Thierry Vignaud
- actually compress xml files with '--text' flag passed to lzma (shrinks
diff --git a/genhdlist2 b/genhdlist2
index 592eb51..b6a0cd0 100644
--- a/genhdlist2
+++ b/genhdlist2
@@ -16,7 +16,7 @@ sub usage () {
sub main() {
my %options = (
- synthesis_filter => '.cz:xz -5',
+ synthesis_filter => '.cz:xz -5 --text',
xml_info => 'auto',
xml_info_filter => '.lzma:lzma -5 --text',
versioned => 'auto'