rpms/perl-IO-Tty/F-10 perl-IO-Tty.spec,1.19,1.20 sources,1.7,1.8

Chris Weyl cweyl at fedoraproject.org
Sun May 17 06:24:15 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-IO-Tty/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9882

Modified Files:
	perl-IO-Tty.spec sources 
Log Message:
* Wed Feb 25 2009 Paul Howarth <paul at city-fan.org> - 1.08-1
- Update to 1.08 (add support for posix_openpt())
- Fix argument order for find with -depth



Index: perl-IO-Tty.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Tty/F-10/perl-IO-Tty.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- perl-IO-Tty.spec	2 Mar 2008 15:51:14 -0000	1.19
+++ perl-IO-Tty.spec	17 May 2009 06:23:45 -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 @@ rm -rf $RPM_BUILD_ROOT
 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 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Feb 25 2009 Paul Howarth <paul at city-fan.org> - 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 at redhat.com> - 1.07-5
 - Rebuild for perl 5.10 (again)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Tty/F-10/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	21 Jul 2006 14:36:52 -0000	1.7
+++ sources	17 May 2009 06:23:45 -0000	1.8
@@ -1 +1 @@
-2a54e49b60a4092e93af5b8073ec5325  IO-Tty-1.07.tar.gz
+e99d819a6f8c11ae105b770cc508a4fc  IO-Tty-1.08.tar.gz




More information about the scm-commits mailing list