upgrade version to 2.20

This commit is contained in:
yangl777 2021-01-28 15:20:08 +08:00 committed by renmingshuai
parent 9207de75b5
commit a46d7b4ecf
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: perl-ExtUtils-Install Name: perl-ExtUtils-Install
Version: 2.16 Version: 2.20
Release: 1 Release: 1
Summary: Install Perl files from here to there Summary: Install Perl files from here to there
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/ExtUtils-Install 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 BuildArch: noarch
BuildRequires: coreutils make BuildRequires: coreutils make
BuildRequires: perl-interpreter perl-generators BuildRequires: perl-interpreter perl-generators
@ -34,7 +34,7 @@ Requires: man
Man pages and other related documents for %{name}. Man pages and other related documents for %{name}.
%prep %prep
%autosetup -n ExtUtils-Install-2.16 -p1 %autosetup -n ExtUtils-Install-%{version} -p1
rm -rf t/lib/Test rm -rf t/lib/Test
sed -i -e '/^t\/lib\/Test\//d' MANIFEST sed -i -e '/^t\/lib\/Test\//d' MANIFEST
@ -57,6 +57,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Jan 29 2021 yuanxin <yuanxin24@huawei.com> - 2.20-1
- upgrade version to 2.20
* Wed Jul 23 2020 xinghe <xinghe1@huawei.com> - 2.16-1 * Wed Jul 23 2020 xinghe <xinghe1@huawei.com> - 2.16-1
- update version to 2.16 - update version to 2.16