[perl-Term-UI] Correct typo in dependencies

Petr Pisar ppisar at fedoraproject.org
Tue May 28 13:40:14 UTC 2013


commit d11fa67e5fd68722f3f3b730c4cbe96a297a6d8f
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue May 28 15:39:43 2013 +0200

    Correct typo in dependencies

 perl-Term-UI.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-Term-UI.spec b/perl-Term-UI.spec
index bc4e58e..266afcd 100644
--- a/perl-Term-UI.spec
+++ b/perl-Term-UI.spec
@@ -1,6 +1,6 @@
 Name:           perl-Term-UI
 Version:        0.34
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Term::ReadLine user interface made easy
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -14,7 +14,7 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 %if 0%(perl -e 'print $] > 5.017')
-BuildRequires:  perl(deprecated)
+BuildRequires:  perl(deprecate)
 %endif
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(if)
@@ -30,7 +30,7 @@ BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 %if 0%(perl -e 'print $] > 5.017')
-Requires:       perl(deprecated)
+Requires:       perl(deprecate)
 %endif
 
 %description
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 28 2013 Petr Pisar <ppisar at redhat.com> - 0.34-2
+- Correct typo in dependencies
+
 * Fri Jan 25 2013 Petr Pisar <ppisar at redhat.com> 0.34-1
 - Specfile autogenerated by cpanspec 1.78.
 - Require deprecated module if needed



More information about the perl-devel mailing list