[perl-Finance-Quote] update to 1.20

Bill Nottingham notting at fedoraproject.org
Mon Feb 17 16:35:04 UTC 2014


commit 024d03a472ec7ab76dca25bcf1d3866d0cc4439a
Author: Bill Nottingham <notting at redhat.com>
Date:   Mon Feb 17 11:35:39 2014 -0500

    update to 1.20

 .gitignore              |    2 +-
 perl-Finance-Quote.spec |   11 +++++++----
 sources                 |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1dc5d34..0fe8b55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Finance-Quote-1.17.tar.gz
+/Finance-Quote-1.20.tar.gz
diff --git a/perl-Finance-Quote.spec b/perl-Finance-Quote.spec
index 1ab5556..3c6bb1f 100644
--- a/perl-Finance-Quote.spec
+++ b/perl-Finance-Quote.spec
@@ -1,12 +1,11 @@
 Name:		perl-Finance-Quote
-Version:        1.17
-Release: 	13%{?dist}
+Version:        1.20
+Release: 	1%{?dist}
 Summary:        A Perl module that retrieves stock and mutual fund quotes
 Group:          Development/Libraries
 License:        GPLv2+
 URL:		http://finance-quote.sourceforge.net/
 Source0:	http://prdownloads.sourceforge.net/finance-quote/Finance-Quote-%{version}.tar.gz
-Patch0:		tiaa-cref.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -17,6 +16,7 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(CGI)
 BuildRequires:	perl(Crypt::SSLeay)
 BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Date::Calc)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(HTML::Parser)
@@ -25,6 +25,7 @@ BuildRequires:  perl(HTML::TreeBuilder)
 BuildRequires:  perl(HTTP::Headers)
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Status)
+BuildRequires:  perl(JSON)
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:	perl(LWP::UserAgent)
 BuildRequires:  perl(URI)
@@ -40,7 +41,6 @@ using various source.
 
 %prep
 %setup -q -n Finance-Quote-%{version} 
-%patch0 -p2
 find . -name *.pm | xargs %{__sed} -i -e '/^#!.*\/usr\/bin\/perl/d'
 
 %build
@@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Feb 17 2014 Bill Nottingham <notting at redhat.com> - 1.20-1
+- update to 1.20
+
 * Sun Aug 04 2013 Petr Pisar <ppisar at redhat.com> - 1.17-13
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 054e80f..95d0015 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-446dba3837ffa395bffdea268824e0c1  Finance-Quote-1.17.tar.gz
+1cc20330f383a780685ed72e1b286606  Finance-Quote-1.20.tar.gz



More information about the perl-devel mailing list