[perl-Archive-Extract] Correct typo in dependencies

Petr Pisar ppisar at fedoraproject.org
Tue May 28 13:52:59 UTC 2013


commit e3051fe18d0ceed650d7e09b3803e16e645ddb86
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue May 28 15:52:38 2013 +0200

    Correct typo in dependencies

 perl-Archive-Extract.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-Archive-Extract.spec b/perl-Archive-Extract.spec
index b8ddce1..acc2362 100644
--- a/perl-Archive-Extract.spec
+++ b/perl-Archive-Extract.spec
@@ -2,7 +2,7 @@ Name:           perl-Archive-Extract
 # Epoch to compete with core module from perl.spec
 Epoch:          1
 Version:        0.68
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Generic archive extracting mechanism
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -17,7 +17,7 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Cwd)
 %if 0%(perl -e 'print $] > 5.017')
-BuildRequires:  perl(deprecated)
+BuildRequires:  perl(deprecate)
 %endif
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Path)
@@ -38,7 +38,7 @@ BuildRequires:  perl(Test::More)
 # install what he needs.
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 %if 0%(perl -e 'print $] > 5.017')
-Requires:       perl(deprecated)
+Requires:       perl(deprecate)
 %endif
 Requires:       perl(File::Spec) >= 0.82
 Requires:       perl(IPC::Cmd) >= 0.64
@@ -76,6 +76,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 28 2013 Petr Pisar <ppisar at redhat.com> - 1:0.68-2
+- Correct typo in dependencies
+
 * Fri Mar 15 2013 Petr Pisar <ppisar at redhat.com> - 1:0.68-1
 - 0.68 bump
 


More information about the scm-commits mailing list