diff --git a/perl-Text-Diff.spec b/perl-Text-Diff.spec index 98ff46c..6099d09 100644 --- a/perl-Text-Diff.spec +++ b/perl-Text-Diff.spec @@ -1,8 +1,8 @@ Name: perl-Text-Diff Version: 0.35 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perform diffs on files and record sets -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Diff/ Source0: http://www.cpan.org/authors/id/R/RB/RBS/Text-Diff-%{version}.tar.gz @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Jan 24 2008 Tom "spot" Callaway 0.35-5 +- rebuild for new perl + * Wed Apr 18 2007 Steven Pritchard 0.35-4 - Use fixperms macro instead of our own chmod incantation. - BR ExtUtils::MakeMaker.