perl rebuild, third small chain

This commit is contained in:
Tom Callaway 2008-02-28 13:07:47 +00:00
parent fefc559b29
commit 403b17e1bd

View File

@ -1,6 +1,6 @@
Name: perl-Sub-Uplevel
Version: 0.1901
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Apparently run a function in a higher stack frame
License: GPL+ or Artistic
Group: Development/Libraries
@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.1901-2
- Rebuild for perl 5.10 (again)
* Wed Feb 20 2008 Steven Pritchard <steve@kspei.com> 0.1901-1
- Update to 0.1901.
- Use fixperms macro instead of our own chmod incantation.