From 956ad84bda193162b2ec12fb30faba1917ce2384c21a6da2666fe024af10e16b Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 27 Jun 2022 10:00:07 +0000 Subject: [PATCH] Accepting request 985261 from devel:languages:perl:autoupdate - updated to 1.999836 see /usr/share/doc/packages/perl-Math-BigInt/CHANGES 1.999836 2022-06-24 * Improve compatibility with older versions of the Math-BigRat distribution. Math-BigInt version 1.999835 works with Math-BigRat version 0.2623 and newer. Math-BigInt version 1.999836 works with Math-BigRat version 0.2618 and newer. * Re-enable upgrading in Math::BigFloat->bdiv(). * Fix an error in the enabling/disabling of upgrading/downgrading. * Fix typos and other formatting errors. OBS-URL: https://build.opensuse.org/request/show/985261 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=84 --- Math-BigInt-1.999835.tar.gz | 3 --- Math-BigInt-1.999836.tar.gz | 3 +++ perl-Math-BigInt.changes | 14 ++++++++++++++ perl-Math-BigInt.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 Math-BigInt-1.999835.tar.gz create mode 100644 Math-BigInt-1.999836.tar.gz diff --git a/Math-BigInt-1.999835.tar.gz b/Math-BigInt-1.999835.tar.gz deleted file mode 100644 index 4483618..0000000 --- a/Math-BigInt-1.999835.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18aad650e492474fd27a8c726c133c9387ee7420c53997df8b2c100920465d70 -size 2867401 diff --git a/Math-BigInt-1.999836.tar.gz b/Math-BigInt-1.999836.tar.gz new file mode 100644 index 0000000..5897f7c --- /dev/null +++ b/Math-BigInt-1.999836.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0ffeed664d5576e2b5df6d2e2255643e9c4b5108f9be053c9ea137c020bbfe +size 2868446 diff --git a/perl-Math-BigInt.changes b/perl-Math-BigInt.changes index 40f35f7..be9dcc8 100644 --- a/perl-Math-BigInt.changes +++ b/perl-Math-BigInt.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jun 25 03:08:07 UTC 2022 - Tina Müller + +- updated to 1.999836 + see /usr/share/doc/packages/perl-Math-BigInt/CHANGES + + 1.999836 2022-06-24 + * Improve compatibility with older versions of the Math-BigRat distribution. + Math-BigInt version 1.999835 works with Math-BigRat version 0.2623 and newer. + Math-BigInt version 1.999836 works with Math-BigRat version 0.2618 and newer. + * Re-enable upgrading in Math::BigFloat->bdiv(). + * Fix an error in the enabling/disabling of upgrading/downgrading. + * Fix typos and other formatting errors. + ------------------------------------------------------------------- Wed May 25 03:08:02 UTC 2022 - Tina Müller diff --git a/perl-Math-BigInt.spec b/perl-Math-BigInt.spec index 9a8d27e..3d95685 100644 --- a/perl-Math-BigInt.spec +++ b/perl-Math-BigInt.spec @@ -18,7 +18,7 @@ %define cpan_name Math-BigInt Name: perl-Math-BigInt -Version: 1.999835 +Version: 1.999836 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Arbitrary size integer math package