aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-01-17 01:35:58 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-01-17 11:12:41 +0100
commit8febc2408c8858e34912fda957a1ad37828c4d4d (patch)
tree24277b80166abe51bfc84a178af0fc3878e465fa
parent53624bcd2bbc6fd91c7a487b0703ddf427e312de (diff)
downloadrpmtools-master.tar
rpmtools-master.tar.gz
rpmtools-master.tar.bz2
rpmtools-master.tar.xz
rpmtools-master.zip
-rwxr-xr-xMakefile.PL2
-rw-r--r--NEWS2
-rw-r--r--rpmtools.pm2
3 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index a5a0053..9e27caf 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,7 @@
use strict;
use ExtUtils::MakeMaker;
-my $rpmtools_version = "7.11";
+my $rpmtools_version = "7.12";
# where to find the rpm utility
diff --git a/NEWS b/NEWS
index cae65a2..b55184c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 7.12 - 17 January 2020, by Thierry Vignaud
+
- switch from md5sum to Digest::MD5 thus improving urpmi test coverage
Version 7.11 - 13 January 2020, by Thierry Vignaud
diff --git a/rpmtools.pm b/rpmtools.pm
index a5197e6..eb69eba 100644
--- a/rpmtools.pm
+++ b/rpmtools.pm
@@ -2,6 +2,6 @@ package rpmtools;
# Dummy package for CPAN testers
-our $VERSION = '7.11';
+our $VERSION = '7.12';
1;