From 4ba8c9b98ddb8b45208acfb508595fd50f81c107 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 2 May 2016 11:38:41 +0100
Subject: Update to 0.415
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.415
  - Fix CPAN RT#75727: After's XS implementation call XSRETURN(-1) when it
    doesn't find an element
  - Fix CPAN RT#113117: XS's minmax() sometimes return undef (perl ≥ 5.20)
  - Explicit test for thesis in CPAN RT#110998: XS implementation of pairwise
    fails with memory allocation error when there are more return values than
    in original lists - thesis is proven wrong
  - Efficiency improvements
  - Improve some tests to get clearer reports
  - Distinguish between "Makefile.PL finds a .git directory" and
    "Makefile.PL runs in maintainer mode"
- Simplify find command using -delete
---
 perl-List-MoreUtils.spec | 25 ++++++++++++++++++++++---
 sources                  |  2 +-
 2 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/perl-List-MoreUtils.spec b/perl-List-MoreUtils.spec
index aefde60..2a3470b 100644
--- a/perl-List-MoreUtils.spec
+++ b/perl-List-MoreUtils.spec
@@ -1,13 +1,18 @@
 Name:          perl-List-MoreUtils
-Version:       0.413
-Release:       3%{?dist}
+Version:       0.415
+Release:       1%{?dist}
 Summary:       Provide the stuff missing in List::Util
 License:       GPL+ or Artistic
 URL:           http://search.cpan.org/dist/List-MoreUtils/
 Source0:       
http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-%{version}.tar.gz
 Patch0:                List-MoreUtils-0.402-provides.patch
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: gcc
+BuildRequires: make
 BuildRequires: perl >= 4:5.10.0
+BuildRequires: perl-devel
 BuildRequires: perl(base)
 BuildRequires: perl(Config)
 BuildRequires: perl(constant)
@@ -70,7 +75,7 @@ make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 %check
@@ -86,6 +91,20 @@ make test
 %{_mandir}/man3/List::MoreUtils::XS.3*
 
 %changelog
+* Mon May  2 2016 Paul Howarth <p...@city-fan.org> - 0.415-1
+- Update to 0.415
+  - Fix CPAN RT#75727: After's XS implementation call XSRETURN(-1) when it
+    doesn't find an element
+  - Fix CPAN RT#113117: XS's minmax() sometimes return undef (perl ≥ 5.20)
+  - Explicit test for thesis in CPAN RT#110998: XS implementation of pairwise
+    fails with memory allocation error when there are more return values than
+    in original lists - thesis is proven wrong
+  - Efficiency improvements
+  - Improve some tests to get clearer reports
+  - Distinguish between "Makefile.PL finds a .git directory" and
+    "Makefile.PL runs in maintainer mode"
+- Simplify find command using -delete
+
 * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.413-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index b416465..1ea9e47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc577c86455e2d1397187bce286a53b9  List-MoreUtils-0.413.tar.gz
+a8e42767dd4f41f51b96749efe5ef31a  List-MoreUtils-0.415.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-List-MoreUtils.git/commit/?h=master&id=4ba8c9b98ddb8b45208acfb508595fd50f81c107
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to