diff --git a/Math-BigInt-1.999830.tar.gz b/Math-BigInt-1.999830.tar.gz deleted file mode 100644 index 154b314878d0967f8162a3d65f2368703b8a8f63..0000000000000000000000000000000000000000 Binary files a/Math-BigInt-1.999830.tar.gz and /dev/null differ diff --git a/Math-BigInt-1.999837.tar.gz b/Math-BigInt-1.999837.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e8728815a4cbfa6e644c49c4d89ba66cba94bf66 Binary files /dev/null and b/Math-BigInt-1.999837.tar.gz differ diff --git a/perl-Math-BigInt.spec b/perl-Math-BigInt.spec index 4e950bc8f9d225e467476d40bf3f12499f65ac41..51fb64d139e782670cb25f80ba5c403f20dcbe60 100644 --- a/perl-Math-BigInt.spec +++ b/perl-Math-BigInt.spec @@ -1,5 +1,5 @@ %define anolis_release 1 -%global cpan_version 1.999830 +%global cpan_version 1.999837 Name: perl-Math-BigInt Epoch: 1 @@ -7,7 +7,7 @@ Epoch: 1 Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./') Release: %{anolis_release}%{?dist} Summary: Arbitrary-size integer and float mathematics -License: GPL+ or Artistic +License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Math-BigInt Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-%{cpan_version}.tar.gz BuildArch: noarch @@ -38,6 +38,9 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) >= 1.22 Requires: perl(Math::Complex) >= 1.39 Conflicts: perl < 4:5.22.0-347 +%if !%{defined perl_bootstrap} +Requires: perl(Math::BigRat) +%endif # Do not export unversioned module %global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Math::BigInt\\)\\s*$ @@ -105,5 +108,8 @@ make test %{_libexecdir}/%{name} %changelog +* Mon Jan 30 2023 Chunmei Xu - 1:1.9998.37-1 +- update to 1.9998.37 + * Wed Apr 20 2022 zhang xianting - 1:1.9998.30-1 - Initial build for Anolis V23