Accepting request 419850 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/419850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Build?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2016-08-22 08:49:12 +00:00 committed by Git OBS Bridge
commit be718036f8
4 changed files with 26 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Aug 17 05:34:16 UTC 2016 - coolo@suse.com
- updated to 0.4220
see /usr/share/doc/packages/perl-Module-Build/Changes
0.4220 - Tue Aug 16 22:11:14 CEST 2016
- Released 0.42_19 as 0.4220
0.42_19 - Sun Aug 7 17:07:38 CEST 2016
- Initialize MM Compat environmental variables to empty strings [Leon Timmermans]
- Skip PPM test when link_executable fails [Leon Timmermans]
- Make more actions deterministic [Zefram]
- Preprocess file lists generated by rscan_dir() to sort them [Niko Tyni]
-------------------------------------------------------------------
Tue May 10 13:40:04 UTC 2016 - coolo@suse.com

View File

@ -17,10 +17,10 @@
Name: perl-Module-Build
Version: 0.421800
Version: 0.422000
Release: 0
%define cpan_version 0.4218
Provides: perl(Module::Build) = 0.421800
%define cpan_version 0.4220
Provides: perl(Module::Build) = 0.422000
%define cpan_name Module-Build
Summary: Build and install Perl modules
License: Artistic-1.0 or GPL-1.0+
@ -100,7 +100,6 @@ You can run the 'help' action for a complete list of actions.
%prep
%setup -q -n %{cpan_name}-%{cpan_version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor