[libglib-perl] 08/11: Imported Upstream version 1.307

Intrigeri intrigeri at moszumanska.debian.org
Thu Mar 19 13:29:29 UTC 2015


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

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

commit 592f40b95419f3e6f44146bf1f4c55bb0a33dd22
Merge: 59ef5b4 9b1bd72
Author: intrigeri <intrigeri at boum.org>
Date:   Thu Mar 19 13:14:37 2015 +0000

    Imported Upstream version 1.307

 GObject.xs                  | 17 +++++++++++++++++
 META.json                   |  4 ++--
 META.yml                    | 18 +++++++++---------
 Makefile.PL                 | 17 ++++++++++++++++-
 NEWS                        | 12 ++++++++++++
 lib/Glib.pm                 |  2 +-
 lib/Glib/CodeGen.pm         |  2 +-
 lib/Glib/GenPod.pm          |  2 +-
 lib/Glib/MakeHelper.pm      | 14 +++++++-------
 lib/Glib/Object/Subclass.pm |  2 +-
 lib/Glib/ParseXSDoc.pm      |  2 +-
 t/9.t                       | 18 +++++++++++-------
 12 files changed, 79 insertions(+), 31 deletions(-)

diff --cc META.json
index fbb9171,0000000..4cc6090
mode 100644,000000..100644
--- a/META.json
+++ b/META.json
@@@ -1,84 -1,0 +1,84 @@@
 +{
 +   "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.86, CPAN::Meta::Converter version 2.133380",
++   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.143240",
 +   "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",
 +         "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_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list"
 +   },
-    "version" : "1.305"
++   "version" : "1.307"
 +}
diff --cc META.yml
index f7a7a70,0000000..098e3a1
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,53 -1,0 +1,53 @@@
 +---
 +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
++  ExtUtils::MakeMaker: '0'
 +configure_requires:
-   ExtUtils::Depends: 0.300
-   ExtUtils::MakeMaker: 0
-   ExtUtils::PkgConfig: 1.000
++  ExtUtils::Depends: '0.300'
++  ExtUtils::MakeMaker: '0'
++  ExtUtils::PkgConfig: '1.000'
 +dynamic_config: 1
- generated_by: 'ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter version 2.133380'
++generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.143240'
 +license: lgpl
 +meta-spec:
 +  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-   version: 1.4
++  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
 +    - Makefile.PL
 +    - xsapi.pod.head
 +    - xsapi.pod.foot
 +  package:
 +    - MY
 +requires:
-   ExtUtils::Depends: 0.300
-   ExtUtils::PkgConfig: 1.000
++  ExtUtils::Depends: '0.300'
++  ExtUtils::PkgConfig: '1.000'
 +resources:
 +  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.305
++version: '1.307'

-- 
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