aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-25 18:17:40 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-25 18:17:40 +0000
commit349f8754b48ac50dc334c3ec7ae4ba9c5c77b54d (patch)
treeab5f5539d91a066891c434754169b89a5d50bc4a
parent79c1b39a8e9f4304b82f8ebb7ab04aa08c0fcba6 (diff)
downloadrpmtools-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--NEWS3
-rw-r--r--genhdlist22
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ef0e514..2e4aac8 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/genhdlist2 b/genhdlist2
index 63c4e47..89e16bd 100644
--- a/genhdlist2
+++ b/genhdlist2
@@ -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'
);