Accepting request 1101551 from devel:languages:perl:autoupdate
- 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) OBS-URL: https://build.opensuse.org/request/show/1101551 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-cpanminus?expand=0&rev=55
This commit is contained in:
parent
3744afd08c
commit
b83974af3e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e8c9d9b44a7348f9acc917163dbfc15bd5ea72501492cea3a35b346440ff862
|
||||
size 316201
|
3
App-cpanminus-1.7047.tar.gz
Normal file
3
App-cpanminus-1.7047.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5
|
||||
size 316779
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user