[perl-Finance-Quote] Update to 1.37

Paul Howarth pghmcfc at fedoraproject.org
Mon Feb 2 12:00:51 UTC 2015


commit 0c6324eb2b8cf26a13e1f606c4ba330d07961457
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Feb 2 11:51:39 2015 +0000

    Update to 1.37
    
    - New upstream release 1.37
      - MorningstarJP: changed dependency from Date::Calc to DateTime
      - Modified 00-use.t to show more info
      - Remove Crypt::SSLeay dependency in favour of LWP::Protocol::https
      - Updated HU.pm and test file to current website

 perl-Finance-Quote.spec |   21 +++++++++++----------
 sources                 |    2 +-
 2 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/perl-Finance-Quote.spec b/perl-Finance-Quote.spec
index 8455355..9588703 100644
--- a/perl-Finance-Quote.spec
+++ b/perl-Finance-Quote.spec
@@ -1,5 +1,5 @@
 Name:           perl-Finance-Quote
-Version:        1.35
+Version:        1.37
 Release:        1%{?dist}
 Summary:        A Perl module that retrieves stock and mutual fund quotes
 License:        GPLv2+
@@ -8,14 +8,13 @@ Source0:        http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quot
 BuildArch:      noarch
 # Module Build
 BuildRequires:  perl >= 4:5.10.0
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module Runtime
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(CGI)
 BuildRequires:  perl(constant)
-BuildRequires:  perl(Crypt::SSLeay)
-BuildRequires:  perl(Date::Calc)
+BuildRequires:  perl(DateTime)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(HTML::Parser)
@@ -27,11 +26,11 @@ BuildRequires:  perl(HTTP::Headers)
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Status)
 BuildRequires:  perl(JSON)
+BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Mozilla::CA)
 BuildRequires:  perl(POSIX)
-BuildRequires:  perl(Storable)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Time::Piece)
 BuildRequires:  perl(URI)
@@ -43,15 +42,10 @@ BuildRequires:  perl(warnings)
 # Test Suite
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
 # Runtime
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
-# Make sure we have SSL support for LWP (#859607)
-BuildRequires:  perl(LWP::Protocol::https)
-Requires:       perl(LWP::Protocol::https)
-
 %description
 This module retrieves stock and mutual fund quotes from various exchanges
 using various source.
@@ -136,6 +130,13 @@ make test
 %{_mandir}/man3/Finance::Quote::ZA_UnitTrusts.3*
 
 %changelog
+* Mon Feb  2 2015 Paul Howarth <paul at city-fan.org> - 1.37-1
+- Update to 1.37
+  - MorningstarJP: changed dependency from Date::Calc to DateTime
+  - Modified 00-use.t to show more info
+  - Remove Crypt::SSLeay dependency in favour of LWP::Protocol::https
+  - Updated HU.pm and test file to current website
+
 * Fri Nov 14 2014 Paul Howarth <paul at city-fan.org> - 1.35-1
 - Update to 1.35
 - Clean up and modernize spec somewhat (can't build for EL < 7 as the module
diff --git a/sources b/sources
index 1471e37..9172d28 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c81980d5266d94e51ce83f94a3315261  Finance-Quote-1.35.tar.gz
+24a0c2c9aea98127c6e3742fc80218f1  Finance-Quote-1.37.tar.gz


More information about the scm-commits mailing list