From 3b360ce2aebee03c8b49bba101a802f12bb21bd139d2f3bce1fd2efa73866210 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Fri, 18 Jul 2014 10:56:42 +0000 Subject: [PATCH] Accepting request 241463 from home:computersalat:devel:perl update to 6.98, fix deps and avoid build loop OBS-URL: https://build.opensuse.org/request/show/241463 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=22 --- ExtUtils-MakeMaker-6.88.tar.gz | 3 --- ExtUtils-MakeMaker-6.98.tar.gz | 3 +++ perl-ExtUtils-MakeMaker.changes | 20 ++++++++++++++++++++ perl-ExtUtils-MakeMaker.spec | 22 +++++++++++++++++++--- 4 files changed, 42 insertions(+), 6 deletions(-) delete mode 100644 ExtUtils-MakeMaker-6.88.tar.gz create mode 100644 ExtUtils-MakeMaker-6.98.tar.gz diff --git a/ExtUtils-MakeMaker-6.88.tar.gz b/ExtUtils-MakeMaker-6.88.tar.gz deleted file mode 100644 index e7a53c4..0000000 --- a/ExtUtils-MakeMaker-6.88.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44cad9233fdfc1d217c55b7b33c19d5aa9da896480d7d74d0ce7dbcf9ca9f3d8 -size 436411 diff --git a/ExtUtils-MakeMaker-6.98.tar.gz b/ExtUtils-MakeMaker-6.98.tar.gz new file mode 100644 index 0000000..4fbfd10 --- /dev/null +++ b/ExtUtils-MakeMaker-6.98.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb023189e5fa6b9dcc66858b1fde953d1f1b86f971ec5ab42dd36c172da63ef +size 436258 diff --git a/perl-ExtUtils-MakeMaker.changes b/perl-ExtUtils-MakeMaker.changes index ffea748..efcf02b 100644 --- a/perl-ExtUtils-MakeMaker.changes +++ b/perl-ExtUtils-MakeMaker.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jul 18 10:45:29 UTC 2014 - chris@computersalat.de + +- update to 6.98 + Dist fixes: + * Removed redundant File::Spec check from Makefile.PL + Bug fixes: + * Resolve another regression related to not recursing into distdirs + * Work-around v5.10.1 for the MIN_PERL_VERSION v-string handling + * Make MIN_PERL_VERSION handle v-strings properly + * Resolved a regression in MM_Unix.pm + (https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/96) + * Libraries are not transitive on Android + Test fixes: + * Make meta tests more robust to changes in CPAN::Meta +- fix deps and avoid build loop + * push all 'BuildRequires' (taken from Makefile.PL) into + perl-ExtUtils-MakeMaker-mini as 'Requires' and now + BuildRequire: perl-ExtUtils-MakeMaker-mini + ------------------------------------------------------------------- Sat Feb 8 10:54:51 UTC 2014 - lars@linux-schulserver.de diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec index 4342eeb..2f795b8 100644 --- a/perl-ExtUtils-MakeMaker.spec +++ b/perl-ExtUtils-MakeMaker.spec @@ -17,7 +17,7 @@ Name: perl-ExtUtils-MakeMaker -Version: 6.88 +Version: 6.98 Release: 0 %define cpan_name ExtUtils-MakeMaker Summary: Create a module Makefile @@ -34,9 +34,24 @@ BuildRequires: perl-macros %{perl_requires} # MANUAL BEGIN #!BuildIgnore: perl-ExtUtils-MakeMaker -BuildRequires: perl-CPAN-Meta -BuildRequires: perl-File-Copy-Recursive +# used by my/bundles.pm +#BuildRequires: perl-File-Copy-Recursive BuildRequires: perl(Data::Dumper) +###################################################################### +### dependencies defined in a dummy package to avoid build loops +BuildRequires: perl-ExtUtils-MakeMaker-mini +###################################################################### +Requires: perl(CPAN::Meta) >= 2.113640 +Requires: perl(CPAN::Meta::Requirements) >= 2.121 +Requires: perl(CPAN::Meta::YAML) >= 0.002 +Requires: perl(ExtUtils::Command) >= 1.16 +Requires: perl(ExtUtils::Install) >= 1.52 +Requires: perl(ExtUtils::Manifest) >= 1.58 +Requires: perl(File::Temp) >= 0.22 +Requires: perl(JSON::PP) >= 2.27103 +Requires: perl(Parse::CPAN::Meta) >= 1.4400 +Requires: perl(Scalar::Util) >= 1.13 +Requires: perl(version) >= 0.82 # MANUAL END %description @@ -73,6 +88,7 @@ rm -rf bundled # MANAUL END %build +export BUILDING_AS_PACKAGE=1 %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags}