!25 [sync] PR-23: remove requires of the perl-Math-BigRat
From: @openeuler-sync-bot Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
79da8b1c15
@ -1,6 +1,6 @@
|
||||
Name: perl-bignum
|
||||
Version: 0.66
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: transparent big number support
|
||||
License: GPL-1.0-or-later or Artistic-1.0-perl
|
||||
URL: https://metacpan.org/release/bignum
|
||||
@ -14,7 +14,7 @@ BuildRequires: perl(Test::More) >= 0.88
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) perl(Carp) >= 1.22
|
||||
#for test
|
||||
Requires: perl(Math::BigRat) >= 0.2623 perl(Math::BigInt) >= 1.999830
|
||||
Requires: perl(Math::BigInt) >= 2.003002
|
||||
|
||||
%description
|
||||
Three modules provided by this package:
|
||||
@ -49,6 +49,9 @@ make test TEST_VERBOSE=1
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 11 2025 hugel <gengqihu2@h-partners.com> - 0.66-3
|
||||
- remove requires of the perl-Math-BigRat
|
||||
|
||||
* Tue Aug 13 2024 gengqihu <gengqihu2@h-partners.com> - 0.66-2
|
||||
- License info rectification
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user