diff --git a/.cvsignore b/.cvsignore index 77114dc..21fd77a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -IPC-Run-0.79.tar.gz +IPC-Run-0.80.tar.gz diff --git a/perl-IPC-Run.spec b/perl-IPC-Run.spec index b90a1b1..e9b88bb 100644 --- a/perl-IPC-Run.spec +++ b/perl-IPC-Run.spec @@ -1,6 +1,6 @@ Name: perl-IPC-Run -Version: 0.79 -Release: 3%{?dist} +Version: 0.80 +Release: 1%{?dist} Summary: Perl module for interacting with child processes License: GPL or Artistic @@ -10,7 +10,7 @@ Source0: http://www.cpan.org/authors/id/R/RS/RSOD/IPC-Run-%{version}.tar. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(IO::Tty) +BuildRequires: perl(IO::Pty) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 11 2006 Ville Skyttä - 0.80-1 +- 0.80, fine tune build dependencies. + * Tue Jan 17 2006 Ville Skyttä - 0.79-3 - Rebuild, cosmetic cleanups. diff --git a/sources b/sources index 7128116..df771fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a1044306a9669b376f58315884c13392 IPC-Run-0.79.tar.gz +a867e694862afd4a3c429124618fc15e IPC-Run-0.80.tar.gz