8
0

Accepting request 343816 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/343816
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=27
This commit is contained in:
Stephan Kulow
2015-11-11 14:56:21 +00:00
committed by Git OBS Bridge
parent cadd3e8f07
commit f4e87eec51
4 changed files with 24 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 11 10:10:30 UTC 2015 - coolo@suse.com
- updated to 1.999709
see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
2015-11-06 v1.999709 pjacklam
* Represent and return zero as 0E0, not 0E1. The old POD said "A zero is
represented and returned as 0E1, not 0E0 (after Knuth)." I find no
references to Knuth ever having said this. The closest reference I can find
is that Knuth says 0**0 should be defined to be 1, not 0, but that is
something else than 0e0, which is 0*10**0. I have yet to see any other
mathematical software that represents and returns zero as 0e1 rather than
0e0.
* Required version of Test::More is 0.9301.
-------------------------------------------------------------------
Fri Nov 6 10:06:53 UTC 2015 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Math-BigInt
Version: 1.999708
Version: 1.999709
Release: 0
%define cpan_name Math-BigInt
Summary: Arbitrary size integer/float math package
@@ -31,7 +31,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Math::Complex) >= 1.39
BuildRequires: perl(Test::More) >= 0.9301
Requires: perl(Math::Complex) >= 1.39
Requires: perl(Test::More) >= 0.9301
%{perl_requires}
# MANUAL BEGIN
Recommends: perl(bignum) >= 0.22
@@ -52,7 +54,6 @@ exactly what you expect.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor