[libsereal-encoder-perl] branch master updated (78cf9cd -> 70da7ff)

Alex Mestiashvili malex-guest at moszumanska.debian.org
Thu Nov 16 21:04:33 UTC 2017


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

malex-guest pushed a change to branch master
in repository libsereal-encoder-perl.

      from  78cf9cd   update changelog
       new  aff7e89   Exclude zstd/* via Files-Excluded option in d/copyright
       new  8c05fb2   Update d/watch, add +ds extension as we strip bundled zstd
      adds  af17dcc   New upstream version 4.004+ds
       new  5cfd0c0   Update upstream source from tag 'upstream/4.004+ds'
       new  184911b   Update d/control, bump Standards-Version to 4.1.1, update build-deps
       new  7eb03fd   set ENV variables to use packages version of zstd
       new  4dd9690   Drop patch applied by upstream, rm -r debian/patches
       new  70da7ff   Update changelog, remove trailing white spaces

The 7 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                                            |  20 +-
 MANIFEST                                           |  38 +
 META.json                                          |   9 +-
 META.yml                                           |   9 +-
 Makefile.PL                                        |  14 +-
 author_tools/update_flag_consts.pl                 |   4 +-
 debian/changelog                                   |  23 +-
 debian/control                                     |   7 +-
 debian/copyright                                   |   2 +
 debian/patches/series                              |   1 -
 debian/patches/typo.patch                          |  14 -
 debian/rules                                       |   2 +-
 debian/watch                                       |   5 +-
 inc/Devel/CheckLib.pm                              | 200 +++++-
 inc/Sereal/BuildTools.pm                           |  46 +-
 lib/Sereal/Encoder.pm                              |  28 +-
 lib/Sereal/Encoder/Constants.pm                    |   5 +-
 miniz.c                                            | 776 ++++++++++-----------
 snappy/csnappy.h                                   |   7 +-
 snappy/csnappy_internal_userspace.h                |  15 +-
 srl_compress.h                                     |  90 ++-
 srl_encoder.c                                      |  32 +-
 srl_encoder.h                                      |   9 +-
 srl_protocol.h                                     |   3 +-
 srl_reader_decompress.h                            |  51 +-
 srl_reader_error.h                                 |  10 -
 srl_stack.h                                        |   6 +-
 t/010_desperate.t                                  |   2 +-
 t/300_fail.t                                       |  13 +-
 t/700_roundtrip/{v2 => v4}/dedudep_strings.t       |   0
 t/700_roundtrip/{v2 => v4}/freeze_thaw.t           |   0
 t/700_roundtrip/{v1 => v4}/plain.t                 |   0
 t/700_roundtrip/{v1 => v4}/plain_canon.t           |   0
 t/700_roundtrip/{v2 => v4}/readonly.t              |   0
 t/700_roundtrip/{v1 => v4}/snappy.t                |   0
 t/700_roundtrip/v4/snappy_and_warn_unknown.t       |  45 ++
 t/700_roundtrip/{v1 => v4}/snappy_canon.t          |   0
 t/700_roundtrip/{v2 => v4}/snappy_incr.t           |   0
 t/700_roundtrip/{v2 => v4}/snappy_incr_canon.t     |   0
 t/700_roundtrip/{v2 => v4}/sort_keys.t             |   0
 t/700_roundtrip/{v3 => v4}/sort_keys_perl.t        |   0
 t/700_roundtrip/{v3 => v4}/sort_keys_perl_rev.t    |   0
 t/700_roundtrip/{v3 => v4}/zlib.t                  |   0
 t/700_roundtrip/{v3 => v4}/zlib_force.t            |   0
 t/700_roundtrip/{v3/zlib.t => v4/zstd.t}           |   4 +-
 .../{v3/zlib_force.t => v4/zstd_force.t}           |   4 +-
 t/lib/Sereal/TestSet.pm                            |  75 +-
 typemap                                            |   1 +
 48 files changed, 1007 insertions(+), 563 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/typo.patch
 copy t/700_roundtrip/{v2 => v4}/dedudep_strings.t (100%)
 copy t/700_roundtrip/{v2 => v4}/freeze_thaw.t (100%)
 copy t/700_roundtrip/{v1 => v4}/plain.t (100%)
 copy t/700_roundtrip/{v1 => v4}/plain_canon.t (100%)
 copy t/700_roundtrip/{v2 => v4}/readonly.t (100%)
 copy t/700_roundtrip/{v1 => v4}/snappy.t (100%)
 create mode 100644 t/700_roundtrip/v4/snappy_and_warn_unknown.t
 copy t/700_roundtrip/{v1 => v4}/snappy_canon.t (100%)
 copy t/700_roundtrip/{v2 => v4}/snappy_incr.t (100%)
 copy t/700_roundtrip/{v2 => v4}/snappy_incr_canon.t (100%)
 copy t/700_roundtrip/{v2 => v4}/sort_keys.t (100%)
 copy t/700_roundtrip/{v3 => v4}/sort_keys_perl.t (100%)
 copy t/700_roundtrip/{v3 => v4}/sort_keys_perl_rev.t (100%)
 copy t/700_roundtrip/{v3 => v4}/zlib.t (100%)
 copy t/700_roundtrip/{v3 => v4}/zlib_force.t (100%)
 copy t/700_roundtrip/{v3/zlib.t => v4/zstd.t} (85%)
 copy t/700_roundtrip/{v3/zlib_force.t => v4/zstd_force.t} (84%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsereal-encoder-perl.git



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