From e479809f96e53f9483f749096250c061dde90b8c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 9 Sep 2011 11:22:28 +0000 Subject: 6.1 --- META.yml | 2 +- Makefile.PL | 2 +- NEWS | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/META.yml b/META.yml index 6ab1cdc..52d900d 100644 --- a/META.yml +++ b/META.yml @@ -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 diff --git a/NEWS b/NEWS index b02b7d8..fcf7aa6 100644 --- a/NEWS +++ b/NEWS @@ -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) -- cgit v1.2.1