From 48a4f8bf97fca4ff92edd498c976ee625e3ede24 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: May 28 2013 12:26:06 +0000 Subject: Correct typo in dependencies --- diff --git a/perl-Text-Soundex.spec b/perl-Text-Soundex.spec index ead78c4..4e41a1d 100644 --- a/perl-Text-Soundex.spec +++ b/perl-Text-Soundex.spec @@ -1,6 +1,6 @@ Name: perl-Text-Soundex Version: 3.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of the soundex algorithm License: Copyright only Group: Development/Libraries @@ -11,8 +11,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) # Run-time: # Carp not needed for tests -%if 0%(perl -e 'print $] > 5.017') -BuildRequires: perl(deprecated) +%if 0%(perl -e 'print $] > 5.016') +BuildRequires: perl(deprecate) %endif BuildRequires: perl(Exporter) BuildRequires: perl(if) @@ -20,8 +20,8 @@ BuildRequires: perl(if) BuildRequires: perl(XSLoader) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) -%if 0%(perl -e 'print $] > 5.017') -Requires: perl(deprecated) +%if 0%(perl -e 'print $] > 5.016') +Requires: perl(deprecate) %endif Requires: perl(Text::Unidecode) @@ -56,6 +56,9 @@ make test %{_mandir}/man3/* %changelog +* Tue May 28 2013 Petr Pisar - 3.04-2 +- Correct typo in dependencies + * Mon Mar 04 2013 Petr Pisar - 3.04-1 - 3.04 bump