From d25b1af52c3730cc99b8a0a1cc64fb0d04283f50c61fe4fca507071fa1efff9d Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 16 Feb 2014 20:21:35 +0000 Subject: [PATCH] - update to 0.4205: [BUG FIXES] - FIX license code regression for artistic license - Don't swallow ExtUtils::CBuilder loading errors - Handle testing on cross-compile builds - Protect against platforms without getpw{nam,uid} OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=28 --- Module-Build-0.4204.tar.gz | 3 --- Module-Build-0.4205.tar.gz | 3 +++ perl-Module-Build.changes | 10 ++++++++++ perl-Module-Build.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 Module-Build-0.4204.tar.gz create mode 100644 Module-Build-0.4205.tar.gz diff --git a/Module-Build-0.4204.tar.gz b/Module-Build-0.4204.tar.gz deleted file mode 100644 index 818ddce..0000000 --- a/Module-Build-0.4204.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a46bc45ee7436572dc2ef53fa5a8187b0f2ffd3dc73bdd946d358adf47c8bed -size 308956 diff --git a/Module-Build-0.4205.tar.gz b/Module-Build-0.4205.tar.gz new file mode 100644 index 0000000..d28fee5 --- /dev/null +++ b/Module-Build-0.4205.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7a597607329db642ad68ddde00c8f48d6f660ced6d2dff4c99c84e0dd1f501 +size 309120 diff --git a/perl-Module-Build.changes b/perl-Module-Build.changes index 0f6f694..ff72bdb 100644 --- a/perl-Module-Build.changes +++ b/perl-Module-Build.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Feb 16 20:04:04 UTC 2014 - lars@linux-schulserver.de + +- update to 0.4205: + [BUG FIXES] + - FIX license code regression for artistic license + - Don't swallow ExtUtils::CBuilder loading errors + - Handle testing on cross-compile builds + - Protect against platforms without getpw{nam,uid} + ------------------------------------------------------------------- Fri Jan 17 21:04:12 UTC 2014 - lars@linux-schulserver.de diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index fbf7c0a..9bca583 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -17,7 +17,7 @@ Name: perl-Module-Build -Version: 0.4204 +Version: 0.4205 Release: 0 %define cpan_name Module-Build Summary: Build and install Perl modules