Hello community, here is the log from the commit of package perl-App-perlbrew for openSUSE:Factory checked in at 2019-01-21 11:01:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old) and /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-App-perlbrew" Mon Jan 21 11:01:15 2019 rev:23 rq:667182 version:0.86 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes 2018-12-21 08:21:39.329556724 +0100 +++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.28833/perl-App-perlbrew.changes 2019-01-21 11:03:22.899040805 +0100 @@ -1,0 +2,12 @@ +Sat Jan 19 06:02:04 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 0.86 + see /usr/share/doc/packages/perl-App-perlbrew/Changes + + 0.86 + - Released at 2019-01-19T09:39:55+0900 + - Thanks to our contributors: Olaf Alders, Paul Cochrane + - Fix an error from 'install' command. https://rt.cpan.org/Public/Bug/Display.html?id=128083 + - Tweak the separater characters of 'exec' command: See https://github.com/gugod/App-perlbrew/issues/648 + +------------------------------------------------------------------- Old: ---- App-perlbrew-0.85.tar.gz New: ---- App-perlbrew-0.86.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-App-perlbrew.spec ++++++ --- /var/tmp/diff_new_pack.0ud675/_old 2019-01-21 11:03:23.359040215 +0100 +++ /var/tmp/diff_new_pack.0ud675/_new 2019-01-21 11:03:23.363040209 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-App-perlbrew # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -17,7 +17,7 @@ Name: perl-App-perlbrew -Version: 0.85 +Version: 0.86 Release: 0 %define cpan_name App-perlbrew Summary: Manage perl installations in your C<$HOME> ++++++ App-perlbrew-0.85.tar.gz -> App-perlbrew-0.86.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-perlbrew-0.85/Changes new/App-perlbrew-0.86/Changes --- old/App-perlbrew-0.85/Changes 2018-12-15 15:28:27.000000000 +0100 +++ new/App-perlbrew-0.86/Changes 2019-01-19 01:44:06.000000000 +0100 @@ -1,8 +1,14 @@ +0.86 + - Released at 2019-01-19T09:39:55+0900 + - Thanks to our contributors: Olaf Alders, Paul Cochrane + - Fix an error from 'install' command. https://rt.cpan.org/Public/Bug/Display.html?id=128083 + - Tweak the separater characters of 'exec' command: See https://github.com/gugod/App-perlbrew/issues/648 + 0.85 - Released at 2018-12-15T23:24:15+0900 - Thanks to our contributors: Branislav ZahradnĂk, Guido Flohr, Joelle Maslak, Luca Ferrari, rage311 - - Fix the behaviour of 'clone-modules' - - Various internal refactoring + - Fix the behaviour of 'clone-modules' + - Various internal refactoring 0.84 - Released at 2018-06-24T08:26:14+0900 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-perlbrew-0.85/LICENSE new/App-perlbrew-0.86/LICENSE --- old/App-perlbrew-0.85/LICENSE 2018-12-15 15:28:27.000000000 +0100 +++ new/App-perlbrew-0.86/LICENSE 2019-01-19 01:44:06.000000000 +0100 @@ -1,4 +1,4 @@ -This software is Copyright (c) 2018 by Kang-min Liu C<< <[email protected]> >>. +This software is Copyright (c) 2019 by Kang-min Liu C<< <[email protected]> >>. This is free software, licensed under: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-perlbrew-0.85/META.json new/App-perlbrew-0.86/META.json --- old/App-perlbrew-0.85/META.json 2018-12-15 15:28:27.000000000 +0100 +++ new/App-perlbrew-0.86/META.json 2019-01-19 01:44:06.000000000 +0100 @@ -68,7 +68,7 @@ }, "App::perlbrew" : { "file" : "lib/App/perlbrew.pm", - "version" : "0.85" + "version" : "0.86" } }, "release_status" : "stable", @@ -79,7 +79,7 @@ "web" : "https://github.com/gugod/App-perlbrew" } }, - "version" : "0.85", + "version" : "0.86", "x_serialization_backend" : "JSON::PP version 2.97001", "x_static_install" : "1" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-perlbrew-0.85/META.yml new/App-perlbrew-0.86/META.yml --- old/App-perlbrew-0.85/META.yml 2018-12-15 15:28:27.000000000 +0100 +++ new/App-perlbrew-0.86/META.yml 2019-01-19 01:44:06.000000000 +0100 @@ -33,7 +33,7 @@ file: lib/App/Perlbrew/Path/Root.pm App::perlbrew: file: lib/App/perlbrew.pm - version: '0.85' + version: '0.86' requires: CPAN::Perl::Releases: '3.66' Capture::Tiny: '0.36' @@ -46,6 +46,6 @@ local::lib: '2.000014' resources: repository: https://github.com/gugod/App-perlbrew.git -version: '0.85' +version: '0.86' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' x_static_install: '1' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-perlbrew-0.85/lib/App/perlbrew.pm new/App-perlbrew-0.86/lib/App/perlbrew.pm --- old/App-perlbrew-0.85/lib/App/perlbrew.pm 2018-12-15 15:28:27.000000000 +0100 +++ new/App-perlbrew-0.86/lib/App/perlbrew.pm 2019-01-19 01:44:06.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; use 5.008; -our $VERSION = "0.85"; +our $VERSION = "0.86"; use Config; BEGIN { @@ -2360,7 +2360,7 @@ my ($name, $version) = $executable =~ m/bin\/(.+?)(5\.\d.*)?$/; next unless $version; - $executable->symlink ($root->perls ($perl)->bin->($name)); + $executable->symlink ($root->perls ($perl)->bin($name)); $executable->symlink ($root->perls ($perl)->perl) if $name eq "cperl"; } } @@ -2531,7 +2531,7 @@ $self->do_exit_with_error_code($exit_code) if ($opts{'halt-on-error'}); } - print "\n\n" unless $self->{quiet}; + print "\n" unless $self->{quiet} || $no_header; } $self->do_exit_with_error_code(1) unless $overall_success; } @@ -3443,7 +3443,7 @@ perlbrew install-patchperl Generally, if you need to install a perl distribution known to have minor test -failures, do one of these command to avoid seeing this message +failures, do one of these commands to avoid seeing this message: perlbrew --notest install $self->{dist_name} perlbrew --force install $self->{dist_name}
