update version to 0.5012

This commit is contained in:
guozhaorui 2021-12-03 16:29:59 +08:00
parent 7c97be6444
commit f6a070bc37
3 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: perl-Math-BigInt-FastCalc Name: perl-Math-BigInt-FastCalc
Version: 0.500.900 Version: 0.501.200
Release: 3 Release: 1
Summary: Math::BigInt::Calc with some XS for more speed Summary: Math::BigInt::Calc with some XS for more speed
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Math-BigInt-FastCalc URL: https://metacpan.org/release/Math-BigInt-FastCalc
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-0.5009.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-0.5012.tar.gz
BuildRequires:perl-generators perl-interpreter perl-devel gcc BuildRequires:perl-generators perl-interpreter perl-devel gcc
BuildRequires:perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More) >= 0.88 BuildRequires:perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More) >= 0.88
@ -28,7 +28,7 @@ Requires: man info
Man page and other related documents for %{name}. Man page and other related documents for %{name}.
%prep %prep
%autosetup -n Math-BigInt-FastCalc-0.5009 -p1 %autosetup -n Math-BigInt-FastCalc-0.5012 -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 OPTIMIZE="%{optflags}"
@ -62,6 +62,9 @@ make test
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Fri Dec 3 2021 guozhaorui <guozhaorui1@huawei.com> - 0.501.200-1
- update version to 0.5012
* Wed Jun 23 2021 wuchaochao <wuchaochao4@huawei.com> - 0.500.900-3 * Wed Jun 23 2021 wuchaochao <wuchaochao4@huawei.com> - 0.500.900-3
- add buildrequires: gcc - add buildrequires: gcc