[perl-Parallel-Prefork] Upstream update.

corsepiu corsepiu at fedoraproject.org
Thu May 8 15:31:45 UTC 2014


commit f6719f7735b3a2f88210e0b4c90cc097023afe07
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu May 8 17:32:07 2014 +0200

    Upstream update.
    
    - Minor spec modernization.

 .gitignore                 |    2 +-
 perl-Parallel-Prefork.spec |   11 +++++++----
 sources                    |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45a8dc7..6a34857 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Parallel-Prefork-0.14.tar.gz
+/Parallel-Prefork-0.15.tar.gz
diff --git a/perl-Parallel-Prefork.spec b/perl-Parallel-Prefork.spec
index dd11bc7..53a6c29 100644
--- a/perl-Parallel-Prefork.spec
+++ b/perl-Parallel-Prefork.spec
@@ -1,6 +1,6 @@
 Name:           perl-Parallel-Prefork
-Version:        0.14
-Release:        3%{?dist}
+Version:        0.15
+Release:        1%{?dist}
 Summary:        Simple prefork server framework
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -13,6 +13,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Proc::Wait3) >= 0.03
 BuildRequires:  perl(Scope::Guard)
+BuildRequires:  perl(Signal::Mask)
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Parallel::Scoreboard)
 BuildRequires:  perl(Test::SharedFork)
@@ -34,7 +35,6 @@ make %{?_smp_mflags}
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -42,12 +42,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu May 08 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.15-1
+- Upstream update.
+- Minor spec modernization.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index d480b20..fe6b9bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-223570b872af5ec337e3fdc31e47d7e0  Parallel-Prefork-0.14.tar.gz
+f0252dc75c6b0308a1b955d51d5aa0ad  Parallel-Prefork-0.15.tar.gz


More information about the scm-commits mailing list