Hello community, here is the log from the commit of package perl-Inline for openSUSE:Factory checked in at 2019-04-03 10:51:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Inline (Old) and /work/SRC/openSUSE:Factory/.perl-Inline.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Inline" Wed Apr 3 10:51:33 2019 rev:29 rq:690872 version:0.82 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Inline/perl-Inline.changes 2019-02-04 14:26:13.613030590 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Inline.new.25356/perl-Inline.changes 2019-04-03 10:51:37.265935115 +0200 @@ -1,0 +2,9 @@ +Wed Apr 3 07:05:27 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 0.82 + see /usr/share/doc/packages/perl-Inline/Changes + + 0.82 Sun 31 Mar 2019 04:10:24 PM CEST + - Another fix for @INC PR#69 TINITA + +------------------------------------------------------------------- Old: ---- Inline-0.81.tar.gz New: ---- Inline-0.82.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Inline.spec ++++++ --- /var/tmp/diff_new_pack.s4y1V9/_old 2019-04-03 10:51:38.693935498 +0200 +++ /var/tmp/diff_new_pack.s4y1V9/_new 2019-04-03 10:51:38.721935505 +0200 @@ -17,7 +17,7 @@ Name: perl-Inline -Version: 0.81 +Version: 0.82 Release: 0 %define cpan_name Inline Summary: Write Perl Subroutines in Other Programming Languages ++++++ Inline-0.81.tar.gz -> Inline-0.82.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Inline-0.81/Changes new/Inline-0.82/Changes --- old/Inline-0.81/Changes 2019-02-03 16:42:13.000000000 +0100 +++ new/Inline-0.82/Changes 2019-03-31 16:10:32.000000000 +0200 @@ -1,3 +1,6 @@ +0.82 Sun 31 Mar 2019 04:10:24 PM CEST + - Another fix for @INC PR#69 TINITA + 0.81 Sun 03 Feb 2019 04:42:05 PM CET - Regular release, see developer releases diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Inline-0.81/META.json new/Inline-0.82/META.json --- old/Inline-0.81/META.json 2019-02-03 16:42:13.000000000 +0100 +++ new/Inline-0.82/META.json 2019-03-31 16:10:32.000000000 +0200 @@ -59,7 +59,7 @@ "web" : "https://github.com/ingydotnet/inline-pm" } }, - "version" : "0.81", + "version" : "0.82", "x_generated_by_perl" : "v5.24.1", "x_serialization_backend" : "Cpanel::JSON::XS version 4.02" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Inline-0.81/META.yml new/Inline-0.82/META.yml --- old/Inline-0.81/META.yml 2019-02-03 16:42:13.000000000 +0100 +++ new/Inline-0.82/META.yml 2019-03-31 16:10:32.000000000 +0200 @@ -29,6 +29,6 @@ bugtracker: https://github.com/ingydotnet/inline-pm/issues homepage: https://github.com/ingydotnet/inline-pm repository: https://github.com/ingydotnet/inline-pm.git -version: '0.81' +version: '0.82' x_generated_by_perl: v5.24.1 x_serialization_backend: 'YAML::Tiny version 1.73' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Inline-0.81/Makefile.PL new/Inline-0.82/Makefile.PL --- old/Inline-0.81/Makefile.PL 2019-02-03 16:42:13.000000000 +0100 +++ new/Inline-0.82/Makefile.PL 2019-03-31 16:10:32.000000000 +0200 @@ -25,7 +25,7 @@ "Test::More" => "0.88", "Test::Warn" => "0.23" }, - "VERSION" => "0.81", + "VERSION" => "0.82", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Inline-0.81/README new/Inline-0.82/README --- old/Inline-0.81/README 2019-02-03 16:42:13.000000000 +0100 +++ new/Inline-0.82/README 2019-03-31 16:10:32.000000000 +0200 @@ -4,7 +4,7 @@ VERSION - This document describes Inline version 0.81. + This document describes Inline version 0.82. SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Inline-0.81/lib/Inline/Foo.pm new/Inline-0.82/lib/Inline/Foo.pm --- old/Inline-0.81/lib/Inline/Foo.pm 2019-02-03 16:42:13.000000000 +0100 +++ new/Inline-0.82/lib/Inline/Foo.pm 2019-03-31 16:10:32.000000000 +0200 @@ -3,7 +3,7 @@ require Inline; our @ISA = qw(Inline); -our $VERSION = '0.81'; +our $VERSION = '0.82'; use Carp; use File::Spec; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Inline-0.81/lib/Inline/MakeMaker.pm new/Inline-0.82/lib/Inline/MakeMaker.pm --- old/Inline-0.81/lib/Inline/MakeMaker.pm 2019-02-03 16:42:13.000000000 +0100 +++ new/Inline-0.82/lib/Inline/MakeMaker.pm 2019-03-31 16:10:32.000000000 +0200 @@ -7,7 +7,7 @@ use version; our @EXPORT = qw(WriteMakefile WriteInlineMakefile); -our $VERSION = '0.81'; +our $VERSION = '0.82'; sub WriteInlineMakefile { carp <<EOF; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Inline-0.81/lib/Inline.pm new/Inline-0.82/lib/Inline.pm --- old/Inline-0.81/lib/Inline.pm 2019-02-03 16:42:13.000000000 +0100 +++ new/Inline-0.82/lib/Inline.pm 2019-03-31 16:10:32.000000000 +0200 @@ -1,7 +1,7 @@ use strict; use warnings; package Inline; -our $VERSION = '0.81'; +our $VERSION = '0.82'; use Inline::denter; use Config; @@ -829,7 +829,13 @@ # Inline::CPP (and perhaps other Inline modules) will fail because P::RD isn't found. my @_inc = map { "-I$_" } ($inline, - grep {(-d File::Spec->catdir($_,"Inline") or -d File::Spec->catdir($_,"auto","Inline") or -e File::Spec->catdir($_,"Win32/Mutex.pm") or -e File::Spec->catdir($_,"Parse/RecDescent.pm"))} @INC); + grep {( + -d File::Spec->catdir($_,"Inline") + or -d File::Spec->catdir($_,"auto","Inline") + or -e File::Spec->catdir($_,"Win32", "Mutex.pm") + or -d File::Spec->catdir($_,"auto", "Win32", "Mutex") + or -e File::Spec->catdir($_,"Parse", "RecDescent.pm") + )} @INC); system $perl, @_inc, "-MInline=_CONFIG_", "-e1", "$dir" and croak M20_config_creation_failed($dir); return; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Inline-0.81/lib/Inline.pod new/Inline-0.82/lib/Inline.pod --- old/Inline-0.81/lib/Inline.pod 2019-02-03 16:42:13.000000000 +0100 +++ new/Inline-0.82/lib/Inline.pod 2019-03-31 16:10:32.000000000 +0200 @@ -12,7 +12,7 @@ =head1 VERSION -This document describes L<Inline> version B<0.81>. +This document describes L<Inline> version B<0.82>. =head1 SYNOPSIS
