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

intrigeri pushed a commit to branch experimental
in repository libglib-perl.

commit ebe65bae8268e15f384d15e50279482c413edc06
Merge: 592f40b 5dbd442
Author: intrigeri <intrig...@boum.org>
Date:   Tue Dec 29 17:58:40 2015 +0000

    Imported Upstream version 1.320

 GBoxed.xs                   |  45 +++
 GError.xs                   |   6 +
 GMainLoop.xs                |   2 +
 GObject.xs                  |  10 +-
 GVariant.xs                 | 683 ++++++++++++++++++++++++++++++++++++++++++++
 Glib.exports                |   6 +
 Glib.xs                     |   3 +
 MANIFEST                    |   3 +
 META.json                   |   6 +-
 META.yml                    |   6 +-
 Makefile.PL                 |  11 +-
 NEWS                        |  45 +++
 gperl-gtypes.c              |  40 +++
 gperl-gtypes.h              |   5 +
 gperl.h                     | 154 +++++-----
 lib/Glib.pm                 | 157 +++++++++-
 lib/Glib/CodeGen.pm         |   2 +-
 lib/Glib/GenPod.pm          |  31 +-
 lib/Glib/MakeHelper.pm      |   4 +-
 lib/Glib/Object/Subclass.pm |   2 +-
 lib/Glib/ParseXSDoc.pm      |   2 +-
 t/bytes.t                   |  50 ++++
 t/variant.t                 | 340 ++++++++++++++++++++++
 typemap                     |  91 ++++--
 24 files changed, 1588 insertions(+), 116 deletions(-)

diff --cc META.json
index 4cc6090,0000000..4494421
mode 100644,000000..100644
--- a/META.json
+++ b/META.json
@@@ -1,84 -1,0 +1,86 @@@
 +{
 +   "abstract" : "Perl wrappers for the GLib utility and Object libraries",
 +   "author" : [
 +      "gtk2-perl Team <gtk-perl-list at gnome dot org>"
 +   ],
 +   "dynamic_config" : 1,
-    "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.143240",
++   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001",
 +   "license" : [
 +      "lgpl_2_1"
 +   ],
 +   "meta-spec" : {
 +      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
 +      "version" : "2"
 +   },
 +   "name" : "Glib",
 +   "no_index" : {
 +      "directory" : [
 +         "t",
 +         "inc"
 +      ],
 +      "file" : [
 +         "Glib.xs",
 +         "GError.xs",
 +         "GUtils.xs",
 +         "GLog.xs",
 +         "GType.xs",
 +         "GBoxed.xs",
 +         "GObject.xs",
 +         "GValue.xs",
 +         "GClosure.xs",
 +         "GSignal.xs",
 +         "GMainLoop.xs",
 +         "GIOChannel.xs",
 +         "GParamSpec.xs",
 +         "GKeyFile.xs",
 +         "GOption.xs",
 +         "GBookmarkFile.xs",
++         "GVariant.xs",
 +         "Makefile.PL",
 +         "xsapi.pod.head",
 +         "xsapi.pod.foot"
 +      ],
 +      "package" : [
 +         "MY"
 +      ]
 +   },
 +   "prereqs" : {
 +      "build" : {
 +         "requires" : {
 +            "ExtUtils::MakeMaker" : "0"
 +         }
 +      },
 +      "configure" : {
 +         "requires" : {
 +            "ExtUtils::Depends" : "0.300",
 +            "ExtUtils::MakeMaker" : "0",
 +            "ExtUtils::PkgConfig" : "1.000"
 +         }
 +      },
 +      "runtime" : {
 +         "requires" : {
 +            "ExtUtils::Depends" : "0.300",
 +            "ExtUtils::PkgConfig" : "1.000"
 +         }
 +      }
 +   },
 +   "release_status" : "stable",
 +   "resources" : {
 +      "bugtracker" : {
 +         "mailto" : "bug-Glib [at] rt.cpan.org",
 +         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Glib";
 +      },
 +      "homepage" : "http://gtk2-perl.sourceforge.net";,
 +      "license" : [
 +         "http://www.gnu.org/licenses/lgpl-2.1.html";
 +      ],
 +      "repository" : {
 +         "type" : "git",
 +         "url" : "git://git.gnome.org/perl-Glib",
 +         "web" : "http://git.gnome.org/browse/perl-Glib";
 +      },
++      "x_IRC" : "irc://irc.gimp.org/#gtk-perl",
 +      "x_MailingList" : 
"https://mail.gnome.org/mailman/listinfo/gtk-perl-list";
 +   },
-    "version" : "1.307"
++   "version" : "1.320"
 +}
diff --cc META.yml
index 098e3a1,0000000..4a36090
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,53 -1,0 +1,55 @@@
 +---
 +abstract: 'Perl wrappers for the GLib utility and Object libraries'
 +author:
 +  - 'gtk2-perl Team <gtk-perl-list at gnome dot org>'
 +build_requires:
 +  ExtUtils::MakeMaker: '0'
 +configure_requires:
 +  ExtUtils::Depends: '0.300'
 +  ExtUtils::MakeMaker: '0'
 +  ExtUtils::PkgConfig: '1.000'
 +dynamic_config: 1
- generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.143240'
++generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001'
 +license: lgpl
 +meta-spec:
 +  url: http://module-build.sourceforge.net/META-spec-v1.4.html
 +  version: '1.4'
 +name: Glib
 +no_index:
 +  directory:
 +    - t
 +    - inc
 +  file:
 +    - Glib.xs
 +    - GError.xs
 +    - GUtils.xs
 +    - GLog.xs
 +    - GType.xs
 +    - GBoxed.xs
 +    - GObject.xs
 +    - GValue.xs
 +    - GClosure.xs
 +    - GSignal.xs
 +    - GMainLoop.xs
 +    - GIOChannel.xs
 +    - GParamSpec.xs
 +    - GKeyFile.xs
 +    - GOption.xs
 +    - GBookmarkFile.xs
++    - GVariant.xs
 +    - Makefile.PL
 +    - xsapi.pod.head
 +    - xsapi.pod.foot
 +  package:
 +    - MY
 +requires:
 +  ExtUtils::Depends: '0.300'
 +  ExtUtils::PkgConfig: '1.000'
 +resources:
++  IRC: irc://irc.gimp.org/#gtk-perl
 +  MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
 +  bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Glib
 +  homepage: http://gtk2-perl.sourceforge.net
 +  license: http://www.gnu.org/licenses/lgpl-2.1.html
 +  repository: git://git.gnome.org/perl-Glib
- version: '1.307'
++version: '1.320'

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to