This commit is contained in:
Dennis Gilmore 2011-02-08 19:34:19 -06:00
parent eeed77fd4d
commit 2aa45328aa

View File

@ -1,6 +1,6 @@
Name: perl-IO-Tty
Version: 1.10
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Perl interface to pseudo tty's
License: GPL+ or Artistic
@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Tue Dec 28 2010 Steven Pritchard <steve@kspei.com> 1.10-1
- Update to 1.10.
- Use fixperms macro instead of our own chmod incantation.