From b0546bca130b63129cb13f403d66f293d028c154 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 25 Jan 2008 02:47:08 +0000 Subject: [PATCH] Rebuild for new perl --- perl-Text-Diff.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.