diff --git a/ExtUtils-Install-2.16.tar.gz b/ExtUtils-Install-2.16.tar.gz deleted file mode 100644 index edd531f11cf05eb330e74e9e6195a001f3fbe892..0000000000000000000000000000000000000000 Binary files a/ExtUtils-Install-2.16.tar.gz and /dev/null differ diff --git a/ExtUtils-Install-2.20.tar.gz b/ExtUtils-Install-2.20.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7f91381998d3b6e3262f1940dedc7c012719ea29 Binary files /dev/null and b/ExtUtils-Install-2.20.tar.gz differ diff --git a/perl-ExtUtils-Install.spec b/perl-ExtUtils-Install.spec index a46d307c655a2ec7a1a88cc007c3420c1f71c0e6..c89b8762987bf45ef47348a40b52999c919fa8c4 100644 --- a/perl-ExtUtils-Install.spec +++ b/perl-ExtUtils-Install.spec @@ -1,10 +1,10 @@ Name: perl-ExtUtils-Install -Version: 2.16 +Version: 2.20 Release: 1 Summary: Install Perl files from here to there License: GPL+ or Artistic URL: https://metacpan.org/release/ExtUtils-Install -Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-Install-2.16.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-Install-%{version}.tar.gz BuildArch: noarch BuildRequires: coreutils make BuildRequires: perl-interpreter perl-generators @@ -34,7 +34,7 @@ Requires: man Man pages and other related documents for %{name}. %prep -%autosetup -n ExtUtils-Install-2.16 -p1 +%autosetup -n ExtUtils-Install-%{version} -p1 rm -rf t/lib/Test sed -i -e '/^t\/lib\/Test\//d' MANIFEST @@ -57,6 +57,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Jan 29 2021 yuanxin - 2.20-1 +- upgrade version to 2.20 + * Wed Jul 23 2020 xinghe - 2.16-1 - update version to 2.16