Hello community, here is the log from the commit of package perl-Glib for openSUSE:Factory checked in at 2015-07-20 11:22:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-03-30 19:33:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Glib.new/perl-Glib.changes 2015-07-20 11:22:56.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Jul 17 12:52:43 UTC 2015 - [email protected] + +- Update to 1.312 (changes since 1.310): + * Fix Glib::Variant::classify on big-endian machines. + * Fix incorrect version in Glib::GenPod. + +------------------------------------------------------------------- Old: ---- Glib-1.310.tar.gz New: ---- Glib-1.312.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Glib.spec ++++++ --- /var/tmp/diff_new_pack.DK6RzP/_old 2015-07-20 11:22:57.000000000 +0200 +++ /var/tmp/diff_new_pack.DK6RzP/_new 2015-07-20 11:22:57.000000000 +0200 @@ -18,7 +18,7 @@ %define cpan_name Glib Name: perl-Glib -Version: 1.310 +Version: 1.312 Release: 0 Summary: Perl wrappers for the GLib utility and Object libraries License: LGPL-2.1+ ++++++ Glib-1.310.tar.gz -> Glib-1.312.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.310/GVariant.xs new/Glib-1.312/GVariant.xs --- old/Glib-1.310/GVariant.xs 2015-01-15 12:21:42.000000000 +0100 +++ new/Glib-1.312/GVariant.xs 2015-07-08 19:48:49.000000000 +0200 @@ -277,14 +277,7 @@ gboolean g_variant_is_container (GVariant *value); -const char * g_variant_classify (GVariant *value); - PREINIT: - GVariantClass vclass; - CODE: - vclass = g_variant_classify (value); - RETVAL = (const char *) &vclass; - OUTPUT: - RETVAL +char g_variant_classify (GVariant *value); GVariant_noinc * g_variant_new_boolean (class, gboolean value); C_ARGS: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.310/Glib.exports new/Glib-1.312/Glib.exports --- old/Glib-1.310/Glib.exports 2013-02-04 04:58:51.000000000 +0100 +++ new/Glib-1.312/Glib.exports 2015-06-30 19:50:17.000000000 +0200 @@ -26,6 +26,8 @@ SvGSignalFlags SvGInt64 SvGUInt64 +SvGVariant +SvGVariantType _gperl_attach_mg _gperl_call_XS _gperl_find_mg @@ -111,5 +113,9 @@ newSVGSignalQuery newSVGInt64 newSVGUInt64 +newSVGVariant +newSVGVariant_noinc +newSVGVariantType +newSVGVariantType_own ); 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.310/META.json new/Glib-1.312/META.json --- old/Glib-1.310/META.json 2015-01-28 01:12:16.000000000 +0100 +++ new/Glib-1.312/META.json 2015-07-16 06:29:08.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.98, CPAN::Meta::Converter version 2.143240", + "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001", "license" : [ "lgpl_2_1" ], @@ -81,5 +81,5 @@ }, "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list" }, - "version" : "1.310" + "version" : "1.312" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.310/META.yml new/Glib-1.312/META.yml --- old/Glib-1.310/META.yml 2015-01-28 01:12:16.000000000 +0100 +++ new/Glib-1.312/META.yml 2015-07-16 06:29:08.000000000 +0200 @@ -9,7 +9,7 @@ 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 @@ -51,4 +51,4 @@ 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.310' +version: '1.312' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.310/NEWS new/Glib-1.312/NEWS --- old/Glib-1.310/NEWS 2015-01-28 01:03:18.000000000 +0100 +++ new/Glib-1.312/NEWS 2015-07-16 06:26:20.000000000 +0200 @@ -1,3 +1,14 @@ +Overview of changes in Glib 1.312 (unstable) +============================================ + +* Fix incorrect version in Glib::GenPod + +Overview of changes in Glib 1.311 (unstable) +============================================ + +* Add the GVariant converters to the win32 linker export list +* Fix Glib::Variant::classify on big-endian machines + Overview of changes in Glib 1.310 (unstable) ============================================ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.310/lib/Glib/CodeGen.pm new/Glib-1.312/lib/Glib/CodeGen.pm --- old/Glib-1.310/lib/Glib/CodeGen.pm 2015-01-28 01:04:11.000000000 +0100 +++ new/Glib-1.312/lib/Glib/CodeGen.pm 2015-07-16 06:26:20.000000000 +0200 @@ -5,7 +5,7 @@ use Carp; use IO::File; -our $VERSION = '1.310'; +our $VERSION = '1.312'; # type handlers should look like this: # sub gen_foo_stuff { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.310/lib/Glib/GenPod.pm new/Glib-1.312/lib/Glib/GenPod.pm --- old/Glib-1.310/lib/Glib/GenPod.pm 2015-01-28 01:04:19.000000000 +0100 +++ new/Glib-1.312/lib/Glib/GenPod.pm 2015-07-16 06:26:20.000000000 +0200 @@ -9,7 +9,7 @@ package Glib::GenPod; -our $VERSION = '1.310'; +our $VERSION = '1.312'; use strict; use warnings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.310/lib/Glib/MakeHelper.pm new/Glib-1.312/lib/Glib/MakeHelper.pm --- old/Glib-1.310/lib/Glib/MakeHelper.pm 2015-01-28 01:04:26.000000000 +0100 +++ new/Glib-1.312/lib/Glib/MakeHelper.pm 2015-07-16 06:26:20.000000000 +0200 @@ -4,7 +4,7 @@ package Glib::MakeHelper; -our $VERSION = '1.310'; +our $VERSION = '1.312'; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.310/lib/Glib/Object/Subclass.pm new/Glib-1.312/lib/Glib/Object/Subclass.pm --- old/Glib-1.310/lib/Glib/Object/Subclass.pm 2015-01-28 01:04:36.000000000 +0100 +++ new/Glib-1.312/lib/Glib/Object/Subclass.pm 2015-07-16 06:26:20.000000000 +0200 @@ -20,7 +20,7 @@ package Glib::Object::Subclass; -our $VERSION = '1.310'; +our $VERSION = '1.312'; use Glib; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.310/lib/Glib/ParseXSDoc.pm new/Glib-1.312/lib/Glib/ParseXSDoc.pm --- old/Glib-1.310/lib/Glib/ParseXSDoc.pm 2015-01-28 01:04:41.000000000 +0100 +++ new/Glib-1.312/lib/Glib/ParseXSDoc.pm 2015-07-16 06:26:20.000000000 +0200 @@ -13,7 +13,7 @@ xsdocparse ); -our $VERSION = '1.310'; +our $VERSION = '1.312'; our $NOISY = $ENV{NOISYDOC}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.310/lib/Glib.pm new/Glib-1.312/lib/Glib.pm --- old/Glib-1.310/lib/Glib.pm 2015-01-28 01:04:06.000000000 +0100 +++ new/Glib-1.312/lib/Glib.pm 2015-07-16 06:26:20.000000000 +0200 @@ -27,7 +27,7 @@ require DynaLoader; our @ISA = qw(DynaLoader Exporter); -our $VERSION = '1.310'; +our $VERSION = '1.312'; use constant { TRUE => 1,
