1.6001 bump

This commit is contained in:
Jitka Plesnikova 2016-11-25 10:35:56 +01:00
parent 912ea68115
commit b8fdc48ff2
2 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,7 @@
%bcond_with author_tests
Name: perl-Math-BigInt-GMP
Version: 1.6000
Version: 1.6001
Release: 1%{?dist}
Summary: Use the GMP library for Math::BigInt routines
License: GPL+ or Artistic
@ -22,22 +22,23 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.75
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(lib)
BuildRequires: perl(Text::ParseWords)
# Module Runtime
BuildRequires: perl(strict)
BuildRequires: perl(Text::ParseWords)
BuildRequires: perl(vars)
# Module Runtime
BuildRequires: perl(Math::BigInt::Lib) >= 1.999801
BuildRequires: perl(warnings)
BuildRequires: perl(XSLoader) >= 0.02
# Test Suite
BuildRequires: perl(Math::BigFloat) >= 1.994
BuildRequires: perl(Math::BigInt) >= 1.9998
BuildRequires: perl(Math::BigInt) >= 1.999801
BuildRequires: perl(Pod::Coverage) >= 0.18
BuildRequires: perl(Storable)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::Pod) >= 1.22
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
BuildRequires: perl(threads)
BuildRequires: perl(vars)
# Author Tests
%if %{with author_tests}
BuildRequires: perl(Config::Tiny)
@ -84,6 +85,9 @@ make test %{?_with_author_tests:AUTHOR_TESTING=1}
%{_mandir}/man3/Math::BigInt::GMP.3*
%changelog
* Fri Nov 25 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.6001-1
- 1.6001 bump
* Fri Nov 18 2016 Paul Howarth <paul@city-fan.org> - 1.6000-1
- Update to 1.6000
- Sync test files with Math-BigInt-1.999800

View File

@ -1 +1 @@
226dc854ceb7923fcfea3a08484c1cdd Math-BigInt-GMP-1.6000.tar.gz
c1697f2f2aaa640faf56fbd268cd54c1 Math-BigInt-GMP-1.6001.tar.gz