[libglib-perl] branch master updated (ebc8f4c -> a643be3)

Intrigeri intrigeri at moszumanska.debian.org
Wed Jan 8 16:21:27 UTC 2014


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

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

      from  ebc8f4c   libglib-perl (3:1.302-1)
      adds  19af64e   Adjust naming scheme of generated GTypes
      adds  261019b   Move all custom enum/flags GTypes into gperl-gtypes.[hc]
      adds  771dbe1   Create a GType for GSpawnFlags and register it with the bindings
      adds  2b86c7a   Hush some compiler warnings
      adds  2a466bf   Tests: do not try to modify a read-only value
      adds  67b3a1a   Improve diagnostics for errors in signal accumulators
      adds  fa876ff   Revert the change to the ref counting of initial wrappers of custom subclasses
      adds  a1afe83   Add support for G_SPAWN_DEFAULT, if available
      adds  a066cb6   Avoid deprecated API with modern GLib
      adds  ee53eb1   Update copyright dates in recently changed *.xs files
      adds  76ebd03   Stable release 1.303
      adds  4e85501   Fix compilation against glib < 2.34.0
      adds  4703df9   Stable release 1.304
      adds  67ec92b   Imported Upstream version 1.304
       new  46e7df3   Merge tag 'upstream/1.304'
       new  3512f9f   Declare compliance with Standards-Version 3.9.5.
       new  67e3641   Add a Lintian override for debian-watch-may-check-gpg-signature.
       new  16ef9f8   Refresh Debian patches.
       new  a643be3   libglib-perl (3:1.304-1)

The 5 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:
 GClosure.xs                            |  21 +-
 GKeyFile.xs                            |  32 +---
 GLog.xs                                |  34 +---
 GObject.xs                             |  13 +-
 GOption.xs                             |  52 +----
 GParamSpec.xs                          |  35 +---
 GSignal.xs                             |  67 ++-----
 GType.xs                               |  55 ++++--
 GUtils.xs                              |  28 +--
 Glib.xs                                |   6 +-
 META.json                              |   4 +-
 META.yml                               |   6 +-
 NEWS                                   |  14 ++
 debian/changelog                       |  12 ++
 debian/control                         |   2 +-
 debian/patches/fix-man-pages           |  55 +++---
 debian/patches/remove-version-checking |   4 +-
 debian/source/lintian-overrides        |   4 +
 gperl-gtypes.c                         | 339 +++++++++++++++++++++++++++------
 gperl-gtypes.h                         |  87 ++++++---
 lib/Glib.pm                            |   2 +-
 lib/Glib/CodeGen.pm                    |   2 +-
 lib/Glib/GenPod.pm                     |   2 +-
 lib/Glib/MakeHelper.pm                 |   2 +-
 lib/Glib/Object/Subclass.pm            |   2 +-
 lib/Glib/ParseXSDoc.pm                 |   2 +-
 t/7.t                                  |  14 +-
 27 files changed, 521 insertions(+), 375 deletions(-)
 create mode 100644 debian/source/lintian-overrides

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



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