Accepting request 1102207 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1102207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-cpanminus?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2023-08-04 13:03:19 +00:00 committed by Git OBS Bridge
commit 64019f3c90
4 changed files with 17 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jul 31 03:06:01 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.7047
see /usr/share/doc/packages/perl-App-cpanminus/Changes
1.7047 2023-07-29 22:59:16 PDT
[Bug Fix]
- Upgrade fatpacked CPAN::Meta::Check to 0.018 (#662)
-------------------------------------------------------------------
Thu Apr 28 03:06:11 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-App-cpanminus
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define cpan_name App-cpanminus
Name: perl-App-cpanminus
Version: 1.7046
Version: 1.7047
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Get, unpack, build and install modules from CPAN
@ -115,7 +115,8 @@ and stands alone. When running, it requires only 10MB of RAM.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
# MANUAL BEGIN
# Unbundle fat-packed modules
podselect lib/App/cpanminus.pm > lib/App/cpanminus.pod