diff --git a/IO-Stringy-2.113.tar.gz b/IO-Stringy-2.113.tar.gz new file mode 100644 index 0000000..d582492 Binary files /dev/null and b/IO-Stringy-2.113.tar.gz differ diff --git a/IO-stringy-2.111.tar.gz b/IO-stringy-2.111.tar.gz deleted file mode 100644 index 08b4f02..0000000 Binary files a/IO-stringy-2.111.tar.gz and /dev/null differ diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec index 7865f0d..5952285 100644 --- a/perl-IO-stringy.spec +++ b/perl-IO-stringy.spec @@ -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 - 2.113-1 +- upgrade versoin to 2.113 + * Wed Feb 12 2020 openEuler Buildteam - 2.111-12 - Package init