diff options
-rw-r--r-- | META.yml | 2 | ||||
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ --- #YAML:1.0 name: rpmtools -version: 6.0 +version: 6.1 abstract: ~ author: [] license: unknown diff --git a/Makefile.PL b/Makefile.PL index 2bc0f3d..141ddd5 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "6.0"; +my $rpmtools_version = "6.1"; # where to find the rpm utility @@ -1,3 +1,5 @@ +Version 6.1 - 09 September 2011, by Thierry Vignaud + - force locale to be C (mga#95, Pascal Terjan) (when packages contain translated summary/description genhdlist2 would embed them instead of the English version) |