diff --git a/perl-List-MoreUtils.spec b/perl-List-MoreUtils.spec index edd6608..4f90b3f 100644 --- a/perl-List-MoreUtils.spec +++ b/perl-List-MoreUtils.spec @@ -1,5 +1,5 @@ Name: perl-List-MoreUtils -Version: 0.408 +Version: 0.410 Release: 1%{?dist} Summary: Provide the stuff missing in List::Util License: GPL+ or Artistic @@ -35,15 +35,14 @@ BuildRequires: perl(XSLoader) BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) >= 0.002 BuildRequires: perl(Exporter) -BuildRequires: perl(File::Find) BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(FindBin) BuildRequires: perl(if) BuildRequires: perl(overload) -BuildRequires: perl(parent) BuildRequires: perl(Storable) BuildRequires: perl(Test::Builder::Module) BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Tie::Array) # Optional Tests %if ! ( 0%{?rhel} ) BuildRequires: perl(Test::LeakTrace) @@ -86,6 +85,20 @@ make test %{_mandir}/man3/List::MoreUtils::XS.3* %changelog +* Mon Mar 30 2015 Paul Howarth - 0.410-1 +- Update to 0.410 + - Fix CPAN RT#102885: uniq bug broke tied array + - Fix issue/8: Macros introduced in dfd851147f cause problems with MSVC + - Update ppport.h from 3.25 to 3.31 + - Fix multiple mg_get can break weird ties + - Fix test run using PERL5OPT=d:Confess + - Use base instead of parent, 'cause parent isn't bundled before 5.10.1 + - Update bundled bootstrap modules + - Data::Tumbler to 0.010 + - Test::WriteVariants to 0.012 + - Config::AutoConf to 0.311 + - Fix spelling (and add stop-words for names etc. in author tests) + * Wed Mar 18 2015 Paul Howarth - 0.408-1 - Update to 0.408 - Fix CPAN RT#102840: uniq broken for call-by-function-return diff --git a/sources b/sources index 283a070..26f7d2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40fd45f5f5814ecffbf645d91ee44b60 List-MoreUtils-0.408.tar.gz +4bfe03d56cd8d8e9c1105e102d816685 List-MoreUtils-0.410.tar.gz