Accepting request 958445 from devel:languages:perl:autoupdate
- updated to 0.997009
see /usr/share/doc/packages/perl-App-cpm/Changes
0.997009 2022-03-02 08:11:47 JST
- Make sure make command exists before executing Makefile.PL (#213)
0.997008 2022-02-27 17:10:28 JST
- Use Parallel::Pipes::App (#212)
OBS-URL: https://build.opensuse.org/request/show/958445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-cpm?expand=0&rev=10
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-App-cpm
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name App-cpm
|
||||
Name: perl-App-cpm
|
||||
Version: 0.997007
|
||||
Version: 0.997009
|
||||
Release: 0
|
||||
Summary: Fast CPAN module installer
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Fast CPAN module installer
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKAJI/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
@@ -45,7 +45,7 @@ BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(Module::CPANfile)
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Module::cpmfile) >= 0.001
|
||||
BuildRequires: perl(Parallel::Pipes) >= 0.004
|
||||
BuildRequires: perl(Parallel::Pipes::App) >= 0.100
|
||||
BuildRequires: perl(Parse::PMFile) >= 0.43
|
||||
BuildRequires: perl(local::lib) >= 2.000018
|
||||
BuildRequires: perl(parent)
|
||||
@@ -66,7 +66,7 @@ Requires: perl(Menlo::CLI::Compat) >= 1.9021
|
||||
Requires: perl(Module::CPANfile)
|
||||
Requires: perl(Module::Metadata)
|
||||
Requires: perl(Module::cpmfile) >= 0.001
|
||||
Requires: perl(Parallel::Pipes) >= 0.004
|
||||
Requires: perl(Parallel::Pipes::App) >= 0.100
|
||||
Requires: perl(Parse::PMFile) >= 0.43
|
||||
Requires: perl(local::lib) >= 2.000018
|
||||
Requires: perl(parent)
|
||||
|
||||
Reference in New Issue
Block a user