update to 0.5009

This commit is contained in:
sxt1001 2020-07-29 16:06:19 +08:00
parent 1639003137
commit 60fc197ad0
3 changed files with 8 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,14 @@
Name: perl-Math-BigInt-FastCalc
Version: 0.500.700
Release: 5
Version: 0.500.900
Release: 1
Summary: Math::BigInt::Calc with some XS for more speed
License: GPL+ or Artistic
URL: https://metacpan.org/release/Math-BigInt-FastCalc
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-0.5007.tar.gz
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-0.5009.tar.gz
BuildRequires:perl-generators perl-interpreter perl-devel
BuildRequires:perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More) >= 0.88
BuildRequires:perl(Math::BigInt) perl(Math::BigFloat)
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
Conflicts: perl < 4:5.22.0-348
@ -27,7 +28,7 @@ Requires: man info
Man page and other related documents for %{name}.
%prep
%autosetup -n Math-BigInt-FastCalc-0.5007 -p1
%autosetup -n Math-BigInt-FastCalc-0.5009 -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 OPTIMIZE="%{optflags}"
@ -61,6 +62,9 @@ make test
%{_mandir}/*/*
%changelog
* Wed Jul 29 2020 shixuantong <shixuantong@huawei.com> - 0.500.900-1
- update to 0.500.900-1
* Wed May 13 2020 licunlong <licunlong1@huawei.com> - 0.500.700-5
- add perl-devel buildrequire