From f0bd3e7627f77b7444e48e4b76666b48c9dc3f6be38343d3917e6479a2e9e2f6 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 8 Nov 2018 15:22:11 +0000 Subject: [PATCH] Accepting request 647199 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/647199 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=68 --- Math-BigInt-1.999813.tar.gz | 3 --- Math-BigInt-1.999816.tar.gz | 3 +++ perl-Math-BigInt.changes | 33 +++++++++++++++++++++++++++++++++ perl-Math-BigInt.spec | 9 ++++----- 4 files changed, 40 insertions(+), 8 deletions(-) delete mode 100644 Math-BigInt-1.999813.tar.gz create mode 100644 Math-BigInt-1.999816.tar.gz diff --git a/Math-BigInt-1.999813.tar.gz b/Math-BigInt-1.999813.tar.gz deleted file mode 100644 index 9082564..0000000 --- a/Math-BigInt-1.999813.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67a10a10a806bd7add463acc1557554381052426cbcb04b1ffbeccfb6775be3d -size 2926381 diff --git a/Math-BigInt-1.999816.tar.gz b/Math-BigInt-1.999816.tar.gz new file mode 100644 index 0000000..fde9feb --- /dev/null +++ b/Math-BigInt-1.999816.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a5a1f636a23f66d400d40bffb0d24ad50df00e6e3c7359c9e645c375f40a89 +size 3068270 diff --git a/perl-Math-BigInt.changes b/perl-Math-BigInt.changes index a38437a..01364d3 100644 --- a/perl-Math-BigInt.changes +++ b/perl-Math-BigInt.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Nov 8 06:33:06 UTC 2018 - Stephan Kulow + +- updated to 1.999816 + see /usr/share/doc/packages/perl-Math-BigInt/CHANGES + + 1.999816 2018-10-26 + + * bnok() for Math::BigInt and Math::BigFloat now support the full Kronenburg + extension. The behaviour is identical to the behaviour of the Maple and + Mathematica function for negative integers n, k. Add tests. This closes CPAN + RT #95628. + + * Fix POD errors. This closes CPAN RT #125141. + + 1.999815 2018-10-19 + + * Move bitwise operators signed and, signed or, and signed xor from + lib/Math/BigInt/CalcEmu.pm into lib/Math/BigInt/Lib.pm. The file + lib/Math/BigInt/CalcEmu.pm is no longer needed and thus removed. + + 1.999814 2018-10-01 + + * Add to_base() and from_base() to Math::BigInt and corresponding library + methods _to_base() and _from_base() to Math::BigInt::Lib. This was inspired + by CPAN RT #122681. + + * Fix Makefile.PL to reflect that Test::More is only needed for testing, not + for building. + + * In the documentation for each of the to_(bin|hex|oct|bytes) methods, add a + reference to the corresponding from_(bin|hex|oct|bytes) method. + ------------------------------------------------------------------- Sat Apr 21 05:31:55 UTC 2018 - coolo@suse.com diff --git a/perl-Math-BigInt.spec b/perl-Math-BigInt.spec index 7163263..11c02ba 100644 --- a/perl-Math-BigInt.spec +++ b/perl-Math-BigInt.spec @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Math-BigInt -Version: 1.999813 +Version: 1.999816 Release: 0 %define cpan_name Math-BigInt Summary: Arbitrary size integer/float math package License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Math-BigInt/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -33,7 +33,6 @@ BuildRequires: perl-macros BuildRequires: perl(Math::Complex) >= 1.39 BuildRequires: perl(Test::More) >= 0.94 Requires: perl(Math::Complex) >= 1.39 -Requires: perl(Test::More) >= 0.94 %{perl_requires} # MANUAL BEGIN Recommends: perl(bignum) >= 0.22 @@ -51,7 +50,7 @@ is also provided for Perl operators. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check