[perl-Text-Soundex] Correct typo in dependencies

Petr Pisar ppisar at fedoraproject.org
Tue May 28 12:26:25 UTC 2013


commit 48a4f8bf97fca4ff92edd498c976ee625e3ede24
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue May 28 14:26:06 2013 +0200

    Correct typo in dependencies

 perl-Text-Soundex.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
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 <ppisar at redhat.com> - 3.04-2
+- Correct typo in dependencies
+
 * Mon Mar 04 2013 Petr Pisar <ppisar at redhat.com> - 3.04-1
 - 3.04 bump
 


More information about the scm-commits mailing list