[perl-File-CheckTree] Correct typo in dependencies

Petr Pisar ppisar at fedoraproject.org
Tue May 28 13:46:19 UTC 2013


commit 4dc4825241e5ec6e5606d3fcf4eb31192b8dbbf2
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue May 28 15:44:45 2013 +0200

    Correct typo in dependencies

 perl-File-CheckTree.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-File-CheckTree.spec b/perl-File-CheckTree.spec
index 849be92..958b497 100644
--- a/perl-File-CheckTree.spec
+++ b/perl-File-CheckTree.spec
@@ -1,6 +1,6 @@
 Name:           perl-File-CheckTree
 Version:        4.42
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Run many file-test checks on a tree
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -14,7 +14,7 @@ BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Cwd)
 %if 0%(perl -e 'print $] > 5.017')
-BuildRequires:  perl(deprecated)
+BuildRequires:  perl(deprecate)
 %endif
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec)
@@ -24,7 +24,7 @@ BuildRequires:  perl(overload)
 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,5 +59,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 28 2013 Petr Pisar <ppisar at redhat.com> - 4.42-2
+- Correct typo in dependencies
+
 * Fri Feb 08 2013 Petr Pisar <ppisar at redhat.com> 4.42-1
 - Specfile autogenerated by cpanspec 1.78.


More information about the scm-commits mailing list