1.999821 bump
This commit is contained in:
parent
c8d869535a
commit
3e326113d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/Math-BigInt-1.999816.tar.gz
|
||||
/Math-BigInt-1.999817.tar.gz
|
||||
/Math-BigInt-1.999818.tar.gz
|
||||
/Math-BigInt-1.999821.tar.gz
|
||||
|
@ -1,9 +1,9 @@
|
||||
Name: perl-Math-BigInt
|
||||
Epoch: 1
|
||||
%global cpan_version 1.999818
|
||||
%global cpan_version 1.999821
|
||||
# Keep 4-digit version to compete with perl.spec
|
||||
Version: %(echo %{cpan_version} | sed 's/\(\.....\)/\1./')
|
||||
Release: 477%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Arbitrary-size integer and float mathematics
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Math-BigInt
|
||||
@ -20,27 +20,16 @@ BuildRequires: sed
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
# File::Spec not used on recent perl
|
||||
BuildRequires: perl(integer)
|
||||
BuildRequires: perl(Math::Complex) >= 1.39
|
||||
BuildRequires: perl(overload)
|
||||
# Tests:
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Config)
|
||||
# Config::Tiny not used
|
||||
BuildRequires: perl(lib)
|
||||
# Module::Signature not used
|
||||
# Scalar::Util not used
|
||||
# Socket not used
|
||||
# Test::CPAN::Changes not used
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
# Optional tests:
|
||||
# This core module must be buildable without non-core modules at bootstrap.
|
||||
# Test::Pod 1.22 not used
|
||||
# Test::Pod::Coverage 1.08 not used
|
||||
# Test::Portability::Files not used
|
||||
# Test::Whitespaces not used
|
||||
# Pod::Coverage 0.18 not used
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Math::Complex) >= 1.39
|
||||
Conflicts: perl < 4:5.22.0-347
|
||||
@ -63,7 +52,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
unset AUTHOR_TESTING RELEASE_TESTING
|
||||
unset TEST_SIGNATURE
|
||||
make test
|
||||
|
||||
%files
|
||||
@ -74,6 +63,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 07 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.9998.21-1
|
||||
- 1.999821 bump
|
||||
|
||||
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.9998.18-477
|
||||
- Increase release to favour standalone package
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Math-BigInt-1.999818.tar.gz) = 75234eab0ec99a7412a25cf5c60543f1ea0aa35107e4fca49d80871e5d055c4820968a0ee4fe0ff48dd73b8ca122864b5d26964a932a9cc7b296a1356fac7966
|
||||
SHA512 (Math-BigInt-1.999821.tar.gz) = 45c46daeb778ad3a7cb2338c824e771e386d9be3a4eda9d1d548254cc1395425aeef0dd94b09b3eddaecc179d93b03d7d6540e4b0d188a14b6da716e0abe8210
|
||||
|
Loading…
Reference in New Issue
Block a user