Revisions of perl-Math-GMP

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 964217 from Tina Müller's avatar Tina Müller (tinita) (revision 23)
- updated to 2.25
   see /usr/share/doc/packages/perl-Math-GMP/Changes
  2.25  2022-03-15 Shlomif
      - Refactoring.
      - Test::Builder workaround
          - Thanks to Hugo
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 933109 from Tina Müller's avatar Tina Müller (tinita) (revision 22)
- updated to 2.24
   see /usr/share/doc/packages/perl-Math-GMP/Changes
  2.24  2021-11-17 Shlomif
      - tests+better docs for bnok() (Binomial)
      - Eliminate warning about not_here() in GMP.xs.
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 930513 from Tina Müller's avatar Tina Müller (tinita) (revision 21)
- updated to 2.23
   see /usr/share/doc/packages/perl-Math-GMP/Changes
  2.23  2021-11-05 Shlomif
  	- add support for bmulf() to multiply by a floating point number
          - Hugo
      - add support for bnok() (Binomial)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 921747 from Tina Müller's avatar Tina Müller (tinita) (revision 20)
- updated to 2.22
   see /usr/share/doc/packages/perl-Math-GMP/Changes
  2.22  2021-09-20 Shlomif
      - Signature files are generated unreliably and are an ongoing source of
      bug reports. As a result, we decided to axe them altogether.
          - https://github.com/turnstep/Math-GMP/issues/6
          - Thanks to @lemrouch .
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 918681 from Tina Müller's avatar Tina Müller (tinita) (revision 19)
- updated to 2.21
   see /usr/share/doc/packages/perl-Math-GMP/Changes
  2.21  2021-09-11 Shlomif
      - Apply doc patch from @hvds documenting the pitfalls of division by zero.
          - https://github.com/turnstep/Math-GMP/issues/5
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 774041 from Tina Müller's avatar Tina Müller (tinita) (revision 18)
- updated to 2.20
   see /usr/share/doc/packages/perl-Math-GMP/Changes
  2.20  2020-02-09 Shlomif
      - Try to fix tests when using libgmp version 6.2.0
          - https://rt.cpan.org/Public/Bug/Display.html?id=131718
          - Thanks to GREGOA and HVDS and Debian.
          - The tests should still pass on earlier libgmps.
  
  2.19  2018-04-08 Shlomif
      - Fix int() on large unsigned integers.
          - https://github.com/turnstep/Math-GMP/issues/2
          - Thanks to @trizen .
  
  2.18  2018-04-07 Shlomif
      - Depend on Alien::GMP to automatically install GMP when missing
          - See https://rt.cpan.org/Ticket/Display.html?id=125018
          - See https://github.com/turnstep/Math-GMP/pull/1
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 593886 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 17)
automatic update
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 558299 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 16)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 506157 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 15)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 454061 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 14)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 440925 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 13)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 439827 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 12)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 328270 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 11)
remove upstreamed Math-GMP-x86_64.patch

- updated to 2.11
   see /usr/share/doc/packages/perl-Math-GMP/Changes
  2.11  2015-08-16 Shlomif
      - Got the distribution to have full POD coverage and check all functions
      for usage.
          - t/check-funcs-ret-value--rt92593.t
          - https://rt.cpan.org/Public/Bug/Display.html?id=92593
          - CPAN Day!
  
  2.10  2015-08-12 Shlomif
      - Throw an exception on invalid input to Math::GMP->new;
          - https://rt.cpan.org/Ticket/Display.html?id=27521
          - Thanks to SISYPHUS for the report.
      - Put RELEASE_TESTING tests under xt instead of t.
          - https://rt.cpan.org/Ticket/Display.html?id=106365
          - Thanks to ilmari for the report and suggested fix.
      - Document and test some functions that were improperly documented or
      not tested.
          - t/check-funcs-ret-value--rt92593.t
          - https://rt.cpan.org/Public/Bug/Display.html?id=92593
          - Still aiming for full POD Coverage.
  
  2.09  2015-07-29 Shlomif
      - Add the binary-left-shift / << operator.
      - Add the binary-right-shift / >> operator.
      - Convert the build system to Dist-Zilla to ease future maintenance.
      - Add a call to Devel::CheckLib for finding the "gmp.h" header.
  
  2.08  2015-07-28 Shlomif
      - Add a link to the version control repository at various places.
      - Get rid of indirect object notation in the code and the examples.
          - It’s a sign of Ancient Perl.
      - Overload bool to avoid fallback to intify (Hugo)
          - Fixes RT #101443
              - https://rt.cpan.org/Ticket/Display.html?id=101443
          - Modified patch applied by Shlomif.
      - Add tests from DANAJ for large numbers in some functions.
          - RT #92641
              - https://rt.cpan.org/Ticket/Display.html?id=92641
  
  2.07  2014-01-26 Hugo
      - Go direct to XS for more speed
      - add lcm/blcm, bsqrt, bmodinv
  
  2.06  2009-09-17 Greg
      - Make Makefile.PL more forgiving of gmp library locations. (CPAN bug #46323)
      - Update link to libgmp.org in INSTALL file (CPAN bug #46324)
  
  2.05  2008-10-06 Greg
      - New maintainer: Greg Sabino Mullane
      - Allow tests to work on 64-bit platforms. Patch from Flo.
        (CPAN bugs #5960, #30327, #27641, #12751, #15459)
      - Add support for probab_prime function. Patch by shlomif@iglu.org.il.
        (CPAN bug #6184)
      - Get smarter about detecting lack of GMP libraries.
        (CPAN bug #18709)
      - Add META.yml and some more tests.

- updated to 2.06
   see /usr/share/doc/packages/perl-Math-GMP/Changes
  2.06  2009-09-17 Greg
      - Make Makefile.PL more forgiving of gmp library locations. (CPAN bug #46323)
      - Update link to libgmp.org in INSTALL file (CPAN bug #46324)
  
  2.05  2008-10-06 Greg
      - New maintainer: Greg Sabino Mullane
      - Allow tests to work on 64-bit platforms. Patch from Flo.
        (CPAN bugs #5960, #30327, #27641, #12751, #15459)
      - Add support for probab_prime function. Patch by shlomif@iglu.org.il.
        (CPAN bug #6184)
      - Get smarter about detecting lack of GMP libraries.
        (CPAN bug #18709)
      - Add META.yml and some more tests.
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 10)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 9)
always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 8)
siwtch to perl_requires macro
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 7)
- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 6)
add changes files
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 5)
fix file list
unknown committed (revision 4)
Displaying revisions 1 - 20 of 23
openSUSE Build Service is sponsored by