diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-06-25 18:17:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-06-25 18:17:52 +0000 |
commit | a2e4d9d15d9e6eaba9e1de9e883ec3ce05040a3b (patch) | |
tree | 0d7b4eb132bebdd569611a39a5f7435d000bcd54 | |
parent | 6ab0df2deec195907a74835715573bb15bd4e07e (diff) | |
download | rpmtools-a2e4d9d15d9e6eaba9e1de9e883ec3ce05040a3b.tar rpmtools-a2e4d9d15d9e6eaba9e1de9e883ec3ce05040a3b.tar.gz rpmtools-a2e4d9d15d9e6eaba9e1de9e883ec3ce05040a3b.tar.bz2 rpmtools-a2e4d9d15d9e6eaba9e1de9e883ec3ce05040a3b.tar.xz rpmtools-a2e4d9d15d9e6eaba9e1de9e883ec3ce05040a3b.zip |
6.36.3
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 9f6e31e..225df11 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "6.2"; +my $rpmtools_version = "6.3"; # where to find the rpm utility @@ -1,3 +1,5 @@ +Version 6.3 - 25 June 2012, by Thierry Vignaud + - actually compress xml files with '--text' flag passed to lzma (shrinks files.xml.lzma by 25% \o/) - compress synthesis with XZ too (40% saving) |