diff --git a/perl-Sub-Uplevel.spec b/perl-Sub-Uplevel.spec index 60be1c9..becdc09 100644 --- a/perl-Sub-Uplevel.spec +++ b/perl-Sub-Uplevel.spec @@ -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 - 0.1901-2 +- Rebuild for perl 5.10 (again) + * Wed Feb 20 2008 Steven Pritchard 0.1901-1 - Update to 0.1901. - Use fixperms macro instead of our own chmod incantation.