diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2023-01-28 10:14:18 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2023-01-28 10:14:18 +0000 |
commit | f823ad67ca12e41ea022f4269b34fcc1fc094db3 (patch) | |
tree | 95902044d16f38d02677a2a5a54260ea089fd4d0 | |
parent | fbb72b53a473e81efbf14a3c7886f077f0e3afb8 (diff) | |
download | urpmi-8.130.tar urpmi-8.130.tar.gz urpmi-8.130.tar.bz2 urpmi-8.130.tar.xz urpmi-8.130.zip |
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | Makefile.PL | 2 | ||||
-rwxr-xr-x | t/gendistrib | 2 | ||||
-rwxr-xr-x | t/genhdlist2 | 2 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.pm | 2 |
6 files changed, 7 insertions, 5 deletions
@@ -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+)/; @@ -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'); @@ -4,6 +4,6 @@ use strict; # Dummy package for CPAN testers -our $VERSION = '8.129'; +our $VERSION = '8.130'; 1; |