From bf70631e6b15fade6c36472fe8ecb3300677d0a89bb7c2bc9cafb08d240e23b7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 9 May 2016 05:38:40 +0000 Subject: [PATCH] Accepting request 393833 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/393833 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-GMP?expand=0&rev=42 --- Math-BigInt-GMP-1.49.tar.gz | 3 --- Math-BigInt-GMP-1.51.tar.gz | 3 +++ perl-Math-BigInt-GMP.changes | 12 ++++++++++++ perl-Math-BigInt-GMP.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 Math-BigInt-GMP-1.49.tar.gz create mode 100644 Math-BigInt-GMP-1.51.tar.gz diff --git a/Math-BigInt-GMP-1.49.tar.gz b/Math-BigInt-GMP-1.49.tar.gz deleted file mode 100644 index d15ac0b..0000000 --- a/Math-BigInt-GMP-1.49.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:757b5f7859f1e82ef96ef560bac22fe37c1d7d6759f479a312676ad65181362f -size 59712 diff --git a/Math-BigInt-GMP-1.51.tar.gz b/Math-BigInt-GMP-1.51.tar.gz new file mode 100644 index 0000000..757be18 --- /dev/null +++ b/Math-BigInt-GMP-1.51.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ac59cc5af8a2c88ccc27098ed8c4b301d2b5ed5b9c1f12eb8961844f119475 +size 59701 diff --git a/perl-Math-BigInt-GMP.changes b/perl-Math-BigInt-GMP.changes index c27ab76..b6ddadf 100644 --- a/perl-Math-BigInt-GMP.changes +++ b/perl-Math-BigInt-GMP.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 5 09:35:07 UTC 2016 - coolo@suse.com + +- updated to 1.51 + see /usr/share/doc/packages/perl-Math-BigInt-GMP/CHANGES + + 2016-04-25 v1.51 pjacklam + * Sync test files with Math-BigInt-1.999719. + + 2016-04-22 v1.50 pjacklam + * Sync test files with Math-BigInt-1.999718. + ------------------------------------------------------------------- Mon Jan 4 09:50:07 UTC 2016 - coolo@suse.com diff --git a/perl-Math-BigInt-GMP.spec b/perl-Math-BigInt-GMP.spec index 7978a14..3685508 100644 --- a/perl-Math-BigInt-GMP.spec +++ b/perl-Math-BigInt-GMP.spec @@ -17,7 +17,7 @@ Name: perl-Math-BigInt-GMP -Version: 1.49 +Version: 1.51 Release: 0 %define cpan_name Math-BigInt-GMP Summary: Use the GMP library for Math::BigInt routines @@ -29,8 +29,8 @@ Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Math::BigInt) >= 1.999714 -Requires: perl(Math::BigInt) >= 1.999714 +BuildRequires: perl(Math::BigInt) >= 1.999719 +Requires: perl(Math::BigInt) >= 1.999719 %{perl_requires} # MANUAL BEGIN BuildRequires: gmp-devel