[libevent-rpc-perl] branch master updated (d569a25 -> 74ecbba)

gregor herrmann gregoa at debian.org
Sat Oct 17 21:11:54 UTC 2015


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

gregoa pushed a change to branch master
in repository libevent-rpc-perl.

      from  d569a25   releasing package libevent-rpc-perl version 1.06-1
      adds  5abe49a   Imported Upstream version 1.06
       new  fc64664   Merge tag 'upstream/1.06'
      adds  45b03f5   Imported Upstream version 1.08
       new  d79656e   Merge tag 'upstream/1.08'
       new  c46e92a   Update years of upstream copyright.
       new  5f4b796   Update (build) dependencies.
       new  5deec7e   Update long description.
       new  349b7ca   Add a patch to fix a spelling mistake.
       new  e5ae727   Add debian/tests/pkg-perl/skip-syntax.
       new  74ecbba   releasing package libevent-rpc-perl version 1.08-1

The 8 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                                 |  41 +++++++
 MANIFEST                                |  10 +-
 META.json                               |   7 +-
 META.yml                                |   7 +-
 Makefile.PL                             |  38 +++++-
 README                                  | 178 ++++++++++++++++++++++++++++
 debian/changelog                        |  11 ++
 debian/control                          |  18 +--
 debian/copyright                        |   2 +-
 debian/patches/series                   |   1 +
 debian/patches/spelling.patch           |  38 ++++++
 debian/tests/pkg-perl/skip-syntax       |   3 +
 examples/Test_class.pm                  |   5 +-
 examples/client.pl                      |  55 +++++----
 examples/server.pl                      | 100 ++++++++--------
 lib/Event/RPC.pm                        |  32 +++--
 lib/Event/RPC/Client.pm                 | 173 +++++++++++++++++++++++----
 lib/Event/RPC/Connection.pm             |  95 +++++++++++----
 lib/Event/RPC/LogConnection.pm          |  10 +-
 lib/Event/RPC/Logger.pm                 |  11 +-
 lib/Event/RPC/Loop.pm                   |  12 +-
 lib/Event/RPC/Loop/AnyEvent.pm          |  10 +-
 lib/Event/RPC/Loop/Event.pm             |  12 +-
 lib/Event/RPC/Loop/Glib.pm              |  11 +-
 lib/Event/RPC/Message.pm                |  35 ++++--
 lib/Event/RPC/Message/CBOR.pm           |  57 +++++++++
 lib/Event/RPC/Message/JSON.pm           |  58 +++++++++
 lib/Event/RPC/Message/Negotiate.pm      | 100 ++++++++++++++++
 lib/Event/RPC/Message/Sereal.pm         |  59 +++++++++
 lib/Event/RPC/Message/SerialiserBase.pm |  69 +++++++++++
 lib/Event/RPC/Message/Storable.pm       |  62 ++++++++++
 lib/Event/RPC/Server.pm                 | 147 +++++++++++++++++++++--
 t/01.use.t                              |   2 +
 t/02.cnct.t                             |  11 +-
 t/03.cnct-auth.t                        |  10 +-
 t/04.cnct-auth-ssl-verifypeer-noca.t    |   9 +-
 t/04.cnct-auth-ssl-verifypeer-wrongca.t |   9 +-
 t/04.cnct-auth-ssl-verifypeer.t         |   9 +-
 t/04.cnct-auth-ssl.t                    |   9 +-
 t/05.func.t                             |  17 ++-
 t/06.object2.t                          |  10 +-
 t/07.maxpacket.t                        |  62 ++++++++++
 t/08.msg_formats.t                      | 204 ++++++++++++++++++++++++++++++++
 t/Event_RPC_Test.pm                     |  67 ++++++-----
 t/Event_RPC_Test2.pm                    |   1 +
 t/Event_RPC_Test_Server.pm              |  58 ++++++---
 46 files changed, 1669 insertions(+), 276 deletions(-)
 create mode 100644 README
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/tests/pkg-perl/skip-syntax
 mode change 100755 => 100644 examples/client.pl
 mode change 100755 => 100644 examples/server.pl
 create mode 100644 lib/Event/RPC/Message/CBOR.pm
 create mode 100644 lib/Event/RPC/Message/JSON.pm
 create mode 100644 lib/Event/RPC/Message/Negotiate.pm
 create mode 100644 lib/Event/RPC/Message/Sereal.pm
 create mode 100644 lib/Event/RPC/Message/SerialiserBase.pm
 create mode 100644 lib/Event/RPC/Message/Storable.pm
 create mode 100644 t/07.maxpacket.t
 create mode 100644 t/08.msg_formats.t

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



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