Accepting request 1173704 from devel:languages:perl:autoupdate

- updated to 0.5018
   see /usr/share/doc/packages/perl-Math-BigInt-FastCalc/CHANGES
  0.5018 2024-01-06
   * Sync test files with Math-BigInt.
  0.5017 2024-01-04
   * Update required version of Math-BigInt.
   * Sync test files with Math-BigInt.

OBS-URL: https://build.opensuse.org/request/show/1173704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-FastCalc?expand=0&rev=36
This commit is contained in:
2024-05-14 11:57:45 +00:00
committed by Git OBS Bridge
parent c90cf02d26
commit 0e35cf7127
4 changed files with 20 additions and 7 deletions

View File

@@ -18,9 +18,10 @@
%define cpan_name Math-BigInt-FastCalc
Name: perl-Math-BigInt-FastCalc
Version: 0.501.600
Version: 0.501.800
Release: 0
%define cpan_version 0.5016
# 0.5018 -> normalize -> 0.501.800
%define cpan_version 0.5018
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Math::BigInt::Calc with some XS for more speed
URL: https://metacpan.org/release/%{cpan_name}
@@ -30,10 +31,10 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Carp) >= 1.22
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.58
BuildRequires: perl(Math::BigInt) >= 2.2.1
BuildRequires: perl(Math::BigInt) >= 2.3.1
BuildRequires: perl(Test::More) >= 0.82
Requires: perl(Carp) >= 1.22
Requires: perl(Math::BigInt) >= 2.2.1
Requires: perl(Math::BigInt) >= 2.3.1
Provides: perl(Math::BigInt::FastCalc) = %{version}
%undefine __perllib_provides
%{perl_requires}