[libmath-prime-util-gmp-perl] branch master updated (ba3f958 -> 89df921)

gregor herrmann gregoa at debian.org
Wed Oct 15 17:49:34 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-gmp-perl.

      from  ba3f958   Prepare changelog for release
      adds  c4ec6d2   Older GMP's didn't have mp_bitcnt_t type, use an unsigned long
      adds  9d79162   Add new binomial code
      adds  059796a   Use GMP primorial
      adds  b984b64   POD fix from Debian.
      adds  f80f58f   Update binomial calls
      adds  6eab4e9   Remove change to use mpz_primorial_ui; was added late so not portable
      adds  7d4bf63   Switch AGM to my 2013 implementation
      adds  32a7695   Update version number
      adds  a67a3c2   Speedup general factor recipe a bit
      adds  d30da94   Adjust iterator pcount upper estimate
      adds  6fdae40   Imported Upstream version 0.27
       new  f931f69   Merge tag 'upstream/0.27'
       new  4ec7c7f   Update debian/changelog
       new  53891b0   Drop manpage-has-errors-from-pod2man.patch, merged upstream.
       new  0a164ca   Mark package as autopkgtest-able.
       new  89df921   releasing package libmath-prime-util-gmp-perl version 0.27-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                                            |  22 +++-
 META.json                                          |   2 +-
 META.yml                                           |   2 +-
 README                                             |   2 +-
 XS.xs                                              |  14 ++-
 debian/changelog                                   |   9 ++
 debian/control                                     |   1 +
 .../patches/manpage-has-errors-from-pod2man.patch  |  18 ---
 debian/patches/series                              |   1 -
 factor.c                                           |  32 +++--
 gmp_main.c                                         | 135 +++++++++++++--------
 gmp_main.h                                         |   1 +
 lib/Math/Prime/Util/GMP.pm                         |   6 +-
 prime_iterator.c                                   | 112 +++++++++++++++--
 prime_iterator.h                                   |   2 +
 15 files changed, 257 insertions(+), 102 deletions(-)
 delete mode 100644 debian/patches/manpage-has-errors-from-pod2man.patch
 delete mode 100644 debian/patches/series

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



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