0.66 bump
This commit is contained in:
parent
38448269d4
commit
e1d57a6d89
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/bignum-0.63.tar.gz
|
||||
/bignum-0.64.tar.gz
|
||||
/bignum-0.65.tar.gz
|
||||
/bignum-0.66.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-bignum
|
||||
Version: 0.65
|
||||
Version: 0.66
|
||||
Release: 1%{?dist}
|
||||
Summary: Transparent big number support for Perl
|
||||
License: GPL+ or Artistic
|
||||
@ -21,7 +21,7 @@ BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Math::BigFloat)
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999830
|
||||
BuildRequires: perl(Math::BigRat) >= 0.2621
|
||||
BuildRequires: perl(Math::BigRat) >= 0.2623
|
||||
BuildRequires: perl(overload)
|
||||
# Optional run-time:
|
||||
# Math::BigInt::Lite not packaged
|
||||
@ -35,7 +35,7 @@ BuildRequires: perl(Math::BigInt::GMP)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Carp) >= 1.22
|
||||
Requires: perl(Math::BigInt) >= 1.999830
|
||||
Requires: perl(Math::BigRat) >= 0.2621
|
||||
Requires: perl(Math::BigRat) >= 0.2623
|
||||
Conflicts: perl < 4:5.22.0-348
|
||||
|
||||
# Remove under-specified dependencies
|
||||
@ -104,6 +104,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon May 16 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.66-1
|
||||
- 0.66 bump
|
||||
|
||||
* Wed Apr 13 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.65-1
|
||||
- 0.65 bump
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (bignum-0.65.tar.gz) = 4285a296d1f1fb4dff3f2928dee9bd0d1c8f33f25ef08dfdbd608af3ea5b4ecedcaa1a74e16d534ccc7a67dfbd6d6e9dfcc482387dec04c850241554e1de8ebd
|
||||
SHA512 (bignum-0.66.tar.gz) = b5624c26b6de9115e1dc2cb6221f353764f0e8bd86c1c4bcdbce2dbc51614c9cad7580a7b13b85fbcf78d0cf3710cb212f5d8da6a8021f07c19d2128928addad
|
||||
|
||||
Loading…
Reference in New Issue
Block a user