aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2021-10-19 10:40:19 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2021-10-19 10:41:50 +0200
commit186800348069bd8600480f1e915f9f8602befa83 (patch)
tree186013aec77ae8f77c21f8b1c2c274f052169ca3
parent3fac0be4adab0ee63b6473d613982b418cc7ab92 (diff)
downloadperl-URPM-186800348069bd8600480f1e915f9f8602befa83.tar
perl-URPM-186800348069bd8600480f1e915f9f8602befa83.tar.gz
perl-URPM-186800348069bd8600480f1e915f9f8602befa83.tar.bz2
perl-URPM-186800348069bd8600480f1e915f9f8602befa83.tar.xz
perl-URPM-186800348069bd8600480f1e915f9f8602befa83.zip
5.1245.124
-rw-r--r--Changes2
-rw-r--r--Makefile.PL2
-rw-r--r--URPM.pm2
3 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index d57f3b6..39f07ee 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+Version 5.124 - 19 October 2021
+
- Prevent SRPM to conflicts with its own build deps
Version 5.123 - 4 November 2020
diff --git a/Makefile.PL b/Makefile.PL
index 7a43831..92f27b8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -91,7 +91,7 @@ WriteMakefile(
provides => {
'URPM' => {
file => 'URPM.pm',
- version => 'v5.24.1',
+ version => 'v5.124',
},
'URPM::Resolve' => {
file => 'URPM/Resolve.pm',
diff --git a/URPM.pm b/URPM.pm
index 32dbfb9..3b0c992 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -14,7 +14,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = 'v5.123';
+our $VERSION = 'v5.124';
URPM->bootstrap($VERSION);