[perl-B-Lint] Correct typo in dependencies

Petr Pisar ppisar at fedoraproject.org
Tue May 28 14:00:52 UTC 2013


commit 76f2d787fcc0f12d188d6d259c475fe4a912e3cf
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue May 28 16:00:25 2013 +0200

    Correct typo in dependencies

 perl-B-Lint.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-B-Lint.spec b/perl-B-Lint.spec
index 219ab94..0cb22ca 100644
--- a/perl-B-Lint.spec
+++ b/perl-B-Lint.spec
@@ -1,6 +1,6 @@
 Name:           perl-B-Lint
 Version:        1.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl lint
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -14,7 +14,7 @@ BuildRequires:  perl(B)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 %if 0%(perl -e 'print $] > 5.017')
-BuildRequires:  perl(deprecated)
+BuildRequires:  perl(deprecate)
 %endif
 BuildRequires:  perl(if)
 BuildRequires:  perl(List::Util)
@@ -29,7 +29,7 @@ BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(constant)
 %if 0%(perl -e 'print $] > 5.017')
-Requires:       perl(deprecated)
+Requires:       perl(deprecate)
 %endif
 
 %description
@@ -60,5 +60,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 28 2013 Petr Pisar <ppisar at redhat.com> - 1.17-2
+- Correct typo in dependencies
+
 * Wed Jan 30 2013 Petr Pisar <ppisar at redhat.com> 1.17-1
 - Specfile autogenerated by cpanspec 1.78.


More information about the scm-commits mailing list