aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-04-30 13:57:33 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-05-01 00:22:09 +0200
commit6a48db05e192f766e7b5f6312c3c3ae518d0a1e6 (patch)
tree8cbf83dfed0d8618c7e1d14962deab0f25d140b0
parent0a39d14fe610f8c8cdaa76637525aafc91ae6d23 (diff)
downloadperl-URPM-6a48db05e192f766e7b5f6312c3c3ae518d0a1e6.tar
perl-URPM-6a48db05e192f766e7b5f6312c3c3ae518d0a1e6.tar.gz
perl-URPM-6a48db05e192f766e7b5f6312c3c3ae518d0a1e6.tar.bz2
perl-URPM-6a48db05e192f766e7b5f6312c3c3ae518d0a1e6.tar.xz
perl-URPM-6a48db05e192f766e7b5f6312c3c3ae518d0a1e6.zip
5.285.28
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 72bb51f..dc3c5f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 5.28 - 30 April 2020
+
- actually support deps on patched Mageia[23]'s rpm-4.11
- fix compiling with rpm-4.10 (eg: Debian 7 Wheezy)
diff --git a/URPM.pm b/URPM.pm
index c73fc72..c3a255a 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -14,7 +14,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = 'v5.27';
+our $VERSION = 'v5.28';
URPM->bootstrap($VERSION);