Update to 0.410

- New upstream release 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)
This commit is contained in:
Paul Howarth 2015-03-30 15:49:43 +01:00
parent e92278af8e
commit 1e6eceb735
2 changed files with 17 additions and 4 deletions

View File

@ -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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 0.408-1
- Update to 0.408
- Fix CPAN RT#102840: uniq broken for call-by-function-return

View File

@ -1 +1 @@
40fd45f5f5814ecffbf645d91ee44b60 List-MoreUtils-0.408.tar.gz
4bfe03d56cd8d8e9c1105e102d816685 List-MoreUtils-0.410.tar.gz