update version to 0.63

(cherry picked from commit e213c9c1f1eabef5657d783170ae752051f23cc5)
This commit is contained in:
renmingshuai 2021-12-26 10:52:43 +08:00 committed by openeuler-sync-bot
parent 02307a38df
commit 7d0baefbc8
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
bignum-0.63.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: perl-bignum Name: perl-bignum
Version: 0.51 Version: 0.63
Release: 1 Release: 1
Summary: transparent big number support Summary: transparent big number support
License: GPL or Artistic License: GPL or Artistic
@ -14,7 +14,7 @@ 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)
#for test #for test
Requires: perl(Math::BigRat) >= 0.12 perl(Math::BigInt) >= 1.999812 Requires: perl(Math::BigRat) >= 0.2618 perl(Math::BigInt) >= 1.999825
%description %description
Three modules provided by this package: Three modules provided by this package:
@ -48,6 +48,9 @@ make test TEST_VERBOSE=1
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sun Dec 26 2021 yuanxin <yuanxin24@huawei.com> - 0.63-1
- update version to 0.63
* Sat Jul 25 2020 shixuantong <shixuantong@huawei.com> - 0.51-1 * Sat Jul 25 2020 shixuantong <shixuantong@huawei.com> - 0.51-1
- update to 0.51-1 - update to 0.51-1