From c29b5c1db36f7e55652697082a8e868abfebe9bf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 3 Dec 2021 15:09:30 +0100 Subject: 5.222 --- Changes | 2 ++ Makefile.PL | 2 +- URPM.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 3dfdcd2..97b2a10 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +Version 5.222 - 3 December 2021 + - Harmonize buffer size (thus fixing "invalid line <@provides" for huge pkgs) Version 5.221 - 2 December 2021 diff --git a/Makefile.PL b/Makefile.PL index 1c64132..04d9830 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -91,7 +91,7 @@ WriteMakefile( provides => { 'URPM' => { file => 'URPM.pm', - version => 'v5.221', + version => 'v5.222', }, 'URPM::Resolve' => { file => 'URPM/Resolve.pm', diff --git a/URPM.pm b/URPM.pm index 0272031..73310e7 100644 --- a/URPM.pm +++ b/URPM.pm @@ -14,7 +14,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = 'v5.221'; +our $VERSION = 'v5.222'; URPM->bootstrap($VERSION); -- cgit v1.2.1