From 6ed2e3d972609031ccf59a548e9726830e96a1f5 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Thu, 23 Jun 2016 11:51:00 +0100
Subject: Update to 0.013

- New upstream release 0.013
  - Fix Windows
- BR: perl-generators
- Simplify find command using -delete
- Drop redundant %{?perl_default_filter}
---
 perl-Child.spec | 22 +++++++++++++++++-----
 sources         |  2 +-
 2 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/perl-Child.spec b/perl-Child.spec
index 95530bf..692b786 100644
--- a/perl-Child.spec
+++ b/perl-Child.spec
@@ -1,6 +1,6 @@
 Name:           perl-Child
-Version:        0.012
-Release:        3%{?dist}
+Version:        0.013
+Release:        1%{?dist}
 Summary:        Object oriented simple interface to fork()
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,7 +8,11 @@ URL:            http://search.cpan.org/dist/Child/
 Source0:        
http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Child-%{version}.tar.gz
 BuildArch:      noarch
 # Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Runtime
 BuildRequires:  perl(base)
@@ -18,13 +22,14 @@ BuildRequires:  perl(POSIX)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Tests only
-BuildRequires:  perl(Capture::Tiny) >= 0.22
+BuildRequires:  perl(Capture::Tiny) >= 0.31
 BuildRequires:  perl(Test::More) >= 0.88
+# Dependencies
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:       perl(Exporter) >= 5.57
 Requires:       perl(POSIX)
 
-%{?perl_default_filter}
+# Filter under-specified dependency
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Exporter\\)$
 
 %description
@@ -43,7 +48,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}
 
 %check
@@ -70,6 +75,13 @@ make test
 %{_mandir}/man3/Child::Util.3*
 
 %changelog
+* Thu Jun 23 2016 Paul Howarth <p...@city-fan.org> - 0.013-1
+- Update to 0.013
+  - Fix Windows
+- BR: perl-generators
+- Simplify find command using -delete
+- Drop redundant %%{?perl_default_filter}
+
 * Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 0.012-3
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index d577397..19d68fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ff5a584c8b5762c76e65d4b6a111268  Child-0.012.tar.gz
+d0a70e39883f00639e1bc91345f290e9  Child-0.013.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Child.git/commit/?h=master&id=6ed2e3d972609031ccf59a548e9726830e96a1f5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to