aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--META.yml2
-rwxr-xr-xMakefile.PL2
-rw-r--r--NEWS2
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)