From b933fd49b7db7089a2e731b099e4c9aa46f4f838 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Sep 27 2009 04:40:21 +0000 Subject: - add filtering - auto-update to 1.37 (by cpan-spec-update 0.01) - altered br on perl(Algorithm::Diff) (0 => 1.19) - added a new br on perl(Exporter) (version 0) - added a new br on perl(Test) (version 0) --- diff --git a/.cvsignore b/.cvsignore index 702914e..2009fc3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Text-Diff-0.35.tar.gz +Text-Diff-1.37.tar.gz diff --git a/perl-Text-Diff.spec b/perl-Text-Diff.spec index 1ae8592..e36539a 100644 --- a/perl-Text-Diff.spec +++ b/perl-Text-Diff.spec @@ -1,17 +1,21 @@ Name: perl-Text-Diff -Version: 0.35 -Release: 8%{?dist} +Version: 1.37 +Release: 1%{?dist} Summary: Perform diffs on files and record sets 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 +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Text-Diff-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Algorithm::Diff) +BuildRequires: perl(Algorithm::Diff) >= 1.19 BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Exporter) +BuildRequires: perl(Test) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description Text::Diff provides a basic set of services akin to the GNU diff utility. It is not anywhere near as feature complete as GNU diff, but it is better @@ -49,6 +53,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Sep 27 2009 Chris Weyl 1.37-1 +- add filtering +- auto-update to 1.37 (by cpan-spec-update 0.01) +- altered br on perl(Algorithm::Diff) (0 => 1.19) +- added a new br on perl(Exporter) (version 0) +- added a new br on perl(Test) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 0.35-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index fbd4992..e4e71e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4931662ea353384dec2a54a71b26ee8c Text-Diff-0.35.tar.gz +52c1cba785ecfbbca242b57742173665 Text-Diff-1.37.tar.gz