[perl-Child] Update to 0.010

Paul Howarth pghmcfc at fedoraproject.org
Wed Apr 23 23:19:01 UTC 2014


commit 2ff22b8b2178f218c59ef4ca85c2f79ca43e2cf4
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Apr 24 00:18:20 2014 +0100

    Update to 0.010
    
    - New upstream release 0.010
      - Processes created by fork will have negative pids on Windows

 .gitignore      |    2 +-
 perl-Child.spec |   14 +++++++++-----
 sources         |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4b89ef..4083198 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Child-0.009.tar.gz
+/Child-[0-9.]*.tar.gz
diff --git a/perl-Child.spec b/perl-Child.spec
index 761fcf8..d59c077 100644
--- a/perl-Child.spec
+++ b/perl-Child.spec
@@ -1,6 +1,6 @@
 Name:           perl-Child
-Version:        0.009
-Release:        7%{?dist}
+Version:        0.010
+Release:        1%{?dist}
 Summary:        Object oriented simple interface to fork()
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@ URL:            http://search.cpan.org/dist/Child/
 Source0:        http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Child-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl >= 0:5.006
+BuildRequires:  perl(Capture::Tiny) >= 0.22
 BuildRequires:  perl(Exporter) >= 5.57
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(POSIX)
@@ -28,13 +29,12 @@ you just have a pile of things nobody wants to think about.
 %setup -q -n Child-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+%{__perl} Build.PL --installdirs=vendor
 ./Build
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -46,6 +46,10 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 23 2014 Paul Howarth <paul at city-fan.org> - 0.010-1
+- Update to 0.010
+  - Processes created by fork will have negative pids on Windows
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.009-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 3f17654..4412288 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-41cb73572a4015c43d17beeaffc83fc0  Child-0.009.tar.gz
+148b1414664de3e61c2d98917443f9c0  Child-0.010.tar.gz



More information about the perl-devel mailing list