Rebuild for new perl

This commit is contained in:
Tom Callaway 2008-02-06 02:12:39 +00:00
parent 4a3a7d4819
commit 027c8d0a44

View File

@ -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 <tcallawa@redhat.com> 0.21-2
- rebuild for new perl
* Tue Dec 11 2007 Steven Pritchard <steve@kspei.com> 0.21-1
- Update to 0.21.
- Use fixperms macro instead of our own chmod incantation.