diff --git a/perl-ExtUtils-CBuilder.spec b/perl-ExtUtils-CBuilder.spec index 9516ca4..3f05a4e 100644 --- a/perl-ExtUtils-CBuilder.spec +++ b/perl-ExtUtils-CBuilder.spec @@ -1,6 +1,6 @@ Name: perl-ExtUtils-CBuilder Version: 0.21 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compile and link C code for Perl modules License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Feb 5 2008 Tom "spot" Callaway 0.21-2 +- rebuild for new perl + * Tue Dec 11 2007 Steven Pritchard 0.21-1 - Update to 0.21. - Use fixperms macro instead of our own chmod incantation.