forked from pool/perl-App-perlbrew
Accepting request 936017 from devel:languages:perl:autoupdate
- updated to 0.94 see /usr/share/doc/packages/perl-App-perlbrew/Changes 0.94 - Released at 2021-12-05T08:39:16+0900 - Let `self-upgrade` print version numbers when doing upgrades. Github issue #678. 0.93 - Released at 2021-11-22T23:09:25+0900 - Let `clone-modules` takes just one arguments and mean 'cloning modules from that perl'. - Let `list-modules` and `clone-modules` map certain output to their representative module name. Github issue #722 - `exec` command now takes aliases explicitly specified in `--with` args and run commands with those aliases -- even if that would run the same thing twice. Github issue #725 OBS-URL: https://build.opensuse.org/request/show/936017 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=69
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aba76c3ea966b7c5986d86b9f8013b8c1445f14acf7d385e659bf38c24b43311
|
||||
size 85094
|
3
App-perlbrew-0.94.tar.gz
Normal file
3
App-perlbrew-0.94.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0316f6a7d0f92574f55973edace113015caa8daafef03b6e9360e4764988c51a
|
||||
size 85033
|
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 5 03:06:08 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.94
|
||||
see /usr/share/doc/packages/perl-App-perlbrew/Changes
|
||||
|
||||
0.94
|
||||
- Released at 2021-12-05T08:39:16+0900
|
||||
- Let `self-upgrade` print version numbers when doing upgrades. Github issue #678.
|
||||
|
||||
0.93
|
||||
- Released at 2021-11-22T23:09:25+0900
|
||||
- Let `clone-modules` takes just one arguments and mean 'cloning modules from that perl'.
|
||||
- Let `list-modules` and `clone-modules` map certain output to their representative module name. Github issue #722
|
||||
- `exec` command now takes aliases explicitly specified in `--with` args and run commands with those aliases -- even if that would run the same thing twice. Github issue #725
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 16 03:06:03 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name App-perlbrew
|
||||
Name: perl-App-perlbrew
|
||||
Version: 0.92
|
||||
Version: 0.94
|
||||
Release: 0
|
||||
Summary: Manage perl installations in your C<$HOME>
|
||||
License: MIT
|
||||
@@ -28,8 +28,8 @@ Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CPAN::Perl::Releases) >= 5.20210320
|
||||
BuildRequires: perl(Capture::Tiny) >= 0.36
|
||||
BuildRequires: perl(CPAN::Perl::Releases) >= 5.20210620
|
||||
BuildRequires: perl(Capture::Tiny) >= 0.48
|
||||
BuildRequires: perl(Devel::PatchPerl) >= 2.08
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.22
|
||||
BuildRequires: perl(File::Temp) >= 0.2304
|
||||
@@ -48,8 +48,8 @@ BuildRequires: perl(Test::Simple) >= 1.001002
|
||||
BuildRequires: perl(Test::Spec) >= 0.49
|
||||
BuildRequires: perl(Test::TempDir::Tiny) >= 0.016
|
||||
BuildRequires: perl(local::lib) >= 2.000014
|
||||
Requires: perl(CPAN::Perl::Releases) >= 5.20210320
|
||||
Requires: perl(Capture::Tiny) >= 0.36
|
||||
Requires: perl(CPAN::Perl::Releases) >= 5.20210620
|
||||
Requires: perl(Capture::Tiny) >= 0.48
|
||||
Requires: perl(Devel::PatchPerl) >= 2.08
|
||||
Requires: perl(ExtUtils::MakeMaker) >= 7.22
|
||||
Requires: perl(File::Temp) >= 0.2304
|
||||
|
Reference in New Issue
Block a user