[perl-List-MoreUtils] Update to 0.405

Paul Howarth pghmcfc at fedoraproject.org
Sun Feb 15 10:39:28 UTC 2015


commit 739758379ae309bcb2ecbb62934a4643b1840f20
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Feb 15 10:35:02 2015 +0000

    Update to 0.405
    
    - New upstream release 0.405
      - Fix CPAN RT#78527 - first_val/last_val in documentation
      - Fix CPAN RT#102055 - ExtUtils::MakeMaker required version absurdly high
      - Fix compiler issue for older/ansi-c89 compilers
      - Remove local compat workarounds in favour for ppport.h

 perl-List-MoreUtils.spec |   11 +++++++++--
 sources                  |    2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-List-MoreUtils.spec b/perl-List-MoreUtils.spec
index 4303838..87f44a3 100644
--- a/perl-List-MoreUtils.spec
+++ b/perl-List-MoreUtils.spec
@@ -1,5 +1,5 @@
 Name:		perl-List-MoreUtils
-Version:	0.404
+Version:	0.405
 Release:	1%{?dist}
 Summary:	Provide the stuff missing in List::Util
 License:	GPL+ or Artistic
@@ -78,7 +78,7 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
 make test
 
 %files
-%doc Changes README
+%doc Changes
 %{perl_vendorarch}/auto/List/
 %{perl_vendorarch}/List/
 %{_mandir}/man3/List::MoreUtils.3*
@@ -86,6 +86,13 @@ make test
 %{_mandir}/man3/List::MoreUtils::XS.3*
 
 %changelog
+* Sat Feb 14 2015 Paul Howarth <paul at city-fan.org> - 0.405-1
+- Update to 0.405
+  - Fix CPAN RT#78527 - first_val/last_val in documentation
+  - Fix CPAN RT#102055 - ExtUtils::MakeMaker required version absurdly high
+  - Fix compiler issue for older/ansi-c89 compilers
+  - Remove local compat workarounds in favour for ppport.h
+
 * Thu Jan 29 2015 Paul Howarth <paul at city-fan.org> - 0.404-1
 - Update to 0.404
   - Fix ancient toolchains (PREREQ_PM & Co. set appropriately)
diff --git a/sources b/sources
index 477b740..434b9c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ce218cd10fb06b95260212a8faa374ce  List-MoreUtils-0.404.tar.gz
+09337686cf0d4ea1600c8b4d9f98787b  List-MoreUtils-0.405.tar.gz


More information about the scm-commits mailing list