1.6011 bump
This commit is contained in:
parent
9c64ffd7ee
commit
06c8ef3b7b
@ -1,6 +1,6 @@
|
||||
Name: perl-Math-BigInt-GMP
|
||||
Version: 1.6010
|
||||
Release: 2%{?dist}
|
||||
Version: 1.6011
|
||||
Release: 1%{?dist}
|
||||
Summary: Use the GMP library for Math::BigInt routines
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Math-BigInt-GMP
|
||||
@ -14,17 +14,17 @@ BuildRequires: make
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.75
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Math::BigInt::Lib) >= 1.999801
|
||||
BuildRequires: perl(Math::BigInt::Lib) >= 1.999831
|
||||
BuildRequires: perl(XSLoader) >= 0.02
|
||||
# Test Suite
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Math::BigFloat) >= 1.994
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999819
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999831
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(threads)
|
||||
@ -49,7 +49,7 @@ also reduces the memory footprint by not loading Math::GMP and Carp at all.
|
||||
Summary: Tests for %{name}
|
||||
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Requires: perl-Test-Harness
|
||||
Requires: perl(Math::BigInt) >= 1.999819
|
||||
Requires: perl(Math::BigInt) >= 1.999831
|
||||
|
||||
%description tests
|
||||
Tests from %{name}. Execute them
|
||||
@ -105,6 +105,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue May 17 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.6011-1
|
||||
- 1.6011 bump
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6010-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Math-BigInt-GMP-1.6010.tar.gz) = b1f64ded24ce1279a8d92a10ec0c4d7fd0a4724d657dd7213c15ae86e5ee22cc9b16939005c6aa4ed5652d7d8e94c77d3b677369780e7d7c5cd39b9257e5d062
|
||||
SHA512 (Math-BigInt-GMP-1.6011.tar.gz) = 3909e343c9b43370727f238c4d939cf830f40546f24e52fdc9fc0a92926f78bcb2a97a23f07f2c66208de28887958df0f156097c4107719a6b10a62f52c3b493
|
||||
|
||||
Loading…
Reference in New Issue
Block a user