[libglib-object-introspection-perl] branch master updated (ee81795 -> 21021f6)

Intrigeri intrigeri at moszumanska.debian.org
Sun Nov 27 09:59:24 UTC 2016


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

intrigeri pushed a change to branch master
in repository libglib-object-introspection-perl.

      from  ee81795   update changelog
      adds  3140e42   Tweak the test environment to work with newer ExtUtils::MakeMaker
      adds  a31d977   Use the stack in favor of heap allocation during marshalling
      adds  80f1833   Use custom code to find struct methods in order to avoid a bug
      adds  8e01bbf   Remove an unused internal variable
      adds  5f35c3e   Add support for object class functions
      adds  ecb1ad3   Add support for marshalling GParamSpec
      adds  8326a03   Add Glib::Object::Introspection::GValueWrapper::get_value
      adds  4362371   Release 0.041
      adds  848b50b   New upstream version 0.041
       new  df1b0f4   Merge tag 'upstream/0.041'
       new  0027b56   Bump Standards-Version to 3.9.8: no change required.
       new  e555fa1   Fix-occuring-typo-in-POD.patch: new patch.
       new  21021f6   libglib-object-introspection-perl (0.041-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:
 GObjectIntrospection.xs                       |  18 ++++-
 MANIFEST                                      |   1 +
 META.json                                     |   7 +-
 META.yml                                      |   8 +-
 Makefile.PL                                   |   5 +-
 NEWS                                          |  11 +++
 bin/perli11ndoc                               |  13 +++-
 debian/changelog                              |   9 ++-
 debian/control                                |   2 +-
 debian/patches/Fix-occuring-typo-in-POD.patch |  31 ++++++++
 debian/patches/series                         |   1 +
 gperl-i11n-info.c                             |  21 ++++-
 gperl-i11n-invoke-c.c                         |  38 ++++-----
 gperl-i11n-invoke-perl.c                      |  14 ++--
 gperl-i11n-invoke.c                           |  24 ++----
 gperl-i11n-marshal-array.c                    |   2 +-
 gperl-i11n-marshal-callback.c                 |  14 ++--
 gperl-i11n-marshal-interface.c                | 108 +++++++++++++++++++++-----
 lib/Glib/Object/Introspection.pm              |  51 ++++++++----
 t/param-specs.t                               |  21 +++++
 t/values.t                                    |  18 ++++-
 21 files changed, 310 insertions(+), 107 deletions(-)
 mode change 100755 => 100644 bin/perli11ndoc
 create mode 100644 debian/patches/Fix-occuring-typo-in-POD.patch
 create mode 100644 debian/patches/series
 create mode 100644 t/param-specs.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libglib-object-introspection-perl.git



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