[libsereal-decoder-perl] branch master updated (ef2a906 -> f65f728)

gregor herrmann gregoa at debian.org
Fri Jun 6 11:16:27 UTC 2014


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

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

      from  ef2a906   releasing package libsereal-decoder-perl version 2.12-3
       new  f9aac49   Imported Upstream version 3.001
       new  505159f   New upstream release.
       new  65cfc53   Drop patches which were taken from upstream git.
       new  b6cccb8   debian/copyright: add information about new miniz.* files.
       new  8306d69   Add a Breaks on older versions of libsereal-encoder-perl.
       new  f65f728   releasing package libsereal-decoder-perl version 3.001-1

The 6 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                                            |   34 +-
 Decoder.xs                                         |   23 +-
 MANIFEST                                           |    3 +
 META.json                                          |    2 +-
 META.yml                                           |    2 +-
 Makefile.PL                                        |    6 +
 author_tools/bench.pl                              |   20 +-
 author_tools/hobodecoder.pl                        |   20 +-
 const-c.inc                                        |  125 +-
 debian/changelog                                   |   10 +
 debian/control                                     |    1 +
 debian/copyright                                   |   33 +
 debian/patches/fix_arm_arch_stuff.patch            |   69 -
 debian/patches/series                              |    2 -
 ...RM_to_ensure_alignment_for_floating_point.patch |   88 -
 inc/Sereal/BuildTools.pm                           |    5 +-
 lib/Sereal/Decoder.pm                              |  151 +-
 lib/Sereal/Decoder/Constants.pm                    |   10 +-
 miniz.c                                            | 4916 ++++++++++++++++++++
 miniz.h                                            |    7 +
 srl_decoder.c                                      |  317 +-
 srl_decoder.h                                      |   37 +-
 srl_protocol.h                                     |   26 +-
 t/020_incremental.t                                |   11 +-
 t/030_looks_like_sereal.t                          |   59 +-
 t/040_special_vars.t                               |   11 +-
 t/060_each.t                                       |   13 +-
 t/070_alias_options.t                              |   11 +-
 t/150_dec_exception.t                              |   18 +-
 t/700_roundtrip.t                                  |    2 +-
 t/{700_roundtrip.t => 702_roundtrip_v2.t}          |    0
 t/lib/Sereal/TestSet.pm                            |   59 +-
 32 files changed, 5705 insertions(+), 386 deletions(-)
 delete mode 100644 debian/patches/fix_arm_arch_stuff.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/use_a_union_on_ARM_to_ensure_alignment_for_floating_point.patch
 create mode 100644 miniz.c
 create mode 100644 miniz.h
 copy t/{700_roundtrip.t => 702_roundtrip_v2.t} (100%)

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



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