[libmath-bigint-gmp-perl] branch master updated (71952d2 -> 4586d47)

gregor herrmann gregoa at debian.org
Fri Jan 13 22:12:13 UTC 2017


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

gregoa pushed a change to branch master
in repository libmath-bigint-gmp-perl.

      from  71952d2   Prepare changelog for release
      adds  41c044e   New upstream version 1.6003
       new  c3763d5   Merge tag 'upstream/1.6003'
       new  29864f3   New upstream release.
       new  07c24b6   Update years of packaging copyright.
       new  b13ede0   Bump versioned (build) dependency on libmath-bigint-perl.
       new  4586d47   releasing package libmath-bigint-gmp-perl version 1.6003-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                                            |    8 +-
 MANIFEST                                           |   16 +
 META.json                                          |    4 +-
 META.yml                                           |    4 +-
 Makefile.PL                                        |    2 +-
 SIGNATURE                                          |  150 +--
 debian/changelog                                   |    8 +
 debian/control                                     |    4 +-
 debian/copyright                                   |    2 +-
 lib/Math/BigInt/GMP.pm                             |    7 +-
 t/03podcov.t                                       |   11 +-
 t/author-lib-arithmetic-binary-_add.t              |    8 +-
 t/author-lib-arithmetic-binary-_div.t              |    8 +-
 t/author-lib-arithmetic-binary-_gcd.t              |    4 +
 t/author-lib-arithmetic-binary-_lcm.t              |    4 +
 t/author-lib-arithmetic-binary-_log_int.t          |    4 +-
 t/author-lib-arithmetic-binary-_mod.t              |    8 +-
 t/author-lib-arithmetic-binary-_modinv.t           |    2 +
 t/author-lib-arithmetic-binary-_mul.t              |    8 +-
 t/author-lib-arithmetic-binary-_nok.dat            |  540 ++++++++++
 t/author-lib-arithmetic-binary-_nok.t              |   10 +-
 t/author-lib-arithmetic-binary-_pow.t              |   12 +-
 t/author-lib-arithmetic-binary-_root.t             |    8 +-
 t/author-lib-arithmetic-binary-_sub.t              |  105 +-
 t/author-lib-arithmetic-ternary-_lsft.t            |   10 +-
 t/author-lib-arithmetic-ternary-_modpow.t          |    4 +
 t/author-lib-arithmetic-ternary-_rsft.t            |   10 +-
 t/author-lib-arithmetic-unary-_dec.dat             | 1127 ++++++++++++++++++++
 t/author-lib-arithmetic-unary-_dec.t               |   19 +-
 t/author-lib-arithmetic-unary-_dfac.dat            |  151 +++
 ...-_fac.t => author-lib-arithmetic-unary-_dfac.t} |   14 +-
 t/author-lib-arithmetic-unary-_fac.t               |    4 +
 t/author-lib-arithmetic-unary-_inc.dat             | 1127 ++++++++++++++++++++
 t/author-lib-arithmetic-unary-_inc.t               |   19 +-
 t/author-lib-arithmetic-unary-_sqrt.t              |    4 +
 t/author-lib-bitwise-_and.t                        |    8 +-
 t/author-lib-bitwise-_or.t                         |    8 +-
 t/author-lib-bitwise-_xor.t                        |    8 +-
 t/author-lib-boolean-_is_even.t                    |    4 +
 t/author-lib-boolean-_is_odd.t                     |    4 +
 t/author-lib-boolean-_is_one.t                     |    4 +
 t/author-lib-boolean-_is_ten.t                     |    4 +
 t/author-lib-boolean-_is_two.t                     |    4 +
 t/author-lib-boolean-_is_zero.t                    |    4 +
 t/author-lib-comparison-_acmp.t                    |    4 +
 t/author-lib-constructor-nullary-_one.t            |    4 +
 t/author-lib-constructor-nullary-_ten.t            |    4 +
 t/author-lib-constructor-nullary-_two.t            |    4 +
 t/author-lib-constructor-nullary-_zero.t           |    4 +
 t/author-lib-constructor-unary-_copy.t             |    4 +
 t/author-lib-constructor-unary-_from_bin.t         |    4 +
 t/author-lib-constructor-unary-_from_bytes.dat     | 1000 +++++++++++++++++
 ... => author-lib-constructor-unary-_from_bytes.t} |   22 +-
 t/author-lib-constructor-unary-_from_hex.t         |    4 +
 t/author-lib-constructor-unary-_from_oct.t         |    4 +
 t/author-lib-constructor-unary-_new.t              |    4 +
 t/author-lib-convert-number-_num.t                 |    4 +
 t/author-lib-convert-string-_as_bin.t              |    8 +-
 t/author-lib-convert-string-_as_bytes.dat          | 1000 +++++++++++++++++
 ...bin.t => author-lib-convert-string-_as_bytes.t} |   24 +-
 t/author-lib-convert-string-_as_hex.t              |    8 +-
 t/author-lib-convert-string-_as_oct.t              |    8 +-
 t/author-lib-convert-string-_str.t                 |    4 +
 t/author-lib-convert-string-_to_bin.dat            |  650 +++++++++++
 ...s_bin.t => author-lib-convert-string-_to_bin.t} |   16 +-
 t/author-lib-convert-string-_to_bytes.dat          | 1000 +++++++++++++++++
 ...bin.t => author-lib-convert-string-_to_bytes.t} |   24 +-
 t/author-lib-convert-string-_to_hex.dat            |  340 ++++++
 ...s_hex.t => author-lib-convert-string-_to_hex.t} |   16 +-
 t/author-lib-convert-string-_to_oct.dat            |  490 +++++++++
 ...s_oct.t => author-lib-convert-string-_to_oct.t} |   16 +-
 t/author-lib-misc-_check.t                         |    4 +
 t/author-lib-misc-api_version.t                    |    4 +
 t/author-lib-property-_alen.t                      |    4 +
 t/author-lib-property-_digit.t                     |    4 +
 t/author-lib-property-_len.t                       |    4 +
 t/author-lib-property-_zeros.t                     |   21 +-
 t/bigfltpm.inc                                     |   21 +
 t/bigfltpm.t                                       |    2 +-
 t/bigintpm.inc                                     |    4 +-
 80 files changed, 8019 insertions(+), 193 deletions(-)
 create mode 100644 t/author-lib-arithmetic-unary-_dec.dat
 create mode 100644 t/author-lib-arithmetic-unary-_dfac.dat
 copy t/{author-lib-arithmetic-unary-_fac.t => author-lib-arithmetic-unary-_dfac.t} (90%)
 create mode 100644 t/author-lib-arithmetic-unary-_inc.dat
 create mode 100644 t/author-lib-constructor-unary-_from_bytes.dat
 copy t/{author-lib-constructor-unary-_from_bin.t => author-lib-constructor-unary-_from_bytes.t} (86%)
 create mode 100644 t/author-lib-convert-string-_as_bytes.dat
 copy t/{author-lib-convert-string-_as_bin.t => author-lib-convert-string-_as_bytes.t} (83%)
 create mode 100644 t/author-lib-convert-string-_to_bin.dat
 copy t/{author-lib-convert-string-_as_bin.t => author-lib-convert-string-_to_bin.t} (85%)
 create mode 100644 t/author-lib-convert-string-_to_bytes.dat
 copy t/{author-lib-convert-string-_as_bin.t => author-lib-convert-string-_to_bytes.t} (83%)
 create mode 100644 t/author-lib-convert-string-_to_hex.dat
 copy t/{author-lib-convert-string-_as_hex.t => author-lib-convert-string-_to_hex.t} (85%)
 create mode 100644 t/author-lib-convert-string-_to_oct.dat
 copy t/{author-lib-convert-string-_as_oct.t => author-lib-convert-string-_to_oct.t} (85%)

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



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