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:
BIN
App-cpm-0.997007.tar.gz
(Stored with Git LFS)
BIN
App-cpm-0.997007.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
App-cpm-0.997009.tar.gz
(Stored with Git LFS)
Normal file
BIN
App-cpm-0.997009.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 2 12:36:45 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 24 03:06:04 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
Fri Sep 24 03:06:04 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-App-cpm
|
# 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
|
# 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,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name App-cpm
|
%define cpan_name App-cpm
|
||||||
Name: perl-App-cpm
|
Name: perl-App-cpm
|
||||||
Version: 0.997007
|
Version: 0.997009
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast CPAN module installer
|
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
|
Summary: Fast CPAN module installer
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKAJI/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKAJI/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
@@ -45,7 +45,7 @@ BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
|||||||
BuildRequires: perl(Module::CPANfile)
|
BuildRequires: perl(Module::CPANfile)
|
||||||
BuildRequires: perl(Module::Metadata)
|
BuildRequires: perl(Module::Metadata)
|
||||||
BuildRequires: perl(Module::cpmfile) >= 0.001
|
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(Parse::PMFile) >= 0.43
|
||||||
BuildRequires: perl(local::lib) >= 2.000018
|
BuildRequires: perl(local::lib) >= 2.000018
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
@@ -66,7 +66,7 @@ Requires: perl(Menlo::CLI::Compat) >= 1.9021
|
|||||||
Requires: perl(Module::CPANfile)
|
Requires: perl(Module::CPANfile)
|
||||||
Requires: perl(Module::Metadata)
|
Requires: perl(Module::Metadata)
|
||||||
Requires: perl(Module::cpmfile) >= 0.001
|
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(Parse::PMFile) >= 0.43
|
||||||
Requires: perl(local::lib) >= 2.000018
|
Requires: perl(local::lib) >= 2.000018
|
||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
|
|||||||
Reference in New Issue
Block a user