commit 30196c0e1f0835e3dc57d4a4c54c2c62f1ba2000 Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Fri Jan 4 10:21:14 2013 -0700 update to 1.09 .gitignore | 1 + perl-System-Command.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index f3ffe1d..20a0ebc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /System-Command-1.06.tar.gz /System-Command-1.07.tar.gz /System-Command-1.08.tar.gz +/System-Command-1.09.tar.gz diff --git a/perl-System-Command.spec b/perl-System-Command.spec index 55e87aa..d68b238 100644 --- a/perl-System-Command.spec +++ b/perl-System-Command.spec @@ -1,5 +1,5 @@ Name: perl-System-Command -Version: 1.08 +Version: 1.09 Release: 1%{?dist} Summary: Object for running system commands License: GPL+ or Artistic @@ -7,7 +7,15 @@ Group: Development/Libraries URL: http://search.cpan.org/dist/System-Command/ Source0: http://www.cpan.org/authors/id/B/BO/BOOK/System-Command-%{version}.tar.gz BuildArch: noarch +BuildRequires: perl(Carp) +BuildRequires: perl(Config) +BuildRequires: perl(Cwd) +BuildRequires: perl(IO::Handle) +BuildRequires: perl(IPC::Open3) +BuildRequires: perl(List::Util) BuildRequires: perl(Module::Build) +BuildRequires: perl(POSIX) +BuildRequires: perl(Symbol) BuildRequires: perl(Test::Command) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Output) @@ -42,6 +50,9 @@ their STDIN, STDOUT and STDERR handles. %{_mandir}/man3/* %changelog +* Fri Jan 04 2013 Iain Arnell <iarnell@xxxxxxxxx> 1.09-1 +- upddate to latest upstream version + * Fri Dec 07 2012 Iain Arnell <iarnell@xxxxxxxxx> 1.08-1 - update to latest upstream version diff --git a/sources b/sources index d202147..f089411 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cae18b739ddd6dea8fe830dd6aae878f System-Command-1.08.tar.gz +c66c663fbb297032d7cd03f8ed0cf755 System-Command-1.09.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel