[libmath-prime-util-perl] branch master updated (69834bc -> 52400d1)

gregor herrmann gregoa at debian.org
Wed Oct 22 17:51:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmath-prime-util-perl.

      from  69834bc   releasing package libmath-prime-util-perl version 0.45-1
      adds  0f446a3   Imported Upstream version 0.46
       new  fa396c6   Merge tag 'upstream/0.46'
       new  2d580e3   Update debian/changelog
       new  0544cff   Drop patches, one was from upstream, the other got merged now.
       new  eb61403   Add a note about an API change to debian/NEWS.
       new  52400d1   releasing package libmath-prime-util-perl version 0.46-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |  38 ++
 MANIFEST                                           |   1 +
 META.json                                          |   6 +-
 META.yml                                           |   6 +-
 Makefile.PL                                        |   2 +-
 README                                             |   2 +-
 TODO                                               |  12 +-
 XS.xs                                              | 140 ++++-
 bin/primes.pl                                      |   2 +-
 cpanfile                                           |   2 +-
 debian/NEWS                                        |  13 +
 debian/changelog                                   |   8 +
 .../0001-Put-Carp-use-in-correct-package.patch     |  31 --
 debian/patches/pod-syntax.patch                    |  18 -
 debian/patches/series                              |   2 -
 examples/verify-primegaps.pl                       | 122 +++++
 lib/Math/Prime/Util.pm                             |  73 ++-
 lib/Math/Prime/Util/ECAffinePoint.pm               |   4 +-
 lib/Math/Prime/Util/ECProjectivePoint.pm           |  28 +-
 lib/Math/Prime/Util/MemFree.pm                     |   4 +-
 lib/Math/Prime/Util/PP.pm                          | 572 +++++++++++----------
 lib/Math/Prime/Util/PPFE.pm                        |  19 +-
 lib/Math/Prime/Util/PrimalityProving.pm            |  29 +-
 lib/Math/Prime/Util/PrimeArray.pm                  |   4 +-
 lib/Math/Prime/Util/PrimeIterator.pm               |   4 +-
 lib/Math/Prime/Util/RandomPrimes.pm                |   4 +-
 lib/Math/Prime/Util/ZetaBigFloat.pm                | 191 +++----
 lib/ntheory.pm                                     |  13 +-
 primality.c                                        |   2 -
 t/02-can.t                                         |  11 +-
 t/04-inputvalidation.t                             |  22 +-
 t/17-pseudoprime.t                                 |   6 +
 t/19-moebius.t                                     |  39 +-
 t/28-pi.t                                          |   9 +-
 t/33-examples.t                                    |  11 +-
 t/80-pp.t                                          | 112 +++-
 t/81-bignum.t                                      |  26 +-
 t/92-release-pod-coverage.t                        |   8 +-
 util.c                                             |  91 +++-
 util.h                                             |   4 +
 40 files changed, 1134 insertions(+), 557 deletions(-)
 delete mode 100644 debian/patches/0001-Put-Carp-use-in-correct-package.patch
 delete mode 100644 debian/patches/pod-syntax.patch
 delete mode 100644 debian/patches/series
 create mode 100644 examples/verify-primegaps.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git



More information about the Pkg-perl-cvs-commits mailing list