[libsereal-encoder-perl] branch master updated (c4d5e8a -> eb4b42f)

gregor herrmann gregoa at debian.org
Sun Aug 3 21:26:59 UTC 2014


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  c4d5e8a   releasing package libsereal-encoder-perl version 3.001.005-1
      adds  6dcca9f   Imported Upstream version 3.001.006
       new  df012b7   Merge tag 'upstream/3.001.006'
       new  6750131   New upstream release.
       new  1249a4c   Bump versioned build dependency on libsereal-decoder-perl.
       new  eb4b42f   releasing package libsereal-encoder-perl version 3.001.006-1

The 4 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                                           |    9 +
 META.json                                          |    2 +-
 META.yml                                           |    2 +-
 Makefile.PL                                        |    3 +-
 author_tools/hobodecoder.pl                        |   20 +-
 author_tools/update_from_header.pl                 |   62 +-
 debian/changelog                                   |    9 +
 debian/control                                     |    2 +-
 inc/Sereal/BuildTools.pm                           | 1157 +++++++++++++++++++-
 lib/Sereal/Encoder.pm                              |   12 +-
 lib/Sereal/Encoder/Constants.pm                    | 1157 +++++++++++++++++++-
 srl_encoder.c                                      |   22 +-
 srl_encoder.h                                      |   36 +-
 srl_protocol.h                                     |    2 +-
 t/002_testset.t                                    |   32 +
 t/700_roundtrip/v1/plain.t                         |   10 -
 t/700_roundtrip/v1/plain_canon.t                   |   28 +
 t/700_roundtrip/v1/snappy.t                        |   10 -
 t/700_roundtrip/v1/snappy_canon.t                  |   29 +
 t/700_roundtrip/v2/dedudep_strings.t               |   10 -
 t/700_roundtrip/v2/freeze_thaw.t                   |   10 -
 t/700_roundtrip/v2/plain.t                         |   10 -
 t/700_roundtrip/v2/plain_canon.t                   |   28 +
 t/700_roundtrip/v2/readonly.t                      |   10 -
 t/700_roundtrip/v2/snappy.t                        |   10 -
 t/700_roundtrip/v2/snappy_canon.t                  |   29 +
 t/700_roundtrip/v2/snappy_incr.t                   |   10 -
 .../v2/snappy_incr_canon.t}                        |   15 +-
 t/700_roundtrip/v2/sort_keys.t                     |   10 -
 t/700_roundtrip/v3/dedudep_strings.t               |   10 -
 t/700_roundtrip/v3/freeze_thaw.t                   |   10 -
 t/700_roundtrip/v3/plain.t                         |   10 -
 t/700_roundtrip/v3/plain_canon.t                   |   28 +
 t/700_roundtrip/v3/readonly.t                      |   10 -
 t/700_roundtrip/v3/snappy.t                        |   10 -
 t/700_roundtrip/v3/snappy_canon.t                  |   29 +
 t/700_roundtrip/v3/snappy_incr.t                   |   10 -
 .../v3/snappy_incr_canon.t}                        |   15 +-
 t/700_roundtrip/v3/sort_keys.t                     |   10 -
 t/700_roundtrip/v3/zlib.t                          |   10 -
 t/700_roundtrip/v3/zlib_force.t                    |   10 -
 t/lib/Sereal/TestSet.pm                            |  351 ++++--
 43 files changed, 2945 insertions(+), 322 deletions(-)
 create mode 100644 t/002_testset.t
 create mode 100644 t/700_roundtrip/v1/plain_canon.t
 create mode 100644 t/700_roundtrip/v1/snappy_canon.t
 create mode 100644 t/700_roundtrip/v2/plain_canon.t
 create mode 100644 t/700_roundtrip/v2/snappy_canon.t
 copy t/{200_bulk.t => 700_roundtrip/v2/snappy_incr_canon.t} (50%)
 create mode 100644 t/700_roundtrip/v3/plain_canon.t
 create mode 100644 t/700_roundtrip/v3/snappy_canon.t
 copy t/{200_bulk.t => 700_roundtrip/v3/snappy_incr_canon.t} (50%)

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