From d5012c722dc19c3c87cd84762baa4d06cc6a93f9 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Aug 19 2015 08:42:35 +0000 Subject: Update to 1.40 - New upstream release 1.40 - Add changes for the newest release - Reorder change entries into descending chronological order - Update bundled Devel::CheckLib from v1.01 to v1.03 - Update required version of Math-BigInt to 1.9994 - Various test fixes to ensure correct backend is used - Rather than an early exit(), use skip() to skip tests --- diff --git a/perl-Math-BigInt-GMP.spec b/perl-Math-BigInt-GMP.spec index 930033a..f1bf763 100644 --- a/perl-Math-BigInt-GMP.spec +++ b/perl-Math-BigInt-GMP.spec @@ -1,5 +1,5 @@ Name: perl-Math-BigInt-GMP -Version: 1.39 +Version: 1.40 Release: 1%{?dist} Summary: Use the GMP library for Math::BigInt routines License: GPL+ or Artistic @@ -26,7 +26,7 @@ BuildRequires: perl(vars) BuildRequires: perl(XSLoader) >= 0.02 # Test Suite BuildRequires: perl(Math::BigFloat) >= 1.994 -BuildRequires: perl(Math::BigInt) >= 1.9993 +BuildRequires: perl(Math::BigInt) >= 1.9994 BuildRequires: perl(Pod::Coverage) >= 0.18 BuildRequires: perl(Storable) BuildRequires: perl(Test) @@ -77,6 +77,15 @@ make test %{_mandir}/man3/Math::BigInt::GMP.3* %changelog +* Wed Aug 19 2015 Paul Howarth - 1.40-1 +- Update to 1.40 + - Add changes for the newest release + - Reorder change entries into descending chronological order + - Update bundled Devel::CheckLib from v1.01 to v1.03 + - Update required version of Math-BigInt to 1.9994 + - Various test fixes to ensure correct backend is used + - Rather than an early exit(), use skip() to skip tests + * Tue Aug 18 2015 Paul Howarth - 1.39-1 - Update to 1.39 - Updated test files with those from Math-BigInt-1.9997 diff --git a/sources b/sources index d5e9a8a..b296f38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -05b48db4c8d3fa36a0ac02608174470f Math-BigInt-GMP-1.39.tar.gz +a11ea64a5dcd4f64d4c8c8df8452e4ea Math-BigInt-GMP-1.40.tar.gz