0.50 bump
This commit is contained in:
parent
e1753ef99c
commit
4404d4426e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/bignum-0.47.tar.gz
|
||||
/bignum-0.48.tar.gz
|
||||
/bignum-0.49.tar.gz
|
||||
/bignum-0.50.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-bignum
|
||||
Version: 0.49
|
||||
Release: 2%{?dist}
|
||||
Version: 0.50
|
||||
Release: 1%{?dist}
|
||||
Summary: Transparent big number support for Perl
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/bignum/
|
||||
@ -18,20 +18,26 @@ BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Math::BigFloat)
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999718
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999812
|
||||
BuildRequires: perl(Math::BigRat) >= 0.12
|
||||
BuildRequires: perl(overload)
|
||||
# Optional run-time:
|
||||
# Math::BigInt::Lite not packaged
|
||||
# Tests:
|
||||
# Algorithm::Combinatorics not used
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
# Test::Version not used
|
||||
# Optional tests:
|
||||
# Module::Signature not used and not helpful
|
||||
# Pod::Coverage 0.18 not used
|
||||
# Socket not used
|
||||
# Test::CPAN::Changes not used
|
||||
# Test::Pod 1.22 not used
|
||||
# Test::Pod::Coverage 1.08 not used
|
||||
# Test::Portability::Files not used
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(Math::BigInt) >= 1.999718
|
||||
Requires: perl(Math::BigInt) >= 1.999812
|
||||
Requires: perl(Math::BigRat) >= 0.12
|
||||
Conflicts: perl < 4:5.22.0-348
|
||||
|
||||
@ -54,6 +60,7 @@ make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
unset RELEASE_TESTING
|
||||
make test
|
||||
|
||||
%files
|
||||
@ -63,6 +70,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 18 2018 Petr Pisar <ppisar@redhat.com> - 0.50-1
|
||||
- 0.50 bump
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.49-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (bignum-0.49.tar.gz) = 2bd804ca87c863b82a88902a6f4a4cff6f0304b4c33a64b8b5f95042ece7e467d2675d702a66a25422afcab9b0334b59f166dad9117ac521bb19e648e98296bb
|
||||
SHA512 (bignum-0.50.tar.gz) = 9b01fa23422ffc142457ed70d104de1a90f333b7029585b874d8ad501cfb67bd91d237271189f3a9243fd0138894bbd465990b46acfaa7d62cbf611e00563ecb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user