8
0

Accepting request 658752 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/658752
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=55
This commit is contained in:
2018-12-17 17:07:47 +00:00
committed by Git OBS Bridge
parent 8abcb56dc2
commit 588c47397f
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:8a169534d41cd636b5a17837f56ffadf6978a6ae38400bc5573961811abb4148
size 83189

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Dec 16 06:02:56 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.85
see /usr/share/doc/packages/perl-App-perlbrew/Changes
0.85
- Released at 2018-12-15T23:24:15+0900
- Thanks to our contributors: Branislav Zahradník, Guido Flohr, Joelle Maslak, Luca Ferrari, rage311
- Fix the behaviour of 'clone-modules'
- Various internal refactoring
-------------------------------------------------------------------
Sun Jul 22 05:04:01 UTC 2018 - coolo@suse.com

View File

@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-App-perlbrew
Version: 0.84
Version: 0.85
Release: 0
%define cpan_name App-perlbrew
Summary: Manage perl installations in your C<$HOME>
License: MIT
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/App-perlbrew/
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
@@ -40,7 +40,6 @@ BuildRequires: perl(IO::All) >= 0.51
BuildRequires: perl(JSON::PP)
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Path::Class) >= 0.33
BuildRequires: perl(Pod::Markdown) >= 2.002
BuildRequires: perl(Pod::Parser) >= 1.63
BuildRequires: perl(Pod::Usage) >= 1.68
BuildRequires: perl(Test::Exception) >= 0.320000
@@ -54,6 +53,7 @@ BuildRequires: perl(local::lib) >= 2.000014
Requires: perl(CPAN::Perl::Releases) >= 3.66
Requires: perl(Capture::Tiny) >= 0.36
Requires: perl(Devel::PatchPerl) >= 1.52
Requires: perl(ExtUtils::MakeMaker) >= 6.86
Requires: perl(File::Temp) >= 0.2304
Requires: perl(JSON::PP)
Requires: perl(Pod::Parser) >= 1.63
@@ -76,7 +76,7 @@ chmod a+x t/fake-bin/curl
# MANUAL END
%build
%{__perl} Build.PL --installdirs=vendor
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
@@ -88,7 +88,7 @@ chmod a+x t/fake-bin/curl
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes doc README README.md
%doc Changes CONTRIBUTING.md doc metamerge.json README README.md
%license LICENSE
%changelog