1
0

Accepting request 975436 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/975436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-cpanminus?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2022-05-06 17:00:13 +00:00 committed by Git OBS Bridge
commit 0437d578e6
4 changed files with 16 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Apr 28 03:06:11 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.7046
see /usr/share/doc/packages/perl-App-cpanminus/Changes
1.7046 2022-04-26 23:00:56 PDT
[Documentation]
- Remove git.io URL that's going to be deprecated.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 28 03:06:10 UTC 2022 - Tina Müller <timueller+perl@suse.de> Fri Jan 28 03:06:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,10 +18,10 @@
%define cpan_name App-cpanminus %define cpan_name App-cpanminus
Name: perl-App-cpanminus Name: perl-App-cpanminus
Version: 1.7045 Version: 1.7046
Release: 0 Release: 0
Summary: Get, unpack, build and install modules from CPAN
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Get, unpack, build and install modules from CPAN
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
Source1: fatunpack Source1: fatunpack
@ -69,8 +69,8 @@ BuildRequires: perl(version)
BuildRequires: perl(warnings::register) BuildRequires: perl(warnings::register)
# YAML not needed for compilation # YAML not needed for compilation
# Tests: # Tests:
BuildRequires: perl(Pod::Select)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl(Pod::Select)
# Current dependency generator cannot parse compressed code. Use PPI to find # Current dependency generator cannot parse compressed code. Use PPI to find
# them, and list them manually: # them, and list them manually:
# Archive::Tar is optional # Archive::Tar is optional