1.999824 bump
This commit is contained in:
parent
af59bfaca4
commit
5a9817d58f
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
||||
/Math-BigInt-1.999821.tar.gz
|
||||
/Math-BigInt-1.999822.tar.gz
|
||||
/Math-BigInt-1.999823.tar.gz
|
||||
/Math-BigInt-1.999824.tar.gz
|
||||
|
@ -1,9 +1,9 @@
|
||||
Name: perl-Math-BigInt
|
||||
Epoch: 1
|
||||
%global cpan_version 1.999823
|
||||
%global cpan_version 1.999824
|
||||
# Keep 4-digit version to compete with perl.spec
|
||||
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Arbitrary-size integer and float mathematics
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Math-BigInt
|
||||
@ -12,6 +12,7 @@ BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
@ -25,7 +26,6 @@ BuildRequires: perl(Math::Complex) >= 1.39
|
||||
BuildRequires: perl(overload)
|
||||
# Tests:
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(lib)
|
||||
# Module::Signature not used
|
||||
# Socket not used
|
||||
@ -101,6 +101,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Sep 22 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.9998.24-1
|
||||
- 1.999824 bump
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.9998.23-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Math-BigInt-1.999823.tar.gz) = caf9ccfc9bea684512dab67c1fcbd463920295a10288177fb0dec3d0fd504c7b6709796ea97c61c9147dd4cb531c6f4c102ca5580c2be679cd0c4a5a8807b54e
|
||||
SHA512 (Math-BigInt-1.999824.tar.gz) = a37d7f00e61dafb3c3bb0641158ed559288b83c17ef1e16549e4a47d31123e0b703b4f20951b5bec81608dd73d8995e41c01b9ac87d4ea3e45f59d166cc5f86e
|
||||
|
Loading…
Reference in New Issue
Block a user