Update to 0.403

- New upstream release 0.403
  - Remove most recent stable perl recommendation from meta to work around
    misbehaving CPAN clients blocking update
  - Update copyright date
  - Ensure AUTHOR is a string on older toolchains
This commit is contained in:
Paul Howarth 2015-01-27 15:51:09 +00:00
parent 95778ffe57
commit 76868aa4f4
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-List-MoreUtils
Version: 0.402
Version: 0.403
Release: 1%{?dist}
Summary: Provide the stuff missing in List::Util
License: GPL+ or Artistic
@ -86,6 +86,13 @@ make test
%{_mandir}/man3/List::MoreUtils::XS.3*
%changelog
* Tue Jan 27 2015 Paul Howarth <paul@city-fan.org> - 0.403-1
- Update to 0.403
- Remove most recent stable perl recommendation from meta to work around
misbehaving CPAN clients blocking update
- Update copyright date
- Ensure AUTHOR is a string on older toolchains
* Wed Jan 7 2015 Paul Howarth <paul@city-fan.org> - 0.402-1
- Update to 0.402 (significant and slightly incompatible update - see Changes)
- This release by REHSACK update source URL

View File

@ -1 +1 @@
6b51d19182cc7ee2251b82743a682e99 List-MoreUtils-0.402.tar.gz
ea3a04e59fdc599389370d1d6ddde7bc List-MoreUtils-0.403.tar.gz