Accepting request 353350 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/353350 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-cpanminus?expand=0&rev=42
This commit is contained in:
parent
2d35e078cd
commit
e89a061a01
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:09bcd8303fcf9866d7bb9ff5c7df5f8d49d0cbe3d69c42446860ed1fc17064e4
|
|
||||||
size 316814
|
|
3
App-cpanminus-1.7040.tar.gz
Normal file
3
App-cpanminus-1.7040.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc8e5cde17cc5f4cc13aea8781c1e9425f76abc684cc720e9253f47ab3529556
|
||||||
|
size 317254
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 13 09:36:47 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.7040
|
||||||
|
see /usr/share/doc/packages/perl-App-cpanminus/Changes
|
||||||
|
|
||||||
|
1.7040 2016-01-07 11:28:07 PST
|
||||||
|
[Improvements]
|
||||||
|
- Removed a workaround to skip tests for config dependencies such as Module::Build #462
|
||||||
|
- Various doc improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 30 14:18:49 UTC 2015 - coolo@suse.com
|
Tue Jun 30 14:18:49 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-App-cpanminus
|
# spec file for package perl-App-cpanminus
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-App-cpanminus
|
Name: perl-App-cpanminus
|
||||||
Version: 1.7039
|
Version: 1.7040
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name App-cpanminus
|
%define cpan_name App-cpanminus
|
||||||
Summary: Get, Unpack, Build and Install Modules From Cpan
|
Summary: Get, Unpack, Build and Install Modules From Cpan
|
||||||
@ -115,7 +115,7 @@ and stands alone. When running, it requires only 10MB of RAM.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f -print0 | xargs -0 chmod 644
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
# Unbundle fat-packed modules
|
# Unbundle fat-packed modules
|
||||||
podselect lib/App/cpanminus.pm > lib/App/cpanminus.pod
|
podselect lib/App/cpanminus.pm > lib/App/cpanminus.pod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user