8
0

Accepting request 842998 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/842998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-perlbrew?expand=0&rev=26
This commit is contained in:
2020-10-22 12:25:11 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 11 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 19 03:07:06 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.89
see /usr/share/doc/packages/perl-App-perlbrew/Changes
0.89
- Released at 2020-10-19T09:26:19+0900
- Thanks to our contributors: Håkon Hægland, Nicolas R, Peter Tripp
- Make the bashrc compatible with 'bash -u'. Github PR #694
- Prevent build directory from being overwritten. Github PR #683
-------------------------------------------------------------------
Thu Jan 30 03:07:11 UTC 2020 - <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-App-perlbrew
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,22 @@
Name: perl-App-perlbrew
Version: 0.88
Version: 0.89
Release: 0
%define cpan_name App-perlbrew
Summary: Manage perl installations in your C<$HOME>
License: MIT
Group: Development/Libraries/Perl
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
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Perl::Releases) >= 5.20191220
BuildRequires: perl(CPAN::Perl::Releases) >= 5.20200920
BuildRequires: perl(Capture::Tiny) >= 0.36
BuildRequires: perl(Devel::PatchPerl) >= 1.80
BuildRequires: perl(Devel::PatchPerl) >= 2.00
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) >= 5.20191220
Requires: perl(CPAN::Perl::Releases) >= 5.20200920
Requires: perl(Capture::Tiny) >= 0.36
Requires: perl(Devel::PatchPerl) >= 1.80
Requires: perl(Devel::PatchPerl) >= 2.00
Requires: perl(ExtUtils::MakeMaker) >= 7.22
Requires: perl(File::Temp) >= 0.2304
Requires: perl(JSON::PP)
@@ -88,7 +88,7 @@ perl Build.PL --installdirs=vendor
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md doc metamerge.json README README.md
%doc Changes CONTRIBUTING.md metamerge.json README README.md
%license LICENSE
%changelog