diff --git a/.gitignore b/.gitignore index a9c8aa8..e33e7b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /System-Command-1.06.tar.gz +/System-Command-1.07.tar.gz diff --git a/perl-System-Command.spec b/perl-System-Command.spec index 2671de0..448ae50 100644 --- a/perl-System-Command.spec +++ b/perl-System-Command.spec @@ -1,5 +1,5 @@ Name: perl-System-Command -Version: 1.06 +Version: 1.07 Release: 1%{?dist} Summary: Object for running system commands License: GPL+ or Artistic @@ -13,6 +13,7 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::Output) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(Time::HiRes) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -42,5 +43,8 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_mandir}/man3/* %changelog +* Fri Apr 20 2012 Iain Arnell 1.07-1 +- update to latest upstream version + * Fri Jan 13 2012 Iain Arnell 1.06-1 - Specfile autogenerated by cpanspec 1.78. diff --git a/sources b/sources index 747c923..52ea33f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -461468487acdbe0317a5729973f91bf2 System-Command-1.06.tar.gz +b0eb34bea32da8824b7b99080686c326 System-Command-1.07.tar.gz