Hello community, here is the log from the commit of package perl-Glib for openSUSE:Factory checked in at 2016-02-16 09:19:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-12-29 13:00:18.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Glib.new/perl-Glib.changes 2016-02-16 09:19:03.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Feb 11 16:26:54 UTC 2016 - [email protected] + +- Update to 1.321: + * GBoxed.xs: Check Glib version prior to enabling GBoxed types. + +------------------------------------------------------------------- Old: ---- Glib-1.320.tar.gz New: ---- Glib-1.321.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Glib.spec ++++++ --- /var/tmp/diff_new_pack.oQED8t/_old 2016-02-16 09:19:04.000000000 +0100 +++ /var/tmp/diff_new_pack.oQED8t/_new 2016-02-16 09:19:04.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Glib # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name Glib Name: perl-Glib -Version: 1.320 +Version: 1.321 Release: 0 Summary: Perl wrappers for the GLib utility and Object libraries License: LGPL-2.1+ ++++++ Glib-1.320.tar.gz -> Glib-1.321.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.320/GBoxed.xs new/Glib-1.321/GBoxed.xs --- old/Glib-1.320/GBoxed.xs 2015-12-21 17:30:49.000000000 +0100 +++ new/Glib-1.321/GBoxed.xs 2016-01-25 00:21:24.000000000 +0100 @@ -906,6 +906,8 @@ if (destroy) (*destroy) (sv); +#if GLIB_CHECK_VERSION (2, 32, 0) + MODULE = Glib::Boxed PACKAGE = Glib::Bytes PREFIX = g_bytes_ =for DESCRIPTION @@ -947,3 +949,5 @@ gboolean g_bytes_equal (GBytes *bytes1, GBytes *bytes2); gint g_bytes_compare (GBytes *bytes1, GBytes *bytes2); + +#endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.320/META.json new/Glib-1.321/META.json --- old/Glib-1.320/META.json 2015-12-21 17:42:28.000000000 +0100 +++ new/Glib-1.321/META.json 2016-01-25 00:32:47.000000000 +0100 @@ -82,5 +82,5 @@ "x_IRC" : "irc://irc.gimp.org/#gtk-perl", "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list" }, - "version" : "1.320" + "version" : "1.321" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.320/META.yml new/Glib-1.321/META.yml --- old/Glib-1.320/META.yml 2015-12-21 17:42:28.000000000 +0100 +++ new/Glib-1.321/META.yml 2016-01-25 00:32:47.000000000 +0100 @@ -52,4 +52,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.320' +version: '1.321' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.320/NEWS new/Glib-1.321/NEWS --- old/Glib-1.320/NEWS 2015-12-21 17:40:06.000000000 +0100 +++ new/Glib-1.321/NEWS 2016-01-25 00:30:28.000000000 +0100 @@ -1,3 +1,9 @@ +Overview of changes in Glib 1.321 (stable) +============================================ + +* GBoxed.xs: Check Glib version prior to enabling GBoxed types; RT#111150; + patch submitted by Torsten Lüttgert <st-cpan at luettgert.de> + Overview of changes in Glib 1.320 (stable) ============================================ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.320/lib/Glib/CodeGen.pm new/Glib-1.321/lib/Glib/CodeGen.pm --- old/Glib-1.320/lib/Glib/CodeGen.pm 2015-12-21 17:32:21.000000000 +0100 +++ new/Glib-1.321/lib/Glib/CodeGen.pm 2016-01-25 00:31:06.000000000 +0100 @@ -5,7 +5,7 @@ use Carp; use IO::File; -our $VERSION = '1.320'; +our $VERSION = '1.321'; # type handlers should look like this: # sub gen_foo_stuff { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.320/lib/Glib/GenPod.pm new/Glib-1.321/lib/Glib/GenPod.pm --- old/Glib-1.320/lib/Glib/GenPod.pm 2015-12-21 17:32:45.000000000 +0100 +++ new/Glib-1.321/lib/Glib/GenPod.pm 2016-01-25 00:31:14.000000000 +0100 @@ -9,7 +9,7 @@ package Glib::GenPod; -our $VERSION = '1.320'; +our $VERSION = '1.321'; use strict; use warnings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.320/lib/Glib/MakeHelper.pm new/Glib-1.321/lib/Glib/MakeHelper.pm --- old/Glib-1.320/lib/Glib/MakeHelper.pm 2015-12-21 17:33:02.000000000 +0100 +++ new/Glib-1.321/lib/Glib/MakeHelper.pm 2016-01-25 00:31:19.000000000 +0100 @@ -4,7 +4,7 @@ package Glib::MakeHelper; -our $VERSION = '1.320'; +our $VERSION = '1.321'; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.320/lib/Glib/Object/Subclass.pm new/Glib-1.321/lib/Glib/Object/Subclass.pm --- old/Glib-1.320/lib/Glib/Object/Subclass.pm 2015-12-21 17:33:17.000000000 +0100 +++ new/Glib-1.321/lib/Glib/Object/Subclass.pm 2016-01-25 00:31:32.000000000 +0100 @@ -20,7 +20,7 @@ package Glib::Object::Subclass; -our $VERSION = '1.320'; +our $VERSION = '1.321'; use Glib; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.320/lib/Glib/ParseXSDoc.pm new/Glib-1.321/lib/Glib/ParseXSDoc.pm --- old/Glib-1.320/lib/Glib/ParseXSDoc.pm 2015-12-21 17:33:35.000000000 +0100 +++ new/Glib-1.321/lib/Glib/ParseXSDoc.pm 2016-01-25 00:31:25.000000000 +0100 @@ -13,7 +13,7 @@ xsdocparse ); -our $VERSION = '1.320'; +our $VERSION = '1.321'; our $NOISY = $ENV{NOISYDOC}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.320/lib/Glib.pm new/Glib-1.321/lib/Glib.pm --- old/Glib-1.320/lib/Glib.pm 2015-12-21 17:31:56.000000000 +0100 +++ new/Glib-1.321/lib/Glib.pm 2016-01-25 00:30:58.000000000 +0100 @@ -27,7 +27,7 @@ require DynaLoader; our @ISA = qw(DynaLoader Exporter); -our $VERSION = '1.320'; +our $VERSION = '1.321'; use constant { TRUE => 1,
