0.5006 bump
This commit is contained in:
parent
d1c65ae142
commit
ae6485d45d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Math-BigInt-FastCalc-0.5005.tar.gz
|
||||
/Math-BigInt-FastCalc-0.5006.tar.gz
|
||||
|
2
.rpmlint
Normal file
2
.rpmlint
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error .* Calc");
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Math-BigInt-FastCalc
|
||||
%global cpan_version 0.5005
|
||||
Version: 0.500.500
|
||||
%global cpan_version 0.5006
|
||||
Version: 0.500.600
|
||||
Release: 1%{?dist}
|
||||
Summary: Math::BigInt::Calc with some XS for more speed
|
||||
License: GPL+ or Artistic
|
||||
@ -18,7 +18,6 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(:VERSION) >= 5.6.0
|
||||
# Math::BigInt::Calc version listed as a string by mistake, CPAN RT#119413
|
||||
BuildRequires: perl(Math::BigInt::Calc) >= 1.999801
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Tests:
|
||||
@ -26,20 +25,15 @@ BuildRequires: perl(XSLoader)
|
||||
# Exporter not used
|
||||
# lib not used
|
||||
BuildRequires: perl(Math::BigFloat)
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999801
|
||||
BuildRequires: perl(Math::BigInt) >= 1.999808
|
||||
# Scalar::Util not used
|
||||
BuildRequires: perl(Test::More) >= 0.82
|
||||
# Optional tests:
|
||||
# Module::Signature not used and not helpful
|
||||
# Socket not used
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
# Math::BigInt::Calc version listed as a string by mistake, CPAN RT#119413
|
||||
Requires: perl(Math::BigInt::Calc) >= 1.999801
|
||||
Conflicts: perl < 4:5.22.0-348
|
||||
|
||||
# Remove under-specified dependencies
|
||||
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Math::BigInt::Calc\\)$
|
||||
|
||||
%description
|
||||
This Perl module provides support for fast big integer calculations.
|
||||
|
||||
@ -67,5 +61,8 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 12 2017 Petr Pisar <ppisar@redhat.com> - 0.500.600-1
|
||||
- 0.5006 bump
|
||||
|
||||
* Fri Dec 23 2016 Petr Pisar <ppisar@redhat.com> 0.500.500-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Math-BigInt-FastCalc-0.5005.tar.gz) = 7006d29531614ac214d9f25c58a4462d383e2e3c3228f141f4939a493d48465c2373817ec16aadce8d839a8a74a88ac678d45e87289f07a4a15e67adc2f1ab95
|
||||
SHA512 (Math-BigInt-FastCalc-0.5006.tar.gz) = b475a3f13491773731f645de7b4b67faec079e386e7bd28fb5dc6e0bc99338ebf40c951dc825b88143add9d676905e22b7def3f5b184270417c2322d6f265e1e
|
||||
|
Loading…
Reference in New Issue
Block a user