diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec index cfc5dc9..72cd1f0 100644 --- a/perl-Module-Install.spec +++ b/perl-Module-Install.spec @@ -1,6 +1,6 @@ Name: perl-Module-Install Version: 0.68 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Standalone, extensible Perl module installer License: GPL+ or Artistic Group: Development/Libraries @@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Mar 5 2008 Tom "spot" Callaway 0.68-2 +- rebuild for new perl + * Mon Jan 28 2008 Steven Pritchard 0.68-1 - Update to 0.68. - Explicitly require Archive::Tar and ExtUtils::ParseXS.