Hello community, here is the log from the commit of package perl-Glib for openSUSE:Factory checked in at 2014-09-17 21:23:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Glib (Old) and /work/SRC/openSUSE:Factory/.perl-Glib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Glib" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Glib/perl-Glib.changes 2014-02-11 10:56:21.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Glib.new/perl-Glib.changes 2014-09-17 21:23:31.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Sep 16 08:08:01 UTC 2014 - [email protected] + +-A updated to 1.305 + * Disable the warning message when handing callbacks over to the main loop. + +------------------------------------------------------------------- Old: ---- Glib-1.304.tar.gz New: ---- Glib-1.305.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Glib.spec ++++++ --- /var/tmp/diff_new_pack.Gc3spV/_old 2014-09-17 21:23:32.000000000 +0200 +++ /var/tmp/diff_new_pack.Gc3spV/_new 2014-09-17 21:23:32.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Glib -Version: 1.304 +Version: 1.305 Release: 0 %define cpan_name Glib Summary: Perl wrappers for the GLib utility and Object libraries ++++++ Glib-1.304.tar.gz -> Glib-1.305.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.304/GClosure.xs new/Glib-1.305/GClosure.xs --- old/Glib-1.304/GClosure.xs 2013-12-11 05:44:46.000000000 +0100 +++ new/Glib-1.305/GClosure.xs 2014-05-18 22:18:32.000000000 +0200 @@ -98,8 +98,10 @@ * use perl_clone to create a new Perl interpreter from the main one. */ if (INVOKED_FROM_FOREIGN_THREAD) { +#ifdef NOISY g_printerr ("*** GPerl asked to invoke callback from a foreign thread; " "handing it over to the main loop\n"); +#endif _closure_hand_to_main (closure, return_value, n_param_values, param_values, invocation_hint, marshal_data); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.304/META.json new/Glib-1.305/META.json --- old/Glib-1.304/META.json 2013-12-31 06:52:04.000000000 +0100 +++ new/Glib-1.305/META.json 2014-05-19 01:36:10.000000000 +0200 @@ -4,7 +4,7 @@ "gtk2-perl Team <gtk-perl-list at gnome dot org>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.132830", + "generated_by" : "ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter version 2.133380", "license" : [ "lgpl_2_1" ], @@ -44,9 +44,21 @@ ] }, "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" } } @@ -68,5 +80,5 @@ }, "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list" }, - "version" : "1.304" + "version" : "1.305" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.304/META.yml new/Glib-1.305/META.yml --- old/Glib-1.304/META.yml 2013-12-31 06:52:04.000000000 +0100 +++ new/Glib-1.305/META.yml 2014-05-19 01:36:10.000000000 +0200 @@ -2,12 +2,14 @@ abstract: 'Perl wrappers for the GLib utility and Object libraries' author: - 'gtk2-perl Team <gtk-perl-list at gnome dot org>' -build_requires: {} +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.66, CPAN::Meta::Converter version 2.132830' +generated_by: 'ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter version 2.133380' license: lgpl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -39,10 +41,13 @@ - xsapi.pod.foot package: - MY +requires: + 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.304 +version: 1.305 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.304/NEWS new/Glib-1.305/NEWS --- old/Glib-1.304/NEWS 2013-12-31 06:50:09.000000000 +0100 +++ new/Glib-1.305/NEWS 2014-05-19 01:33:53.000000000 +0200 @@ -1,3 +1,8 @@ +Overview of changes in Glib 1.305 (stable) +========================================== + +* Disable the warning message when handing callbacks over to the main loop. + Overview of changes in Glib 1.304 (stable) ========================================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.304/lib/Glib/CodeGen.pm new/Glib-1.305/lib/Glib/CodeGen.pm --- old/Glib-1.304/lib/Glib/CodeGen.pm 2013-12-31 06:50:50.000000000 +0100 +++ new/Glib-1.305/lib/Glib/CodeGen.pm 2014-05-19 01:34:32.000000000 +0200 @@ -5,7 +5,7 @@ use Carp; use IO::File; -our $VERSION = '1.304'; +our $VERSION = '1.305'; # type handlers should look like this: # sub gen_foo_stuff { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.304/lib/Glib/GenPod.pm new/Glib-1.305/lib/Glib/GenPod.pm --- old/Glib-1.304/lib/Glib/GenPod.pm 2013-12-31 06:50:59.000000000 +0100 +++ new/Glib-1.305/lib/Glib/GenPod.pm 2014-05-19 01:34:45.000000000 +0200 @@ -9,7 +9,7 @@ package Glib::GenPod; -our $VERSION = '1.304'; +our $VERSION = '1.305'; use strict; use warnings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.304/lib/Glib/MakeHelper.pm new/Glib-1.305/lib/Glib/MakeHelper.pm --- old/Glib-1.304/lib/Glib/MakeHelper.pm 2013-12-31 06:51:06.000000000 +0100 +++ new/Glib-1.305/lib/Glib/MakeHelper.pm 2014-05-19 01:34:51.000000000 +0200 @@ -4,7 +4,7 @@ package Glib::MakeHelper; -our $VERSION = '1.304'; +our $VERSION = '1.305'; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.304/lib/Glib/Object/Subclass.pm new/Glib-1.305/lib/Glib/Object/Subclass.pm --- old/Glib-1.304/lib/Glib/Object/Subclass.pm 2013-12-31 06:51:35.000000000 +0100 +++ new/Glib-1.305/lib/Glib/Object/Subclass.pm 2014-05-19 01:35:19.000000000 +0200 @@ -20,7 +20,7 @@ package Glib::Object::Subclass; -our $VERSION = '1.304'; +our $VERSION = '1.305'; use Glib; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.304/lib/Glib/ParseXSDoc.pm new/Glib-1.305/lib/Glib/ParseXSDoc.pm --- old/Glib-1.304/lib/Glib/ParseXSDoc.pm 2013-12-31 06:51:13.000000000 +0100 +++ new/Glib-1.305/lib/Glib/ParseXSDoc.pm 2014-05-19 01:34:56.000000000 +0200 @@ -13,7 +13,7 @@ xsdocparse ); -our $VERSION = '1.304'; +our $VERSION = '1.305'; our $NOISY = $ENV{NOISYDOC}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.304/lib/Glib.pm new/Glib-1.305/lib/Glib.pm --- old/Glib-1.304/lib/Glib.pm 2013-12-31 06:50:30.000000000 +0100 +++ new/Glib-1.305/lib/Glib.pm 2014-05-19 01:34:04.000000000 +0200 @@ -27,7 +27,7 @@ require DynaLoader; our @ISA = qw(DynaLoader Exporter); -our $VERSION = '1.304'; +our $VERSION = '1.305'; use constant { TRUE => 1, -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
