Author: pghmcfc Update of /cvs/pkgs/rpms/perl-IO-Tty/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18563 Modified Files: .cvsignore perl-IO-Tty.spec sources Log Message: - Update to 1.08 (add support for posix_openpt()) - Fix argument order for find with -depth Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Tty/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 21 Jul 2006 14:36:52 -0000 1.7 +++ .cvsignore 25 Feb 2009 21:57:36 -0000 1.8 @@ -1 +1 @@ -IO-Tty-1.07.tar.gz +IO-Tty-1.08.tar.gz Index: perl-IO-Tty.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Tty/devel/perl-IO-Tty.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- perl-IO-Tty.spec 2 Mar 2008 15:51:14 -0000 1.19 +++ perl-IO-Tty.spec 25 Feb 2009 21:57:36 -0000 1.20 @@ -1,6 +1,6 @@ Name: perl-IO-Tty -Version: 1.07 -Release: 5%{?dist} +Version: 1.08 +Release: 1%{?dist} Summary: Perl interface to pseudo tty's License: GPL+ or Artistic @@ -30,7 +30,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -51,6 +51,10 @@ %changelog +* Wed Feb 25 2009 Paul Howarth <paul@xxxxxxxxxxxx> - 1.08-1 +- Update to 1.08 (add support for posix_openpt()) +- Fix argument order for find with -depth + * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> - 1.07-5 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Tty/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 21 Jul 2006 14:36:52 -0000 1.7 +++ sources 25 Feb 2009 21:57:36 -0000 1.8 @@ -1 +1 @@ -2a54e49b60a4092e93af5b8073ec5325 IO-Tty-1.07.tar.gz +e99d819a6f8c11ae105b770cc508a4fc IO-Tty-1.08.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list