[perl-Parallel-ForkManager] Update to latest upstream version.

Jason ティビツ tibbs at fedoraproject.org
Thu Oct 17 19:06:43 UTC 2013


commit 695685de60baa05878e71629d955ba6799bfadbf
Author: Jason Tibbitts <tibbs at math.uh.edu>
Date:   Thu Oct 17 14:06:21 2013 -0500

    Update to latest upstream version.

 .gitignore                     |    1 +
 perl-Parallel-ForkManager.spec |   14 +++++++++-----
 sources                        |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de494b5..2a4f615 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Parallel-ForkManager-0.7.5.tar.gz
 /Parallel-ForkManager-0.7.9.tar.gz
+/Parallel-ForkManager-1.05.tar.gz
diff --git a/perl-Parallel-ForkManager.spec b/perl-Parallel-ForkManager.spec
index 0191780..5881a53 100644
--- a/perl-Parallel-ForkManager.spec
+++ b/perl-Parallel-ForkManager.spec
@@ -1,13 +1,13 @@
 Name:           perl-Parallel-ForkManager
-Version:        0.7.9
-Release:        9%{?dist}
+Version:        1.05
+Release:        1%{?dist}
 Summary:        Simple parallel processing fork manager
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Parallel-ForkManager/
-Source0:        http://search.cpan.org/CPAN/authors/id/D/DL/DLUX/Parallel-ForkManager-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Parallel-ForkManager-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::More) perl(utf8::all)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -43,11 +43,15 @@ make test
 
 %files
 %defattr(-,root,root,-)
-%doc Changes TODO examples/
+%doc Changes examples/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 17 2013 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.05-1
+- Update to 1.05; new source location, additional build deps.  Should fix the
+  longstanding security bug, 751886.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.9-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 7da011a..648cf37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b49dbc6fafb697945d33ffbded0009f7  Parallel-ForkManager-0.7.9.tar.gz
+444958052e525790bf30d96f287072d1  Parallel-ForkManager-1.05.tar.gz


More information about the scm-commits mailing list