Hello community, here is the log from the commit of package perl-App-perlbrew for openSUSE:Factory checked in at 2016-11-22 18:58:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old) and /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-App-perlbrew" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes 2016-11-18 22:03:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 2016-11-22 18:58:56.000000000 +0100 @@ -1,0 +2,10 @@ +Mon Nov 21 06:03:13 UTC 2016 - [email protected] + +- updated to 0.78 + see /usr/share/doc/packages/perl-App-perlbrew/Changes + + 0.78: # 2016-11-20T22:59:55+0100 + - Thanks to our contributors: Manuel Streuhofer, Sergey Aleynikov + - More fixes to accomodate changes on perl5.git.perl.org + +------------------------------------------------------------------- Old: ---- App-perlbrew-0.77.tar.gz New: ---- App-perlbrew-0.78.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-App-perlbrew.spec ++++++ --- /var/tmp/diff_new_pack.q593PG/_old 2016-11-22 18:58:57.000000000 +0100 +++ /var/tmp/diff_new_pack.q593PG/_new 2016-11-22 18:58:57.000000000 +0100 @@ -17,7 +17,7 @@ Name: perl-App-perlbrew -Version: 0.77 +Version: 0.78 Release: 0 %define cpan_name App-perlbrew Summary: Manage perl installations in your C<$HOME> ++++++ App-perlbrew-0.77.tar.gz -> App-perlbrew-0.78.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-perlbrew-0.77/Changes new/App-perlbrew-0.78/Changes --- old/App-perlbrew-0.77/Changes 2016-11-12 07:21:01.000000000 +0100 +++ new/App-perlbrew-0.78/Changes 2016-11-20 23:06:40.000000000 +0100 @@ -1,3 +1,7 @@ +0.78: # 2016-11-20T22:59:55+0100 +- Thanks to our contributors: Manuel Streuhofer, Sergey Aleynikov +- More fixes to accomodate changes on perl5.git.perl.org + 0.77: # 2016-11-12T06:42:45+0100 - Thanks to our contributors: Dennis Kaarsemaker, Roel Harbers - The "uninstall" command now requires confirmation. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-perlbrew-0.77/META.yml new/App-perlbrew-0.78/META.yml --- old/App-perlbrew-0.77/META.yml 2016-11-12 07:10:21.000000000 +0100 +++ new/App-perlbrew-0.78/META.yml 2016-11-20 23:07:31.000000000 +0100 @@ -39,4 +39,4 @@ resources: license: http://opensource.org/licenses/mit-license.php repository: git://github.com/gugod/App-perlbrew.git -version: '0.77' +version: '0.78' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-perlbrew-0.77/bin/perlbrew new/App-perlbrew-0.78/bin/perlbrew --- old/App-perlbrew-0.77/bin/perlbrew 2016-09-22 08:27:38.000000000 +0200 +++ new/App-perlbrew-0.78/bin/perlbrew 2016-11-20 23:06:34.000000000 +0100 @@ -482,7 +482,7 @@ Install the C<cpanm> standalone executable in C<$PERLBREW_ROOT/bin>. For more rationale about the existence of this command, read -<http://www.perlbrew.pl/Perlbrew-and-Friends.html> +<http://perlbrew.pl/Perlbrew-and-Friends.html> =head1 COMMAND: INSTALL-PATCHPERL @@ -493,7 +493,7 @@ installer, but not with cpan. For more rationale about the existence of this command, read -<http://www.perlbrew.pl/Perlbrew-and-Friends.html> +<http://perlbrew.pl/Perlbrew-and-Friends.html> =head1 COMMAND: SELF-UPGRADE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-perlbrew-0.77/lib/App/perlbrew.pm new/App-perlbrew-0.78/lib/App/perlbrew.pm --- old/App-perlbrew-0.77/lib/App/perlbrew.pm 2016-11-12 07:21:01.000000000 +0100 +++ new/App-perlbrew-0.78/lib/App/perlbrew.pm 2016-11-20 23:06:40.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; use 5.008; -our $VERSION = "0.77"; +our $VERSION = "0.78"; use Config; BEGIN { @@ -1151,7 +1151,7 @@ opendir DIRH, $build_dir or die "Couldn't open ${build_dir}: $!"; my @contents = readdir DIRH; closedir DIRH or warn "Couldn't close ${build_dir}: $!"; - my @candidates = grep { m/^perl-[0-9a-f]{4,40}$/ } @contents; + my @candidates = grep { m/^perl-blead-[0-9a-f]{4,40}$/ } @contents; # Use a Schwartzian Transform in case there are lots of dirs that # look like "perl-$SHA1", which is what's inside blead.tar.gz, # so we stat each one only once. @@ -2240,7 +2240,7 @@ exit(-1); } - my $path_name = joinpath($self->root, "perls", $name); + my $path_name = joinpath($self->root, "perls", $name) if $name; my $path_alias = joinpath($self->root, "perls", $alias) if $alias; if ($alias && -e $path_alias && !-l $path_alias) { @@ -2535,6 +2535,7 @@ mkdir -p "$PERLBREW_HOME" fi + [ -f "$PERLBREW_HOME/init" ] && rm "$PERLBREW_HOME/init" echo '# DO NOT EDIT THIS FILE' > "$PERLBREW_HOME/init" command perlbrew env $1 | \grep PERLBREW_ >> "$PERLBREW_HOME/init" . "$PERLBREW_HOME/init"
