forked from pool/perl-App-perlbrew
Accepting request 1090327 from devel:languages:perl:autoupdate
- updated to 0.97 see /usr/share/doc/packages/perl-App-perlbrew/Changes 0.97 - Released at 2023-05-12T22:33:42+0900 - Thanks to our contributors: Elvin Aslanov, Graham Knop, Shoichi Kaji, Tomasz Konojacki, brian greenfield - The documentation of `clone-module` and `list-modules` are improved. - No longer depends on Pod::Parser. Github PR #760 - Bugfix for csh users: Github PR #770 OBS-URL: https://build.opensuse.org/request/show/1090327 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=74
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5dbfad96f5a930b05d52cdc4155d9c0ce854c9fadc24696b661abba2289279a
|
||||
size 82334
|
3
App-perlbrew-0.97.tar.gz
Normal file
3
App-perlbrew-0.97.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbe211d54090874285c5068053c54091863a039aa976fdff8525d1ee90439102
|
||||
size 83017
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 13 03:07:04 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.97
|
||||
see /usr/share/doc/packages/perl-App-perlbrew/Changes
|
||||
|
||||
0.97
|
||||
- Released at 2023-05-12T22:33:42+0900
|
||||
- Thanks to our contributors: Elvin Aslanov, Graham Knop, Shoichi Kaji, Tomasz Konojacki, brian greenfield
|
||||
- The documentation of `clone-module` and `list-modules` are improved.
|
||||
- No longer depends on Pod::Parser. Github PR #760
|
||||
- Bugfix for csh users: Github PR #770
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 03:06:06 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-App-perlbrew
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,17 +18,17 @@
|
||||
|
||||
%define cpan_name App-perlbrew
|
||||
Name: perl-App-perlbrew
|
||||
Version: 0.96
|
||||
Version: 0.97
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: Manage perl installations in your C<$HOME>
|
||||
Summary: Manage perl installations in your $HOME
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CPAN::Perl::Releases) >= 5.20220720
|
||||
BuildRequires: perl(CPAN::Perl::Releases) >= 5.20230423
|
||||
BuildRequires: perl(Capture::Tiny) >= 0.48
|
||||
BuildRequires: perl(Devel::PatchPerl) >= 2.08
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.22
|
||||
@@ -36,10 +36,9 @@ BuildRequires: perl(File::Temp) >= 0.2304
|
||||
BuildRequires: perl(File::Which) >= 1.21
|
||||
BuildRequires: perl(IO::All) >= 0.51
|
||||
BuildRequires: perl(JSON::PP)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.039
|
||||
BuildRequires: perl(Path::Class) >= 0.33
|
||||
BuildRequires: perl(Pod::Parser) >= 1.63
|
||||
BuildRequires: perl(Pod::Usage) >= 1.68
|
||||
BuildRequires: perl(Pod::Usage) >= 1.69
|
||||
BuildRequires: perl(Test::Exception) >= 0.320000
|
||||
BuildRequires: perl(Test::More) >= 1.001002
|
||||
BuildRequires: perl(Test::NoWarnings) >= 1.04
|
||||
@@ -48,14 +47,13 @@ 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.20220720
|
||||
Requires: perl(CPAN::Perl::Releases) >= 5.20230423
|
||||
Requires: perl(Capture::Tiny) >= 0.48
|
||||
Requires: perl(Devel::PatchPerl) >= 2.08
|
||||
Requires: perl(ExtUtils::MakeMaker) >= 7.22
|
||||
Requires: perl(File::Temp) >= 0.2304
|
||||
Requires: perl(JSON::PP)
|
||||
Requires: perl(Pod::Parser) >= 1.63
|
||||
Requires: perl(Pod::Usage) >= 1.68
|
||||
Requires: perl(Pod::Usage) >= 1.69
|
||||
Requires: perl(local::lib) >= 2.000014
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
@@ -80,6 +78,7 @@ read.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
# MANUAL BEGIN
|
||||
chmod a+x t/fake-bin/curl
|
||||
# MANUAL END
|
||||
|
Reference in New Issue
Block a user