diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-09-09 11:22:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-09-09 11:22:28 +0000 |
commit | e479809f96e53f9483f749096250c061dde90b8c (patch) | |
tree | 4ae29502d91c25afc67f7f1d93bd3f1a412c29f1 | |
parent | 54e5eb2c0e2306627ce7bc82f8b642abfdc90c73 (diff) | |
download | rpmtools-e479809f96e53f9483f749096250c061dde90b8c.tar rpmtools-e479809f96e53f9483f749096250c061dde90b8c.tar.gz rpmtools-e479809f96e53f9483f749096250c061dde90b8c.tar.bz2 rpmtools-e479809f96e53f9483f749096250c061dde90b8c.tar.xz rpmtools-e479809f96e53f9483f749096250c061dde90b8c.zip |
6.16.1
-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) |