8
0

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:
2023-06-01 15:21:47 +00:00
committed by Git OBS Bridge
parent 1c8efaf248
commit 57068e7fa0
4 changed files with 25 additions and 13 deletions

View File

@@ -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
View File

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

View File

@@ -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> Mon Aug 1 03:06:06 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-App-perlbrew # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,17 @@
%define cpan_name App-perlbrew %define cpan_name App-perlbrew
Name: perl-App-perlbrew Name: perl-App-perlbrew
Version: 0.96 Version: 0.97
Release: 0 Release: 0
License: MIT License: MIT
Summary: Manage perl installations in your C<$HOME> Summary: Manage perl installations in your $HOME
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros 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(Capture::Tiny) >= 0.48
BuildRequires: perl(Devel::PatchPerl) >= 2.08 BuildRequires: perl(Devel::PatchPerl) >= 2.08
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.22 BuildRequires: perl(ExtUtils::MakeMaker) >= 7.22
@@ -36,10 +36,9 @@ BuildRequires: perl(File::Temp) >= 0.2304
BuildRequires: perl(File::Which) >= 1.21 BuildRequires: perl(File::Which) >= 1.21
BuildRequires: perl(IO::All) >= 0.51 BuildRequires: perl(IO::All) >= 0.51
BuildRequires: perl(JSON::PP) 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(Path::Class) >= 0.33
BuildRequires: perl(Pod::Parser) >= 1.63 BuildRequires: perl(Pod::Usage) >= 1.69
BuildRequires: perl(Pod::Usage) >= 1.68
BuildRequires: perl(Test::Exception) >= 0.320000 BuildRequires: perl(Test::Exception) >= 0.320000
BuildRequires: perl(Test::More) >= 1.001002 BuildRequires: perl(Test::More) >= 1.001002
BuildRequires: perl(Test::NoWarnings) >= 1.04 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::Spec) >= 0.49
BuildRequires: perl(Test::TempDir::Tiny) >= 0.016 BuildRequires: perl(Test::TempDir::Tiny) >= 0.016
BuildRequires: perl(local::lib) >= 2.000014 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(Capture::Tiny) >= 0.48
Requires: perl(Devel::PatchPerl) >= 2.08 Requires: perl(Devel::PatchPerl) >= 2.08
Requires: perl(ExtUtils::MakeMaker) >= 7.22 Requires: perl(ExtUtils::MakeMaker) >= 7.22
Requires: perl(File::Temp) >= 0.2304 Requires: perl(File::Temp) >= 0.2304
Requires: perl(JSON::PP) Requires: perl(JSON::PP)
Requires: perl(Pod::Parser) >= 1.63 Requires: perl(Pod::Usage) >= 1.69
Requires: perl(Pod::Usage) >= 1.68
Requires: perl(local::lib) >= 2.000014 Requires: perl(local::lib) >= 2.000014
%{perl_requires} %{perl_requires}
# MANUAL BEGIN # MANUAL BEGIN
@@ -80,6 +78,7 @@ read.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
# MANUAL BEGIN # MANUAL BEGIN
chmod a+x t/fake-bin/curl chmod a+x t/fake-bin/curl
# MANUAL END # MANUAL END