aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-09-09 11:22:28 +0000
committerThierry Vignaud <tv@mageia.org>2011-09-09 11:22:28 +0000
commite479809f96e53f9483f749096250c061dde90b8c (patch)
tree4ae29502d91c25afc67f7f1d93bd3f1a412c29f1
parent54e5eb2c0e2306627ce7bc82f8b642abfdc90c73 (diff)
downloadrpmtools-e479809f96e53f9483f749096250c061dde90b8c.tar
rpmtools-e479809f96e53f9483f749096250c061dde90b8c.tar.gz
rpmtools-e479809f96e53f9483f749096250c061dde90b8c.tar.bz2
rpmtools-e479809f96e53f9483f749096250c061dde90b8c.tar.xz
rpmtools-e479809f96e53f9483f749096250c061dde90b8c.zip
6.16.1
-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)