Update to 2.132830
- New upstream release 2.132830 - Fixed incorrectly encoded META.yml - META validation used to allow a scalar value when a list (i.e. array reference) was required for a field; this has been tightened and validation will now fail if a scalar value is given - Installation on Perls < 5.12 will uninstall older versions installed due to being bundled with ExtUtils::MakeMaker - Updated Makefile.PL logic to support PERL_NO_HIGHLANDER - Dropped ExtUtils::MakeMaker configure_requires dependency to 6.17 - CPAN::Meta::Prereqs now has a 'merged_requirements' method for combining requirements across multiple phases and types - Invalid 'meta-spec' is no longer a fatal error: instead, it will usually be treated as spec version "1.0" (prior to formalization of the meta-spec field); conversion has some heuristics for guessing a version depending on other fields if 'meta-spec' is missing or invalid - Don't need to remove empty directories from the buildroot
This commit is contained in:
parent
007749266e
commit
ac9bc54e87
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ CPAN-Meta-2.102160.tar.gz
|
||||
/CPAN-Meta-2.120900.tar.gz
|
||||
/CPAN-Meta-2.120921.tar.gz
|
||||
/CPAN-Meta-2.132140.tar.gz
|
||||
/CPAN-Meta-2.132830.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-CPAN-Meta
|
||||
Summary: Distribution metadata for a CPAN dist
|
||||
Version: 2.132140
|
||||
Version: 2.132830
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -13,13 +13,15 @@ BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121
|
||||
BuildRequires: perl(CPAN::Meta::YAML) >= 0.008
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp) >= 0.20
|
||||
BuildRequires: perl(IO::Dir)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(JSON::PP) >= 2.27200
|
||||
BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(overload)
|
||||
@ -56,7 +58,6 @@ make %{?_smp_mflags}
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
@ -69,6 +70,24 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 11 2013 Paul Howarth <paul@city-fan.org> - 2.132830-1
|
||||
- Update to 2.132830
|
||||
- Fixed incorrectly encoded META.yml
|
||||
- META validation used to allow a scalar value when a list (i.e. array
|
||||
reference) was required for a field; this has been tightened and
|
||||
validation will now fail if a scalar value is given
|
||||
- Installation on Perls < 5.12 will uninstall older versions installed
|
||||
due to being bundled with ExtUtils::MakeMaker
|
||||
- Updated Makefile.PL logic to support PERL_NO_HIGHLANDER
|
||||
- Dropped ExtUtils::MakeMaker configure_requires dependency to 6.17
|
||||
- CPAN::Meta::Prereqs now has a 'merged_requirements' method for combining
|
||||
requirements across multiple phases and types
|
||||
- Invalid 'meta-spec' is no longer a fatal error: instead, it will usually
|
||||
be treated as spec version "1.0" (prior to formalization of the meta-spec
|
||||
field); conversion has some heuristics for guessing a version depending on
|
||||
other fields if 'meta-spec' is missing or invalid
|
||||
- Don't need to remove empty directories from the buildroot
|
||||
|
||||
* Thu Sep 5 2013 Paul Howarth <paul@city-fan.org> - 2.132140-1
|
||||
- update to latest upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user