From 28d1e737264e6328ec89c89e7997fc152ee636bd Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Tue, 9 May 2006 18:03:42 +0000 Subject: [PATCH] - Update to 1.03. - Taking maintainership. --- .cvsignore | 2 +- perl-IO-Tty.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index a166a49..58fd953 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -IO-Tty-1.02.tar.gz +IO-Tty-1.03.tar.gz diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec index 6ffcf52..756169f 100644 --- a/perl-IO-Tty.spec +++ b/perl-IO-Tty.spec @@ -1,6 +1,6 @@ Name: perl-IO-Tty -Version: 1.02 -Release: 5%{?dist} +Version: 1.03 +Release: 1%{?dist} Summary: Perl interface to pseudo tty's License: GPL or Artistic @@ -10,6 +10,7 @@ Source0: http://www.cpan.org/authors/id/R/RG/RGIERSIG/IO-Tty-%{version}.t BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description IO::Tty and IO::Pty provide an interface to pseudo tty's. @@ -46,10 +47,14 @@ rm -rf $RPM_BUILD_ROOT %doc ChangeLog README %{perl_vendorarch}/auto/IO/ %{perl_vendorarch}/IO/ -%{_mandir}/man3/IO::*ty*.3* +%{_mandir}/man3/IO::*ty*.3pm* %changelog +* Tue May 9 2006 Jose Pedro Oliveira - 1.03-1 +- Update to 1.03. +- Taking maintainership. + * Tue Feb 14 2006 Ville Skyttä - 1.02-5 - Rebuild. diff --git a/sources b/sources index c09abf3..8d885dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -875a8bc6e0643f4fc892dbe113e43286 IO-Tty-1.02.tar.gz +785dbdb44432a2ac190de59a58f5d34b IO-Tty-1.03.tar.gz