diff -ruN perl-IPC-Run3-0.043-3.el6.src.rpm-rpmbuild/SPECS/perl-IPC-Run3.spec perl-IPC-Run3-0.043-3.el6.0.src.rpm-rpmbuild/SPECS/perl-IPC-Run3.spec
--- perl-IPC-Run3-0.043-3.el6.src.rpm-rpmbuild/SPECS/perl-IPC-Run3.spec	2009-12-09 05:16:53.000000000 +0000
+++ perl-IPC-Run3-0.043-3.el6.0.src.rpm-rpmbuild/SPECS/perl-IPC-Run3.spec	2011-10-05 23:39:09.000000000 +0100
@@ -1,6 +1,6 @@
 Name:           perl-IPC-Run3
 Version:        0.043
-Release:        3%{?dist}
+Release:        3%{?dist}.0
 Summary:        Run a subprocess in batch mode
 License:        (GPL+ or Artistic) or BSD
 Group:          Development/Libraries
@@ -12,6 +12,7 @@
 # For improved tests
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::Pod)
+BuildRequires:	perl(Time::HiRes)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -52,6 +53,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct  5 2011 Gordan Bobic <gordan@bobich.net> - 0.043-3.0
+- Add perl(Time::HiRes) to the list of build requirements
+
 * Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.043-3
 - rebuild against perl 5.10.1
 
