Accepting request 486138 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/486138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-cpanminus?expand=0&rev=16
This commit is contained in:
Yuchen Lin 2017-04-11 10:43:51 +00:00 committed by Git OBS Bridge
commit e26b84652e
4 changed files with 19 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Apr 4 05:03:45 UTC 2017 - coolo@suse.com
- updated to 1.7043
see /usr/share/doc/packages/perl-App-cpanminus/Changes
1.7043 2017-04-02 20:56:06 PDT
[Improvements]
- Set PERL_USE_UNSAFE_INC for 5.26+ (haarg) #521
- Strictly match module NAME in Bundle
-------------------------------------------------------------------
Sat May 28 09:24:10 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-App-cpanminus
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: perl-App-cpanminus
Version: 1.7042
Version: 1.7043
Release: 0
%define cpan_name App-cpanminus
Summary: Get, Unpack, Build and Install Modules From Cpan
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/App-cpanminus/
Source0: http://www.cpan.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: http://pkgs.fedoraproject.org/cgit/perl-App-cpanminus.git/plain/fatunpack
Source2: cpanspec.yml
BuildArch: noarch
@ -141,6 +141,7 @@ done
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog