diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-26 21:32:30 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-26 21:32:30 +0000 |
commit | 194eba325c2a28055ca560bfca7e952323ac7101 (patch) | |
tree | 0d06d08f3cf86394f0e2c17ead69d892fbbb86ce | |
parent | a2e4d9d15d9e6eaba9e1de9e883ec3ce05040a3b (diff) | |
download | rpmtools-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-- | NEWS | 3 | ||||
-rw-r--r-- | genhdlist2 | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 @@ -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' |