diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-06-25 18:17:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-06-25 18:17:40 +0000 |
commit | 349f8754b48ac50dc334c3ec7ae4ba9c5c77b54d (patch) | |
tree | ab5f5539d91a066891c434754169b89a5d50bc4a | |
parent | 79c1b39a8e9f4304b82f8ebb7ab04aa08c0fcba6 (diff) | |
download | rpmtools-349f8754b48ac50dc334c3ec7ae4ba9c5c77b54d.tar rpmtools-349f8754b48ac50dc334c3ec7ae4ba9c5c77b54d.tar.gz rpmtools-349f8754b48ac50dc334c3ec7ae4ba9c5c77b54d.tar.bz2 rpmtools-349f8754b48ac50dc334c3ec7ae4ba9c5c77b54d.tar.xz rpmtools-349f8754b48ac50dc334c3ec7ae4ba9c5c77b54d.zip |
actually compress xml files with '--text' flag passed to lzma
(shrinks files.xml.lzma by 25%)
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | genhdlist2 | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +- actually compress xml files with '--text' flag passed to lzma (shrinks + files.xml.lzma by 25% \o/) + Version 6.2 - 27 February 2012, by Thierry Vignaud - keep real filesizes in synthesis @@ -18,7 +18,7 @@ sub main() { my %options = ( synthesis_filter => '.cz:gzip -9', xml_info => 'auto', - xml_info_filter => '.lzma:lzma -5', + xml_info_filter => '.lzma:lzma -5 --text', versioned => 'auto' ); |