From 02e633bdb7654224db071fe35e03bbc6237c376c58e73c7c602e3edf0d3334c5 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 18 Aug 2016 07:06:15 +0000 Subject: [PATCH] Accepting request 419703 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/419703 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=44 --- Module-Build-0.4218.tar.gz | 3 --- Module-Build-0.4220.tar.gz | 3 +++ perl-Module-Build.changes | 20 ++++++++++++++++++++ perl-Module-Build.spec | 7 +++---- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 Module-Build-0.4218.tar.gz create mode 100644 Module-Build-0.4220.tar.gz diff --git a/Module-Build-0.4218.tar.gz b/Module-Build-0.4218.tar.gz deleted file mode 100644 index d5d75bd..0000000 --- a/Module-Build-0.4218.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ef0aa529a3f296f894a5e79240a77d71be60dd595e8cad3a0d04c7ea187c0d0 -size 305533 diff --git a/Module-Build-0.4220.tar.gz b/Module-Build-0.4220.tar.gz new file mode 100644 index 0000000..686c2cb --- /dev/null +++ b/Module-Build-0.4220.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1207c7e799366f7a8adda3f135bf8141c4d6068505650d4db2b2d3ce34b5a2 +size 304299 diff --git a/perl-Module-Build.changes b/perl-Module-Build.changes index 3f5ecc1..3b3ba5b 100644 --- a/perl-Module-Build.changes +++ b/perl-Module-Build.changes @@ -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 diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index e3fe383..31a06be 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -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