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
This commit is contained in:
parent
3a42f9a99c
commit
3b360ce2ae
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:44cad9233fdfc1d217c55b7b33c19d5aa9da896480d7d74d0ce7dbcf9ca9f3d8
|
|
||||||
size 436411
|
|
3
ExtUtils-MakeMaker-6.98.tar.gz
Normal file
3
ExtUtils-MakeMaker-6.98.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2eb023189e5fa6b9dcc66858b1fde953d1f1b86f971ec5ab42dd36c172da63ef
|
||||||
|
size 436258
|
@ -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
|
Sat Feb 8 10:54:51 UTC 2014 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-ExtUtils-MakeMaker
|
Name: perl-ExtUtils-MakeMaker
|
||||||
Version: 6.88
|
Version: 6.98
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name ExtUtils-MakeMaker
|
%define cpan_name ExtUtils-MakeMaker
|
||||||
Summary: Create a module Makefile
|
Summary: Create a module Makefile
|
||||||
@ -34,9 +34,24 @@ BuildRequires: perl-macros
|
|||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
#!BuildIgnore: perl-ExtUtils-MakeMaker
|
#!BuildIgnore: perl-ExtUtils-MakeMaker
|
||||||
BuildRequires: perl-CPAN-Meta
|
# used by my/bundles.pm
|
||||||
BuildRequires: perl-File-Copy-Recursive
|
#BuildRequires: perl-File-Copy-Recursive
|
||||||
BuildRequires: perl(Data::Dumper)
|
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
|
# MANUAL END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -73,6 +88,7 @@ rm -rf bundled
|
|||||||
# MANAUL END
|
# MANAUL END
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export BUILDING_AS_PACKAGE=1
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user