Consider Filter::Util::Call dependency as mandatory

This commit is contained in:
Petr Písař 2014-11-18 17:12:38 +01:00
parent 6be65ea361
commit ae6ab5a0f9

View File

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