Accepting request 342666 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/342666
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-FastCalc?expand=0&rev=16
This commit is contained in:
2015-11-06 19:37:05 +00:00
committed by Git OBS Bridge
parent 3275748130
commit d5af83d260
4 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60d953589f56be59c9fb053943b0bee6859c9b75fe13ef453160bd3a1ccd12d6
size 67805

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bef3c4e1580ad0964d6127bf8f4a3c4eb4c9c61043e0197002db5e7296157792
size 67783

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Nov 6 10:07:11 UTC 2015 - coolo@suse.com
- updated to 0.36
see /usr/share/doc/packages/perl-Math-BigInt-FastCalc/CHANGES
2015-11-04 v0.36 pjacklam
* Sync test files with Math-BigInt-1.999708.
* Required version of Test::More is only 0.47, not 0.62.
-------------------------------------------------------------------
Sat Oct 31 10:47:59 UTC 2015 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Math-BigInt-FastCalc
Version: 0.35
Version: 0.36
Release: 0
%define cpan_name Math-BigInt-FastCalc
Summary: Math::BigInt::Calc with some XS for more speed
@@ -29,10 +29,10 @@ Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Math::BigInt) >= 1.999703
BuildRequires: perl(Math::BigInt::Calc) >= 1.999703
Requires: perl(Math::BigInt) >= 1.999703
Requires: perl(Math::BigInt::Calc) >= 1.999703
BuildRequires: perl(Math::BigInt) >= 1.999706
BuildRequires: perl(Math::BigInt::Calc) >= 1.999706
Requires: perl(Math::BigInt) >= 1.999706
Requires: perl(Math::BigInt::Calc) >= 1.999706
%{perl_requires}
%description