From d76aa99c82d1ae8c3e5e069b89e34be37aad8bc380701d6773785968e167639b Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 21 Dec 2014 21:13:01 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=200.4210:=20=20=20[BUG=20FIXES]?= =?UTF-8?q?=20=20=20-=20Formally=20declare=205.8=20dependency=20[Karen=20E?= =?UTF-8?q?theridge]=20=20=20-=20Fix=20MBTest=20to=20work=20with=20new=20a?= =?UTF-8?q?nd=20old=20versions=20of=20Test::Builder=20[Chad=20Granum]=20?= =?UTF-8?q?=20=20-=20Fix=20type=20installdir=20->=20installdirs=20[Leon=20?= =?UTF-8?q?Timmermans,=20Vitaliy=20Tokarev]=20=20=20-=20Removed=20missed?= =?UTF-8?q?=20references=20to=20Module::Build::Version=20=20=20-=20Stop=20?= =?UTF-8?q?calling=20UNIVERSAL::isa=20as=20a=20function=20=20=20-=20Fixup?= =?UTF-8?q?=20CPAN::Meta=20dependency=20=20=20-=20Handle=20old=20releases?= =?UTF-8?q?=20of=20CPAN::Meta=20more=20gracefully.=20=20=20[ENHANCEMENTS]?= =?UTF-8?q?=20=20=20-=20Enable=20release=20and=20author=20tests=20during?= =?UTF-8?q?=20disttest=20[Leon=20Timmermans,=20Alberto=20Sim=C3=B5es]=20?= =?UTF-8?q?=20=20-=20Use=20CPAN::Meta::Merge=20for=20meta=5Fmerge=20=20=20?= =?UTF-8?q?-=20Convert=20with=20CPAN::Meta::Convert=20in=20meta=5Fadd=20?= =?UTF-8?q?=20=20-=20Add=20configure=20requirements=20=20=20[DEPRECATIONS]?= =?UTF-8?q?=20=20=20-=20Module::Build::YAML=20has=20been=20removed=20=20?= =?UTF-8?q?=20-=20Module::Build::ModuleInfo=20has=20been=20removed=20=20?= =?UTF-8?q?=20-=20Module::Build::Version=20has=20been=20removed=20=20=20-?= =?UTF-8?q?=20Get=20rid=20of=20"use=20vars"=20=20=20-=20Added=20use=20warn?= =?UTF-8?q?ings=20to=20all=20modules=20-=20use=20local=20lib=20in=20lib/Mo?= =?UTF-8?q?dule/Build/Base.pm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=30 --- Module-Build-0.4205.tar.gz | 3 --- Module-Build-0.4210.tar.gz | 3 +++ perl-Module-Build.changes | 26 ++++++++++++++++++++++++++ perl-Module-Build.spec | 7 ++++--- 4 files changed, 33 insertions(+), 6 deletions(-) delete mode 100644 Module-Build-0.4205.tar.gz create mode 100644 Module-Build-0.4210.tar.gz diff --git a/Module-Build-0.4205.tar.gz b/Module-Build-0.4205.tar.gz deleted file mode 100644 index d28fee5..0000000 --- a/Module-Build-0.4205.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e7a597607329db642ad68ddde00c8f48d6f660ced6d2dff4c99c84e0dd1f501 -size 309120 diff --git a/Module-Build-0.4210.tar.gz b/Module-Build-0.4210.tar.gz new file mode 100644 index 0000000..79be078 --- /dev/null +++ b/Module-Build-0.4210.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592471e27800180044016011ae580f4be308c15635162795269b472cfe991fb5 +size 308569 diff --git a/perl-Module-Build.changes b/perl-Module-Build.changes index ff72bdb..cc357d3 100644 --- a/perl-Module-Build.changes +++ b/perl-Module-Build.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun Dec 21 21:07:03 UTC 2014 - lars@linux-schulserver.de + +- update to 0.4210: + [BUG FIXES] + - Formally declare 5.8 dependency [Karen Etheridge] + - Fix MBTest to work with new and old versions of Test::Builder [Chad Granum] + - Fix type installdir -> installdirs [Leon Timmermans, Vitaliy Tokarev] + - Removed missed references to Module::Build::Version + - Stop calling UNIVERSAL::isa as a function + - Fixup CPAN::Meta dependency + - Handle old releases of CPAN::Meta more gracefully. + [ENHANCEMENTS] + - Enable release and author tests during disttest [Leon Timmermans, Alberto Simões] + - Use CPAN::Meta::Merge for meta_merge + - Convert with CPAN::Meta::Convert in meta_add + - Add configure requirements + [DEPRECATIONS] + - Module::Build::YAML has been removed + - Module::Build::ModuleInfo has been removed + - Module::Build::Version has been removed + - Get rid of "use vars" + - Added use warnings to all modules + +- use local lib in lib/Module/Build/Base.pm + ------------------------------------------------------------------- Sun Feb 16 20:04:04 UTC 2014 - lars@linux-schulserver.de diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index 9bca583..f4e0672 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -17,7 +17,7 @@ Name: perl-Module-Build -Version: 0.4205 +Version: 0.4210 Release: 0 %define cpan_name Module-Build Summary: Build and install Perl modules @@ -29,7 +29,7 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(CPAN::Meta) >= 2.110420 +BuildRequires: perl(CPAN::Meta) >= 2.141170 BuildRequires: perl(CPAN::Meta::YAML) >= 0.003 BuildRequires: perl(ExtUtils::CBuilder) >= 0.27 BuildRequires: perl(ExtUtils::ParseXS) >= 2.21 @@ -39,7 +39,7 @@ BuildRequires: perl(Perl::OSType) >= 1 BuildRequires: perl(Pod::Man) >= 2.17 BuildRequires: perl(Test::Harness) >= 3.16 BuildRequires: perl(version) >= 0.87 -Requires: perl(CPAN::Meta) >= 2.110420 +Requires: perl(CPAN::Meta) >= 2.141170 Requires: perl(ExtUtils::CBuilder) >= 0.27 Requires: perl(ExtUtils::ParseXS) >= 2.21 Requires: perl(Module::Metadata) >= 1.000002 @@ -63,6 +63,7 @@ See the "MOTIVATIONS" manpage for more comparisons between %prep %setup -q -n %{cpan_name}-%{version} find . -type f -print0 | xargs -0 chmod 644 +sed -i "s|^use warnings;.*|use warnings;\nuse lib '%{perl_vendorlib}';\n|g" lib/Module/Build/Base.pm %build %{__perl} Build.PL installdirs=vendor