upgrade version to 0.66
This commit is contained in:
parent
7531a3d3ef
commit
aeb1387c3f
Binary file not shown.
BIN
bignum-0.66.tar.gz
Normal file
BIN
bignum-0.66.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: perl-bignum
|
Name: perl-bignum
|
||||||
Version: 0.63
|
Version: 0.66
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: transparent big number support
|
Summary: transparent big number support
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
URL: https://metacpan.org/release/bignum
|
URL: https://metacpan.org/release/bignum
|
||||||
@ -12,15 +12,16 @@ BuildRequires: gcc perl(ExtUtils::MakeMaker) perl-interpreter perl-generators
|
|||||||
#for test
|
#for test
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
|
|
||||||
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) perl(Carp)
|
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) perl(Carp) >= 1.22
|
||||||
#for test
|
#for test
|
||||||
Requires: perl(Math::BigRat) >= 0.2618 perl(Math::BigInt) >= 1.999825
|
Requires: perl(Math::BigRat) >= 0.2623 perl(Math::BigInt) >= 1.999830
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Three modules provided by this package:
|
Three modules provided by this package:
|
||||||
* bigint - Transparent BigInteger support for Perl
|
* bigint - Transparent BigInteger support for Perl
|
||||||
* bignum - Transparent BigNumber support for Perl
|
* bignum - Transparent BigNumber support for Perl
|
||||||
* bigrat - Transparent BigNumber/BigRational support for Perl
|
* bigrat - Transparent BigNumber/BigRational support for Perl
|
||||||
|
* bigfloat - Transparent big floating point number support for Perl
|
||||||
|
|
||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
@ -48,6 +49,9 @@ make test TEST_VERBOSE=1
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 28 2023 renhongxun <renhongxun@h-partners.com> 0.66-1
|
||||||
|
- upgrade version to 0.66
|
||||||
|
|
||||||
* Tue Oct 25 2022 renhongxun <renhongxun@h-partners.com> 0.63-2
|
* Tue Oct 25 2022 renhongxun <renhongxun@h-partners.com> 0.63-2
|
||||||
- Rebuild for next release
|
- Rebuild for next release
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user