[libsereal-encoder-perl] branch master updated (bdbd9f2 -> 1567cbf)

gregor herrmann gregoa at debian.org
Mon Nov 16 21:01:44 UTC 2015


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

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

      from  bdbd9f2   update changelog
      adds  5086385   Imported Upstream version 3.006
       new  793ad03   Merge tag 'upstream/3.006'
       new  94211b0   New upstream release.
       new  ef1dc77   Remove URL for dev releases from debian/watch.
       new  df8b9ed   Make license names unique in debian/copyright.
       new  04e9d8c   Bump versioned build dependency on libsereal-decoder-perl.
       new  793fa88   Add patch to fix a POD syntax error.
       new  1567cbf   releasing package libsereal-encoder-perl version 3.006-1

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 +-
 Encoder.xs                          |    9 +-
 MANIFEST                            |   10 +-
 META.json                           |    6 +-
 META.yml                            |    4 +-
 Makefile.PL                         |   89 +-
 author_tools/bench.pl               |    2 +-
 author_tools/hobodecoder.pl         |   32 +-
 author_tools/update_from_header.pl  |    2 +-
 debian/changelog                    |   10 +-
 debian/control                      |    2 +-
 debian/copyright                    |    4 +-
 debian/patches/pod-syntax.patch     |   20 +
 debian/patches/series               |    1 +
 debian/watch                        |    3 -
 inc/Sereal/BuildTools.pm            |  159 +-
 lib/Sereal/Encoder.pm               |   49 +-
 lib/Sereal/Encoder/Constants.pm     |    2 +-
 miniz.c                             | 9844 +++++++++++++++++------------------
 snappy/csnappy_decompress.c         |    6 +-
 snappy/csnappy_internal_userspace.h |   22 +-
 srl_buffer.h                        |   18 +-
 srl_common.h                        |    4 +
 srl_encoder.c                       |  113 +-
 srl_encoder.h                       |    1 +
 srl_error.h                         |   28 -
 srl_protocol.h                      |    4 +
 srl_reader.h                        |   60 +
 srl_reader_decompress.h             |  153 +
 srl_reader_error.h                  |   32 +
 srl_reader_misc.h                   |   50 +
 srl_reader_types.h                  |   17 +
 srl_reader_varint.h                 |  218 +
 srl_stack.h                         |  213 +
 srl_taginfo.h                       |    3 +
 t/002_have_enc_and_dec.t            |   22 +
 t/005_flags.t                       |   87 +
 t/lib/Sereal/TestSet.pm             |  368 +-
 typemap                             |    4 +
 39 files changed, 6373 insertions(+), 5318 deletions(-)
 create mode 100644 debian/patches/pod-syntax.patch
 create mode 100644 debian/patches/series
 delete mode 100644 srl_error.h
 create mode 100644 srl_reader.h
 create mode 100644 srl_reader_decompress.h
 create mode 100644 srl_reader_error.h
 create mode 100644 srl_reader_misc.h
 create mode 100644 srl_reader_types.h
 create mode 100644 srl_reader_varint.h
 create mode 100644 srl_stack.h
 create mode 100644 t/002_have_enc_and_dec.t
 create mode 100644 t/005_flags.t

-- 
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