Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2020-01-30 16:19:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old)
 and      /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-App-perlbrew"

Thu Jan 30 16:19:55 2020 rev:25 rq:768647 version:0.88

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes      
2019-10-30 14:44:04.537943516 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.26092/perl-App-perlbrew.changes
   2020-01-30 16:19:59.654071886 +0100
@@ -1,0 +2,12 @@
+Thu Jan 30 03:07:11 UTC 2020 -  <[email protected]>
+
+- updated to 0.88
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.88
+       - Released at 2020-01-29T21:40:07+0900
+       - Thanks to our contributors: Dave Rolsky, Gil Magno, Zhu Sheng Li
+       - `install` command now shows errors message from http_downlod. Github 
PR #681.
+          - Fix: The .tar.bz2 suffix are removed from the output ouf 
`available` PR #685
+
+-------------------------------------------------------------------

Old:
----
  App-perlbrew-0.87.tar.gz

New:
----
  App-perlbrew-0.88.tar.gz

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

Other differences:
------------------
++++++ perl-App-perlbrew.spec ++++++
--- /var/tmp/diff_new_pack.t1SRxd/_old  2020-01-30 16:20:00.858071566 +0100
+++ /var/tmp/diff_new_pack.t1SRxd/_new  2020-01-30 16:20:00.862071565 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-perlbrew
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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.87
+Version:        0.88
 Release:        0
 %define cpan_name App-perlbrew
 Summary:        Manage perl installations in your C<$HOME>
@@ -30,9 +30,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Perl::Releases) >= 4.12
+BuildRequires:  perl(CPAN::Perl::Releases) >= 5.20191220
 BuildRequires:  perl(Capture::Tiny) >= 0.36
-BuildRequires:  perl(Devel::PatchPerl) >= 1.54
+BuildRequires:  perl(Devel::PatchPerl) >= 1.80
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.22
 BuildRequires:  perl(File::Temp) >= 0.2304
 BuildRequires:  perl(File::Which) >= 1.21
@@ -50,9 +50,9 @@
 BuildRequires:  perl(Test::Spec) >= 0.47
 BuildRequires:  perl(Test::TempDir::Tiny) >= 0.016
 BuildRequires:  perl(local::lib) >= 2.000014
-Requires:       perl(CPAN::Perl::Releases) >= 4.12
+Requires:       perl(CPAN::Perl::Releases) >= 5.20191220
 Requires:       perl(Capture::Tiny) >= 0.36
-Requires:       perl(Devel::PatchPerl) >= 1.54
+Requires:       perl(Devel::PatchPerl) >= 1.80
 Requires:       perl(ExtUtils::MakeMaker) >= 7.22
 Requires:       perl(File::Temp) >= 0.2304
 Requires:       perl(JSON::PP)

++++++ App-perlbrew-0.87.tar.gz -> App-perlbrew-0.88.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.87/Build.PL 
new/App-perlbrew-0.88/Build.PL
--- old/App-perlbrew-0.87/Build.PL      2019-10-25 16:15:13.000000000 +0200
+++ new/App-perlbrew-0.88/Build.PL      2020-01-29 13:44:32.000000000 +0100
@@ -1,4 +1,4 @@
-# This Build.PL for App-perlbrew was generated by mbtiny 0.026.
+# This Build.PL for App-perlbrew was generated by mbtiny 0.027.
 use 5.006;
 use Module::Build::Tiny 0.034;
 Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.87/CONTRIBUTING.md 
new/App-perlbrew-0.88/CONTRIBUTING.md
--- old/App-perlbrew-0.87/CONTRIBUTING.md       2019-10-25 16:15:13.000000000 
+0200
+++ new/App-perlbrew-0.88/CONTRIBUTING.md       2020-01-29 13:44:32.000000000 
+0100
@@ -9,7 +9,7 @@
 - Send a pull request to @gugod and make an offer that he cannot reject 
(optional :-)
 
 Notice that the "master" branch is a stable branch, while the "develop" branch 
is the default target
-for pull requests. The master branch should only be moved forward on CPAN 
releasees and a there
+for pull requests. The master branch should only be moved forward on CPAN 
releases and there
 should also be a corresponding git tag for each release, which is the part 
only @gugod has to worry
 about. It is suggested, but not required, that you create your own topic 
branch first and work on
 the feature, this way it makes it a little bit easier when there are conflicts.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.87/Changes 
new/App-perlbrew-0.88/Changes
--- old/App-perlbrew-0.87/Changes       2019-10-25 16:15:13.000000000 +0200
+++ new/App-perlbrew-0.88/Changes       2020-01-29 13:44:32.000000000 +0100
@@ -1,3 +1,9 @@
+0.88
+       - Released at 2020-01-29T21:40:07+0900
+       - Thanks to our contributors: Dave Rolsky, Gil Magno, Zhu Sheng Li
+       - `install` command now shows errors message from http_downlod. Github 
PR #681.
+        - Fix: The .tar.bz2 suffix are removed from the output ouf `available` 
PR #685
+
 0.87
        - Released at 2019-10-25T22:55:40+0900
        - Thanks to our contributors: Branislav ZahradnĂ­k, Christopher Chavez, 
Jon Jacobson, Konstantin S. Uvarin, Pali, Shoichi Kaji, Tomasz Konojacki, 
jkjacobson, rage311
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.87/LICENSE 
new/App-perlbrew-0.88/LICENSE
--- old/App-perlbrew-0.87/LICENSE       2019-10-25 16:15:13.000000000 +0200
+++ new/App-perlbrew-0.88/LICENSE       2020-01-29 13:44:32.000000000 +0100
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2019 by Kang-min Liu  C<< <[email protected]> >>.
+This software is Copyright (c) 2020 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.87/META.json 
new/App-perlbrew-0.88/META.json
--- old/App-perlbrew-0.87/META.json     2019-10-25 16:15:13.000000000 +0200
+++ new/App-perlbrew-0.88/META.json     2020-01-29 13:44:32.000000000 +0100
@@ -4,7 +4,7 @@
       "Kang-min Liu  C<< <[email protected]> >>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "App::ModuleBuildTiny version 0.026",
+   "generated_by" : "App::ModuleBuildTiny version 0.027",
    "license" : [
       "mit"
    ],
@@ -21,15 +21,15 @@
       },
       "develop" : {
          "requires" : {
-            "App::ModuleBuildTiny" : "0.026",
+            "App::ModuleBuildTiny" : "0.027",
             "Pod::Markdown" : "2.002"
          }
       },
       "runtime" : {
          "requires" : {
-            "CPAN::Perl::Releases" : "4.12",
+            "CPAN::Perl::Releases" : "5.20191220",
             "Capture::Tiny" : "0.36",
-            "Devel::PatchPerl" : "1.54",
+            "Devel::PatchPerl" : "1.80",
             "ExtUtils::MakeMaker" : "7.22",
             "File::Temp" : "0.2304",
             "JSON::PP" : "0",
@@ -71,7 +71,7 @@
       },
       "App::perlbrew" : {
          "file" : "lib/App/perlbrew.pm",
-         "version" : "0.87"
+         "version" : "0.88"
       }
    },
    "release_status" : "stable",
@@ -82,7 +82,7 @@
          "web" : "https://github.com/gugod/App-perlbrew";
       }
    },
-   "version" : "0.87",
+   "version" : "0.88",
    "x_serialization_backend" : "JSON::PP version 2.97001",
    "x_spdx_expression" : "MIT",
    "x_static_install" : "1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.87/META.yml 
new/App-perlbrew-0.88/META.yml
--- old/App-perlbrew-0.87/META.yml      2019-10-25 16:15:13.000000000 +0200
+++ new/App-perlbrew-0.88/META.yml      2020-01-29 13:44:32.000000000 +0100
@@ -16,7 +16,7 @@
 configure_requires:
   Module::Build::Tiny: '0.034'
 dynamic_config: 0
-generated_by: 'App::ModuleBuildTiny version 0.026, CPAN::Meta::Converter 
version 2.150010'
+generated_by: 'App::ModuleBuildTiny version 0.027, CPAN::Meta::Converter 
version 2.150010'
 license: mit
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -35,11 +35,11 @@
     file: lib/App/Perlbrew/Util.pm
   App::perlbrew:
     file: lib/App/perlbrew.pm
-    version: '0.87'
+    version: '0.88'
 requires:
-  CPAN::Perl::Releases: '4.12'
+  CPAN::Perl::Releases: '5.20191220'
   Capture::Tiny: '0.36'
-  Devel::PatchPerl: '1.54'
+  Devel::PatchPerl: '1.80'
   ExtUtils::MakeMaker: '7.22'
   File::Temp: '0.2304'
   JSON::PP: '0'
@@ -48,7 +48,7 @@
   local::lib: '2.000014'
 resources:
   repository: https://github.com/gugod/App-perlbrew.git
-version: '0.87'
+version: '0.88'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
 x_spdx_expression: MIT
 x_static_install: '1'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.87/cpanfile 
new/App-perlbrew-0.88/cpanfile
--- old/App-perlbrew-0.87/cpanfile      2019-10-25 16:15:13.000000000 +0200
+++ new/App-perlbrew-0.88/cpanfile      2020-01-29 13:44:32.000000000 +0100
@@ -1,6 +1,6 @@
-requires 'CPAN::Perl::Releases' => '4.12';
+requires 'CPAN::Perl::Releases' => '5.20191220';
 requires 'Capture::Tiny'        => '0.36';
-requires 'Devel::PatchPerl'     => '1.54';
+requires 'Devel::PatchPerl'     => '1.80';
 requires 'Pod::Parser'          => '1.63';
 requires 'Pod::Usage'           => '1.68';
 requires 'File::Temp'           => '0.2304';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.87/lib/App/perlbrew.pm 
new/App-perlbrew-0.88/lib/App/perlbrew.pm
--- old/App-perlbrew-0.87/lib/App/perlbrew.pm   2019-10-25 16:15:13.000000000 
+0200
+++ new/App-perlbrew-0.88/lib/App/perlbrew.pm   2020-01-29 13:44:32.000000000 
+0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use 5.008;
-our $VERSION = "0.87";
+our $VERSION = "0.88";
 use Config;
 
 BEGIN {
@@ -839,7 +839,7 @@
 
         # if we have a $current_perl add it to the available hash of perls
         if ($current_perl) {
-            $current_perl =~ s/\.tar\.gz//;
+            $current_perl =~ s/\.tar\.(bz2|gz)//;
             push @perllist, [ $current_perl, $current_url ];
             $perls->{$current_perl} = $current_url;
         }
@@ -1302,7 +1302,7 @@
     else {
         print "Fetching $dist as $dist_tarball_path\n";
         my $error = http_download($dist_tarball_url, $dist_tarball_path);
-        die "ERROR: Failed to download $dist_tarball_url\n" if $error;
+        die "ERROR: Failed to download $dist_tarball_url\n$error\n" if $error;
     }
 
     my $dist_extracted_path = $self->do_extract_tarball($dist_tarball_path);
@@ -1572,7 +1572,7 @@
         print "Download $dist_tarball_url to $dist_tarball_path\n" unless 
$self->{quiet};
         my $error = http_download($dist_tarball_url, $dist_tarball_path);
         if ($error) {
-            die "ERROR: Failed to download $dist_tarball_url\n";
+            die "ERROR: Failed to download $dist_tarball_url\n$error\n";
         }
     }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.87/script/perlbrew 
new/App-perlbrew-0.88/script/perlbrew
--- old/App-perlbrew-0.87/script/perlbrew       2019-10-25 16:15:13.000000000 
+0200
+++ new/App-perlbrew-0.88/script/perlbrew       2020-01-29 13:44:32.000000000 
+0100
@@ -347,7 +347,7 @@
 
 To get a list of all perls ever released, use the C<--all> option.
 
-NOTICE: This command might be gone in the future and becomes an option of 
'list' command.
+NOTICE: This command might be gone in the future and become an option of 
'list' command.
 
 =head1 COMMAND: OFF
 
@@ -516,7 +516,7 @@
 
 NOTICE: You should not need to run this command in your daily routine.
 
-This command install perlbrew itself to C<$PERLBREW_ROOT/bin>. It is intended 
to
+This command installs perlbrew itself to C<$PERLBREW_ROOT/bin>. It is intended 
to
 be used by the perlbrew installer. However, you could manually do the following
 to re-install only the C<perlbrew> executable:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.87/t/03.test_get_available_versions.t 
new/App-perlbrew-0.88/t/03.test_get_available_versions.t
--- old/App-perlbrew-0.87/t/03.test_get_available_versions.t    2019-10-25 
16:15:13.000000000 +0200
+++ new/App-perlbrew-0.88/t/03.test_get_available_versions.t    2020-01-29 
13:44:32.000000000 +0100
@@ -149,7 +149,7 @@
         <td>5.13.11
         <td>Devel</td>
         <td>2011-03-20</td>
-        <td><a 
href="https://www.cpan.org/src/perl-5.13.11.tar.gz";>perl-5.13.11.tar.gz</a></td>
+        <td><a 
href="https://www.cpan.org/src/perl-5.13.11.tar.bz2";>perl-5.13.11.tar.bz2</a></td>
     </tr>
 
 


Reply via email to