summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2023-01-28 10:14:18 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2023-01-28 10:14:18 +0000
commitf823ad67ca12e41ea022f4269b34fcc1fc094db3 (patch)
tree95902044d16f38d02677a2a5a54260ea089fd4d0
parentfbb72b53a473e81efbf14a3c7886f077f0e3afb8 (diff)
downloadurpmi-f823ad67ca12e41ea022f4269b34fcc1fc094db3.tar
urpmi-f823ad67ca12e41ea022f4269b34fcc1fc094db3.tar.gz
urpmi-f823ad67ca12e41ea022f4269b34fcc1fc094db3.tar.bz2
urpmi-f823ad67ca12e41ea022f4269b34fcc1fc094db3.tar.xz
urpmi-f823ad67ca12e41ea022f4269b34fcc1fc094db3.zip
-rw-r--r--Changes2
-rw-r--r--Makefile.PL2
-rwxr-xr-xt/gendistrib2
-rwxr-xr-xt/genhdlist22
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.pm2
6 files changed, 7 insertions, 5 deletions
diff --git a/Changes b/Changes
index e63c204f..cb79c68e 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+Version 8.130 - 28 January 2023
+
- library:
o force timestamping=off when using wget to avoid conflict with --force-clobber
diff --git a/Makefile.PL b/Makefile.PL
index f04f7d86..51a478ba 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -193,7 +193,7 @@ WriteMakefile(
},
'urpmi' => {
file => 'urpmi.pm',
- version => 'v8.129',
+ version => 'v8.130',
},
},
resources => {
diff --git a/t/gendistrib b/t/gendistrib
index e0457505..193c3a64 100755
--- a/t/gendistrib
+++ b/t/gendistrib
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/perl5.32.1
(our $VERSION) = q(Id: gendistrib 20724 2006-11-30 13:13:27Z rafael ) =~ /(\d+)/;
diff --git a/t/genhdlist2 b/t/genhdlist2
index 04c95b7d..8799086e 100755
--- a/t/genhdlist2
+++ b/t/genhdlist2
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/perl5.32.1
our ($VERSION) = q(Id: genhdlist2 20460 2006-11-23 13:19:11Z pixel ) =~ /(\d+\.\d+)/;
diff --git a/urpm.pm b/urpm.pm
index 739282a2..d54a4b6b 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -14,7 +14,7 @@ use urpm::md5sum;
# perl_checker: require urpm::media
# perl_checker: require urpm::parallel
-our $VERSION = 'v8.129';
+our $VERSION = 'v8.130';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');
diff --git a/urpmi.pm b/urpmi.pm
index 22f77299..add3a869 100644
--- a/urpmi.pm
+++ b/urpmi.pm
@@ -4,6 +4,6 @@ use strict;
# Dummy package for CPAN testers
-our $VERSION = '8.129';
+our $VERSION = '8.130';
1;