diff --git a/ExtUtils-Install-2.14.tar.gz b/ExtUtils-Install-2.14.tar.gz deleted file mode 100644 index 49616ba..0000000 Binary files a/ExtUtils-Install-2.14.tar.gz and /dev/null differ diff --git a/ExtUtils-Install-2.16.tar.gz b/ExtUtils-Install-2.16.tar.gz new file mode 100644 index 0000000..edd531f Binary files /dev/null and b/ExtUtils-Install-2.16.tar.gz differ diff --git a/perl-ExtUtils-Install.spec b/perl-ExtUtils-Install.spec index d4740de..a46d307 100644 --- a/perl-ExtUtils-Install.spec +++ b/perl-ExtUtils-Install.spec @@ -1,10 +1,10 @@ Name: perl-ExtUtils-Install -Version: 2.14 -Release: 419 +Version: 2.16 +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.14.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-Install-2.16.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.14 -p1 +%autosetup -n ExtUtils-Install-2.16 -p1 rm -rf t/lib/Test sed -i -e '/^t\/lib\/Test\//d' MANIFEST @@ -57,5 +57,8 @@ make test %{_mandir}/man3/* %changelog +* Wed Jul 23 2020 xinghe - 2.16-1 +- update version to 2.16 + * Sat Sep 14 2019 zhangsaisai - 2.14-419 - Package Init