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

intrigeri pushed a commit to branch master
in repository libgtk2-perl.

commit d8d877317ec599e1da25566358a1628e59bbe597
Merge: a5bbf71 44c244c
Author: intrigeri <intrig...@boum.org>
Date:   Sun Apr 26 09:11:12 2015 +0000

    Imported Upstream version 1.2495

 META.json                  |  4 +-
 META.yml                   | 30 +++++++-------
 NEWS                       | 16 ++++++++
 lib/Gtk2.pm                |  2 +-
 t/GdkDisplay.t             |  4 +-
 t/GtkCellRenderer.t        | 99 +++++++++++++++++++++-------------------------
 t/GtkFileChooserButton.t   | 14 ++++++-
 t/GtkFileChooserDialog.t   | 13 +++++-
 t/GtkFileChooserWidget.t   | 13 +++++-
 t/GtkRecentAction.t        | 16 ++++++--
 t/GtkRecentChooser.t       | 14 ++++++-
 t/GtkRecentChooserDialog.t | 14 ++++++-
 t/GtkRecentChooserMenu.t   | 14 ++++++-
 t/GtkRecentChooserWidget.t | 14 ++++++-
 t/GtkRecentFilter.t        | 14 ++++++-
 t/GtkRecentManager.t       | 11 ++++++
 xs/GdkDisplay.xs           |  2 -
 xs/GtkTreeViewColumn.xs    |  1 +
 18 files changed, 210 insertions(+), 85 deletions(-)

diff --cc META.json
index 5bf250e,0000000..f9ff236
mode 100644,000000..100644
--- a/META.json
+++ b/META.json
@@@ -1,72 -1,0 +1,72 @@@
 +{
 +   "abstract" : "Perl interface to the 2.x series of the Gimp Toolkit 
library",
 +   "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" : "Gtk2",
 +   "no_index" : {
 +      "directory" : [
 +         "t",
 +         "inc",
 +         "tools",
 +         "xs"
 +      ],
 +      "file" : [
 +         "Makefile.PL",
 +         "gtk-demo/main.pl"
 +      ]
 +   },
 +   "prereqs" : {
 +      "build" : {
 +         "requires" : {
 +            "ExtUtils::MakeMaker" : "0"
 +         }
 +      },
 +      "configure" : {
 +         "requires" : {
 +            "Cairo" : "1.000",
 +            "ExtUtils::Depends" : "0.300",
 +            "ExtUtils::MakeMaker" : "0",
 +            "ExtUtils::PkgConfig" : "1.030",
 +            "Glib" : "1.280",
 +            "Pango" : "1.220"
 +         }
 +      },
 +      "runtime" : {
 +         "requires" : {
 +            "Cairo" : "1.000",
 +            "ExtUtils::Depends" : "0.300",
 +            "ExtUtils::PkgConfig" : "1.030",
 +            "Glib" : "1.280",
 +            "Pango" : "1.220"
 +         }
 +      }
 +   },
 +   "release_status" : "stable",
 +   "resources" : {
 +      "bugtracker" : {
 +         "mailto" : "bug-Gtk2 [at] rt.cpan.org",
 +         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Gtk2";
 +      },
 +      "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-Gtk2",
 +         "web" : "http://git.gnome.org/browse/perl-Gtk2";
 +      },
 +      "x_MailingList" : 
"https://mail.gnome.org/mailman/listinfo/gtk-perl-list";
 +   },
-    "version" : "1.2492"
++   "version" : "1.2495"
 +}
diff --cc META.yml
index df7e42a,0000000..6fc14e8
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,42 -1,0 +1,42 @@@
 +---
 +abstract: 'Perl interface to the 2.x series of the Gimp Toolkit library'
 +author:
 +  - 'gtk2-perl Team <gtk-perl-list at gnome dot org>'
 +build_requires:
-   ExtUtils::MakeMaker: 0
++  ExtUtils::MakeMaker: '0'
 +configure_requires:
-   Cairo: 1.000
-   ExtUtils::Depends: 0.300
-   ExtUtils::MakeMaker: 0
-   ExtUtils::PkgConfig: 1.030
-   Glib: 1.280
-   Pango: 1.220
++  Cairo: '1.000'
++  ExtUtils::Depends: '0.300'
++  ExtUtils::MakeMaker: '0'
++  ExtUtils::PkgConfig: '1.030'
++  Glib: '1.280'
++  Pango: '1.220'
 +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: Gtk2
 +no_index:
 +  directory:
 +    - t
 +    - inc
 +    - tools
 +    - xs
 +  file:
 +    - Makefile.PL
 +    - gtk-demo/main.pl
 +requires:
-   Cairo: 1.000
-   ExtUtils::Depends: 0.300
-   ExtUtils::PkgConfig: 1.030
-   Glib: 1.280
-   Pango: 1.220
++  Cairo: '1.000'
++  ExtUtils::Depends: '0.300'
++  ExtUtils::PkgConfig: '1.030'
++  Glib: '1.280'
++  Pango: '1.220'
 +resources:
 +  MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
 +  bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Gtk2
 +  homepage: http://gtk2-perl.sourceforge.net
 +  license: http://www.gnu.org/licenses/lgpl-2.1.html
 +  repository: git://git.gnome.org/perl-Gtk2
- version: 1.2492
++version: '1.2495'

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libgtk2-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