8
0

Accepting request 768643 from devel:languages:perl:autoupdate

- 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

OBS-URL: https://build.opensuse.org/request/show/768643
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=61
This commit is contained in:
Lars Vogdt
2020-01-30 11:26:19 +00:00
committed by Git OBS Bridge
parent 6c07ed7a3e
commit 4313d80ca6
4 changed files with 21 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:474958301e21461443f191b34f53737c565cf6af57425f40f52604dcc2fd8c7d
size 93768

3
App-perlbrew-0.88.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa67b6faeb783cc759069130a1be31ef83ed3eb95d99f0698496c075e2395221
size 92126

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jan 30 03:07:11 UTC 2020 - <timueller+perl@suse.de>
- 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
-------------------------------------------------------------------
Mon Oct 28 10:45:36 UTC 2019 - <timueller+perl@suse.de>

View File

@@ -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 @@ BuildArch: noarch
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::Simple) >= 1.001002
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)