Upgrade to version 0.2620

This commit is contained in:
shangyibin 2021-12-21 16:31:25 +08:00
parent 8a5f18be93
commit aaa9db342b
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
Math-BigRat-0.2620.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: perl-Math-BigRat Name: perl-Math-BigRat
Version: 0.2614 Version: 0.2620
Release: 2 Release: 1
Summary: Arbitrary big rational numbers Summary: Arbitrary big rational numbers
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Math-BigRat/ URL: http://search.cpan.org/dist/Math-BigRat/
@ -10,7 +10,7 @@ BuildArch: noarch
BuildRequires:perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More) >= 0.88 findutils BuildRequires:perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More) >= 0.88 findutils
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
Requires: perl(Math::BigInt) >= 1.999718 Requires: perl(Math::BigInt) >= 1.999821
Conflicts: perl < 4:5.22.0-348 Conflicts: perl < 4:5.22.0-348
%description %description
@ -54,5 +54,8 @@ make test
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Tue Dec 21 2021 shangyibin <shangyibin1@huawei.com> - 0.2620-1
- Upgrade to version 0.2620
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.2614-2 * Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.2614-2
- Package init - Package init