- Upstream update.

- BR: perl(Test::More), perl(Time::HiRes).
This commit is contained in:
Ralf Corsépius 2010-09-13 05:31:43 +02:00
parent c708a3f40a
commit e51d13ffa9
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
IPC-Run3-0.043.tar.gz
IPC-Run3-0.044.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-IPC-Run3
Version: 0.043
Release: 4%{?dist}
Version: 0.044
Release: 1%{?dist}
Summary: Run a subprocess in batch mode
License: (GPL+ or Artistic) or BSD
Group: Development/Libraries
@ -9,6 +9,8 @@ Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IPC-Run3-%{vers
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More) >= 0.31
BuildRequires: perl(Time::HiRes)
# For improved tests
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)
@ -52,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Mon Sep 13 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.044-1
- Upstream update.
- BR: perl(Test::More), perl(Time::HiRes).
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.043-4
- Mass rebuild with perl-5.12.0

View File

@ -1 +1 @@
ef3c073f900bcc9c3e30e91f1fc00fda IPC-Run3-0.043.tar.gz
7df73a65d9efc7b9e7eb04075ff1fd8f IPC-Run3-0.044.tar.gz