forked from pool/perl-Alien-Build
Accepting request 767968 from devel:languages:perl:autoupdate
- updated to 1.96 see /usr/share/doc/packages/perl-Alien-Build/Changes 1.96 2020-01-27 09:05:36 -0700 - Production release identical to 1.95_01 1.95_01 2020-01-25 19:57:31 -0700 - Reduced prereqs to Alien::Base::Wrapper down to Perl 5.6 (the rest of Alien-Build still requires 5.8) (gh#156) - Remove dep on Module::Load (gh#155) OBS-URL: https://build.opensuse.org/request/show/767968 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=33
This commit is contained in:
parent
c3b2a8f820
commit
28836e89ed
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4903db2f91dfae0bf59495c36ba5c2ec88770ff704159e686bc9c6c08c3eb08c
|
|
||||||
size 248631
|
|
3
Alien-Build-1.96.tar.gz
Normal file
3
Alien-Build-1.96.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1af5b3de4901fa772299471f4d28fe499bee0a80b9fd0ee14754b93640a78e8
|
||||||
|
size 248491
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 28 03:07:02 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.96
|
||||||
|
see /usr/share/doc/packages/perl-Alien-Build/Changes
|
||||||
|
|
||||||
|
1.96 2020-01-27 09:05:36 -0700
|
||||||
|
- Production release identical to 1.95_01
|
||||||
|
|
||||||
|
1.95_01 2020-01-25 19:57:31 -0700
|
||||||
|
- Reduced prereqs to Alien::Base::Wrapper down to Perl 5.6
|
||||||
|
(the rest of Alien-Build still requires 5.8) (gh#156)
|
||||||
|
- Remove dep on Module::Load (gh#155)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 17 03:07:25 UTC 2019 - <timueller+perl@suse.de>
|
Tue Dec 17 03:07:25 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Alien-Build
|
# spec file for package perl-Alien-Build
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Alien-Build
|
Name: perl-Alien-Build
|
||||||
Version: 1.94
|
Version: 1.96
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Alien-Build
|
%define cpan_name Alien-Build
|
||||||
Summary: Build external dependencies for use in CPAN
|
Summary: Build external dependencies for use in CPAN
|
||||||
@ -38,12 +38,8 @@ BuildRequires: perl(File::Which) >= 1.10
|
|||||||
BuildRequires: perl(File::chdir)
|
BuildRequires: perl(File::chdir)
|
||||||
BuildRequires: perl(JSON::PP)
|
BuildRequires: perl(JSON::PP)
|
||||||
BuildRequires: perl(List::Util) >= 1.33
|
BuildRequires: perl(List::Util) >= 1.33
|
||||||
BuildRequires: perl(Module::Load)
|
|
||||||
BuildRequires: perl(Path::Tiny) >= 0.077
|
BuildRequires: perl(Path::Tiny) >= 0.077
|
||||||
BuildRequires: perl(Test2::API) >= 1.302096
|
BuildRequires: perl(Test2::API) >= 1.302096
|
||||||
BuildRequires: perl(Test2::Mock) >= 0.000060
|
|
||||||
BuildRequires: perl(Test2::Require) >= 0.000060
|
|
||||||
BuildRequires: perl(Test2::Require::Module) >= 0.000060
|
|
||||||
BuildRequires: perl(Test2::V0) >= 0.000060
|
BuildRequires: perl(Test2::V0) >= 0.000060
|
||||||
BuildRequires: perl(Text::ParseWords) >= 3.26
|
BuildRequires: perl(Text::ParseWords) >= 3.26
|
||||||
Requires: perl(Capture::Tiny) >= 0.17
|
Requires: perl(Capture::Tiny) >= 0.17
|
||||||
@ -55,7 +51,6 @@ Requires: perl(File::Which) >= 1.10
|
|||||||
Requires: perl(File::chdir)
|
Requires: perl(File::chdir)
|
||||||
Requires: perl(JSON::PP)
|
Requires: perl(JSON::PP)
|
||||||
Requires: perl(List::Util) >= 1.33
|
Requires: perl(List::Util) >= 1.33
|
||||||
Requires: perl(Module::Load)
|
|
||||||
Requires: perl(Path::Tiny) >= 0.077
|
Requires: perl(Path::Tiny) >= 0.077
|
||||||
Requires: perl(Test2::API) >= 1.302096
|
Requires: perl(Test2::API) >= 1.302096
|
||||||
Requires: perl(Text::ParseWords) >= 3.26
|
Requires: perl(Text::ParseWords) >= 3.26
|
||||||
|
Loading…
Reference in New Issue
Block a user