[perl-Finance-Quote] Add missing requires that causes some quotes to fail. (#859607)

Bill Nottingham notting at fedoraproject.org
Tue Feb 18 20:10:46 UTC 2014


commit aebdbe8bd39afc0cb8b67bc821ea87fd91198721
Author: Bill Nottingham <notting at redhat.com>
Date:   Tue Feb 18 15:10:49 2014 -0500

    Add missing requires that causes some quotes to fail. (#859607)

 perl-Finance-Quote.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-Finance-Quote.spec b/perl-Finance-Quote.spec
index 3c6bb1f..eab4dfa 100644
--- a/perl-Finance-Quote.spec
+++ b/perl-Finance-Quote.spec
@@ -1,6 +1,6 @@
 Name:		perl-Finance-Quote
 Version:        1.20
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:        A Perl module that retrieves stock and mutual fund quotes
 Group:          Development/Libraries
 License:        GPLv2+
@@ -9,8 +9,9 @@ Source0:	http://prdownloads.sourceforge.net/finance-quote/Finance-Quote-%{versio
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+# because it doesn't get automatically added (#859607)
+Requires:       perl(LWP::Protocol::https)
 BuildRequires:  perl(inc::Module::Install)
-# Run-time
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(CGI)
@@ -23,11 +24,13 @@ BuildRequires:  perl(HTML::Parser)
 BuildRequires:	perl(HTML::TableExtract)
 BuildRequires:  perl(HTML::TreeBuilder)
 BuildRequires:  perl(HTTP::Headers)
+BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Status)
 BuildRequires:  perl(JSON)
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:	perl(LWP::UserAgent)
+BuildRequires:  perl(Mozilla::CA)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::QueryParam)
 # Tests
@@ -60,7 +63,6 @@ make test
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog* Documentation/*
@@ -68,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Feb 18 2014 Bill Nottingham <notting at redhat.com> - 1.20-2
+- add missing https requires (#859607)
+
 * Mon Feb 17 2014 Bill Nottingham <notting at redhat.com> - 1.20-1
 - update to 1.20
 



More information about the perl-devel mailing list