Hello community,

here is the log from the commit of package perl-Glib for openSUSE:Factory 
checked in at 2018-09-16 18:29:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Glib (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Glib"

Sun Sep 16 18:29:36 2018 rev:51 rq:635337 version:1.327

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Glib/perl-Glib.changes      2018-03-06 
10:49:19.971851893 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Glib.new/perl-Glib.changes 2018-09-16 
18:29:38.027460499 +0200
@@ -1,0 +2,6 @@
+Wed Sep 12 13:12:39 UTC 2018 - [email protected]
+
+- Update to version 1.326
+  * Fix typo in pod: s/atomical/atomic/ (Bugzilla #784155)
+
+-------------------------------------------------------------------

Old:
----
  Glib-1.326.tar.gz

New:
----
  Glib-1.327.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Glib.spec ++++++
--- /var/tmp/diff_new_pack.7ROV26/_old  2018-09-16 18:29:38.407460347 +0200
+++ /var/tmp/diff_new_pack.7ROV26/_new  2018-09-16 18:29:38.411460346 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Glib
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,10 +18,10 @@
 
 %define cpan_name Glib
 Name:           perl-Glib
-Version:        1.326
+Version:        1.327
 Release:        0
 Summary:        Perl wrappers for the GLib utility and Object libraries
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Languages/Perl
 Url:            https://metacpan.org/pod/Glib
 Source:         
https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
@@ -33,7 +33,7 @@
 Requires:       perl(ExtUtils::Depends) >= 0.300
 Requires:       perl(ExtUtils::PkgConfig) >= 1.000
 Provides:       %{name}-devel = %{version}
-%perl_requires
+%{perl_requires}
 
 %description
 This wrapper attempts to provide a perlish interface while remaining as
@@ -56,7 +56,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog.pre-git doctypes Glib.exports LICENSE NEWS 
perl-Glib.doap README TODO xsapi.pod.foot xsapi.pod.head
+%license LICENSE
+%doc AUTHORS ChangeLog.pre-git doctypes Glib.exports NEWS perl-Glib.doap 
README TODO xsapi.pod.foot xsapi.pod.head
 
 %changelog

++++++ Glib-1.326.tar.gz -> Glib-1.327.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.326/GBookmarkFile.xs 
new/Glib-1.327/GBookmarkFile.xs
--- old/Glib-1.326/GBookmarkFile.xs     2017-04-21 21:56:25.000000000 +0200
+++ new/Glib-1.327/GBookmarkFile.xs     2018-05-22 04:51:34.000000000 +0200
@@ -198,7 +198,7 @@
 
 =for apidoc __gerror__
 Saves the contents of a bookmark file into a file.  The write operation
-is guaranteed to be atomical by writing the contents of the bookmark file
+is guaranteed to be atomic by writing the contents of the bookmark file
 to a temporary file and then moving the file to the target file.
 =cut
 void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.326/META.json new/Glib-1.327/META.json
--- old/Glib-1.326/META.json    2017-07-13 01:56:14.000000000 +0200
+++ new/Glib-1.327/META.json    2018-05-22 05:07:23.000000000 +0200
@@ -5,7 +5,7 @@
       "gtk2-perl Team <gtk-perl-list at gnome dot org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "unknown",
       "lgpl_2_1"
@@ -84,6 +84,6 @@
       "x_IRC" : "irc://irc.gimp.org/#gtk-perl",
       "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list";
    },
-   "version" : "1.326",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "1.327",
+   "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.326/META.yml new/Glib-1.327/META.yml
--- old/Glib-1.326/META.yml     2017-07-13 01:56:14.000000000 +0200
+++ new/Glib-1.327/META.yml     2018-05-22 05:07:23.000000000 +0200
@@ -10,7 +10,7 @@
   ExtUtils::MakeMaker: '0'
   ExtUtils::PkgConfig: '1.000'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 
2.150010'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -53,5 +53,5 @@
   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.326'
+version: '1.327'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.326/NEWS new/Glib-1.327/NEWS
--- old/Glib-1.326/NEWS 2017-07-13 01:55:51.000000000 +0200
+++ new/Glib-1.327/NEWS 2018-05-22 05:05:28.000000000 +0200
@@ -1,9 +1,16 @@
+Overview of changes in Glib 1.327 (stable)
+============================================
+
+* Fix typo in pod: s/atomical/atomic/ (Bugzilla #784155)
+
 Overview of changes in Glib 1.326 (stable)
 ============================================
+
 * lib/Glib/GenPod.pm: Allow overriding of current time in generated man-pages
 
 Overview of changes in Glib 1.325 (stable)
 ============================================
+
 * Try to avoid a possible hang in t/9.t
 * Handle removing '.' in @INC for perl-5.26.0 compatibility
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.326/lib/Glib/CodeGen.pm 
new/Glib-1.327/lib/Glib/CodeGen.pm
--- old/Glib-1.326/lib/Glib/CodeGen.pm  2017-07-13 01:55:33.000000000 +0200
+++ new/Glib-1.327/lib/Glib/CodeGen.pm  2018-05-22 05:06:11.000000000 +0200
@@ -5,7 +5,7 @@
 use Carp;
 use IO::File;
 
-our $VERSION = '1.326';
+our $VERSION = '1.327';
 
 # type handlers should look like this:
 #    sub gen_foo_stuff {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.326/lib/Glib/GenPod.pm 
new/Glib-1.327/lib/Glib/GenPod.pm
--- old/Glib-1.326/lib/Glib/GenPod.pm   2017-07-13 01:55:33.000000000 +0200
+++ new/Glib-1.327/lib/Glib/GenPod.pm   2018-05-22 05:06:21.000000000 +0200
@@ -9,7 +9,7 @@
 
 package Glib::GenPod;
 
-our $VERSION = '1.326';
+our $VERSION = '1.327';
 
 use strict;
 use warnings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.326/lib/Glib/MakeHelper.pm 
new/Glib-1.327/lib/Glib/MakeHelper.pm
--- old/Glib-1.326/lib/Glib/MakeHelper.pm       2017-07-13 01:55:33.000000000 
+0200
+++ new/Glib-1.327/lib/Glib/MakeHelper.pm       2018-05-22 05:06:33.000000000 
+0200
@@ -4,7 +4,7 @@
 
 package Glib::MakeHelper;
 
-our $VERSION = '1.326';
+our $VERSION = '1.327';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.326/lib/Glib/Object/Subclass.pm 
new/Glib-1.327/lib/Glib/Object/Subclass.pm
--- old/Glib-1.326/lib/Glib/Object/Subclass.pm  2017-07-13 01:55:33.000000000 
+0200
+++ new/Glib-1.327/lib/Glib/Object/Subclass.pm  2018-05-22 05:07:06.000000000 
+0200
@@ -20,7 +20,7 @@
 
 package Glib::Object::Subclass;
 
-our $VERSION = '1.326';
+our $VERSION = '1.327';
 
 use Glib;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.326/lib/Glib/ParseXSDoc.pm 
new/Glib-1.327/lib/Glib/ParseXSDoc.pm
--- old/Glib-1.326/lib/Glib/ParseXSDoc.pm       2017-07-13 01:55:33.000000000 
+0200
+++ new/Glib-1.327/lib/Glib/ParseXSDoc.pm       2018-05-22 05:06:57.000000000 
+0200
@@ -13,7 +13,7 @@
        xsdocparse
 );
 
-our $VERSION = '1.326';
+our $VERSION = '1.327';
 
 our $NOISY = $ENV{NOISYDOC};
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.326/lib/Glib.pm new/Glib-1.327/lib/Glib.pm
--- old/Glib-1.326/lib/Glib.pm  2017-07-13 01:55:33.000000000 +0200
+++ new/Glib-1.327/lib/Glib.pm  2018-05-22 05:06:02.000000000 +0200
@@ -27,7 +27,7 @@
 require DynaLoader;
 our @ISA = qw(DynaLoader Exporter);
 
-our $VERSION = '1.326';
+our $VERSION = '1.327';
 
 use constant {
        TRUE  => 1,


Reply via email to