[perl-Encode] Consider Filter::Util::Call dependency as mandatory

Petr Pisar ppisar at fedoraproject.org
Wed Nov 19 08:30:06 UTC 2014


commit ae6ab5a0f91b32404f5bae3205e83776f126c94e
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Nov 18 17:12:38 2014 +0100

    Consider Filter::Util::Call dependency as mandatory

 perl-Encode.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-Encode.spec b/perl-Encode.spec
index 0555c47..008fcae 100644
--- a/perl-Encode.spec
+++ b/perl-Encode.spec
@@ -1,7 +1,7 @@
 Name:           perl-Encode
 Epoch:          2
 Version:        2.64
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Character encodings in Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,7 +18,7 @@ BuildRequires:  perl(bytes)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter) >= 5.57
-# Filter::Util::Call is optional
+BuildRequires:  perl(Filter::Util::Call)
 BuildRequires:  perl(Getopt::Long)
 # I18N::Langinfo is optional
 BuildRequires:  perl(MIME::Base64)
@@ -49,6 +49,8 @@ BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Tie::Scalar)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+# Consider Filter::Util::Call as mandatory, bug #1165183, CPAN RT#100427
+Requires:       perl(Filter::Util::Call)
 Requires:       perl(parent) >= 0.221
 
 %{?perl_default_filter}
@@ -113,6 +115,9 @@ make test
 %{perl_vendorarch}/Encode/encode.h
 
 %changelog
+* Tue Nov 18 2014 Petr Pisar <ppisar at redhat.com> - 2:2.64-2
+- Consider Filter::Util::Call dependency as mandatory (bug #1165183)
+
 * Mon Nov 03 2014 Petr Pisar <ppisar at redhat.com> - 2:2.64-1
 - 2.64 bump
 



More information about the perl-devel mailing list