upgrade version to 2.113

This commit is contained in:
renmingshuai 2021-01-29 11:34:25 +08:00 committed by yeah_wang
parent 8246719dff
commit 04c6c46a4d
3 changed files with 8 additions and 5 deletions

BIN
IO-Stringy-2.113.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Summary: I/O on in-core objects for Perl
Name: perl-IO-stringy
Version: 2.111
Release: 12
Version: 2.113
Release: 1
License: GPL+ or Artistic
URL: https://metacpan.org/release/IO-stringy
Source0: https://cpan.metacpan.org/authors/id/D/DS/DSKOLL/IO-stringy-%{version}.tar.gz
URL: https://metacpan.org/pod/IO::stringy
Source0: https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/IO-Stringy-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: perl-interpreter perl-generators perl(ExtUtils::MakeMaker)
@ -25,7 +25,7 @@ such as IO::Scalar, IO::ScalarArray, and IO::Lines.
%package_help
%prep
%autosetup -n IO-stringy-%{version} -p1
%autosetup -n IO-Stringy-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -60,5 +60,8 @@ make test
%{_mandir}/man3/IO::WrapTie.3*
%changelog
* Fri Jan 29 2021 yuanxin <yuanxin24@huawei.com> - 2.113-1
- upgrade versoin to 2.113
* Wed Feb 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.111-12
- Package init