Update to latest upstream version.

This commit is contained in:
Jason Tibbitts 2013-10-17 14:06:21 -05:00
parent 0686f22710
commit 695685de60
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
Parallel-ForkManager-0.7.5.tar.gz
/Parallel-ForkManager-0.7.9.tar.gz
/Parallel-ForkManager-1.05.tar.gz

View File

@ -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@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@lists.fedoraproject.org> - 0.7.9-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
b49dbc6fafb697945d33ffbded0009f7 Parallel-ForkManager-0.7.9.tar.gz
444958052e525790bf30d96f287072d1 Parallel-ForkManager-1.05.tar.gz