Hello community,

here is the log from the commit of package perl-Finance-Quote for 
openSUSE:Factory checked in at 2020-10-26 16:20:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Finance-Quote (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Finance-Quote.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Finance-Quote"

Mon Oct 26 16:20:06 2020 rev:35 rq:843870 version:1.49

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Finance-Quote/perl-Finance-Quote.changes    
2018-07-25 16:14:10.438048023 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Finance-Quote.new.3463/perl-Finance-Quote.changes
  2020-10-26 16:21:02.871163613 +0100
@@ -1,0 +2,35 @@
+Tue Aug 27 16:22:23 UTC 2019 - Pedro Monreal Gonzalez 
<pmonrealgonza...@suse.com>
+
+- Use metacpan for URL and sources file
+
+-------------------------------------------------------------------
+Tue Aug  6 21:29:48 CEST 2019 - sbra...@suse.com
+
+- Update to version 1.49:
+  * Alphavantage: Removed Time::HiRes dependency due to mswin32
+    not supporting clock_gettime calls.
+  * Alphavantage: Add a waiting mechanism to comply to
+    alphavantage use terms
+  * Alphavantage: Added several stock exchange support and
+    currency
+  * Updated modules: Union, Deka, Indiamutual, ASX, Yahoojson,
+    TSP, AEX, Fool
+  * New modules: IEXTrading, MorningstarAU, MorningstarCH,
+    IEXCloud
+  * Yahoo: removed modules referring to yahoo API, which yahoo
+    stopped
+  * BUGFIX: 'use of uninitialized value' returned by perl could
+    make gnucash fail when more than 15 quotes where requested
+  * BUGFIX: MS Windows does not support %T in strftime call
+  * Added new documentation files: Release.txt, Hackers-Guide,
+    Modules-README.yml
+  * We started moving known failing tests into TODO blocks
+  * This release is the result of hard work by Bruce Schuck,
+    Vincent Lucarelli, Pieter-Jan Vandormael, Manuel Friedli,
+    Jalon Avens, Chris Good, Mark J. Cox, Eelco Dolstra, Henrik
+    Ahlgren, Vinay Shastry, Mike Alexander, Erik Colson.
+  * Special thanks go to Bruce Schuck and Vincent Lucarelli
+    which joined the maintainers team!
+- Use Sourceforge as home and download site.
+
+-------------------------------------------------------------------
@@ -10,0 +46,6 @@
+
+-------------------------------------------------------------------
+Fri Apr  6 17:06:17 CEST 2018 - sbra...@suse.com
+
+- Change license to GPL-3.0-or-later (MorningstarJP.pm).
+- Clean spec file by spec-cleaner.

Old:
----
  Finance-Quote-1.47.tar.gz

New:
----
  Finance-Quote-1.49.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Finance-Quote.spec ++++++
--- /var/tmp/diff_new_pack.ApaNz6/_old  2020-10-26 16:21:04.943165280 +0100
+++ /var/tmp/diff_new_pack.ApaNz6/_new  2020-10-26 16:21:04.947165283 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Finance-Quote
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,31 +12,29 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define cpan_name Finance-Quote
 Name:           perl-Finance-Quote
-Version:        1.47
+Version:        1.49
 Release:        0
-#Upstream: GPL-1.0+
-%define cpan_name Finance-Quote
 Summary:        Get stock and mutual fund quotes from various exchanges
-License:        GPL-3.0-or-later
+License:        GPL-2.0-or-later AND GPL-3.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Finance-Quote/
-Source0:        
http://www.cpan.org/authors/id/E/EC/ECOCODE/%{cpan_name}-%{version}.tar.gz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/E/EC/ECOCODE/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 Patch2:         perl-Finance-Quote-66235-Cdnfundlibrary-row.patch
 Patch3:         perl-Finance-Quote-debian-03_whatis.patch
 Patch5:         perl-Finance-Quote-debian-06_seb.patch
 Patch6:         perl-Finance-Quote-debian-10_whatis.patch
-BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CGI)
 BuildRequires:  perl(DateTime)
+BuildRequires:  perl(DateTime::Format::Strptime)
 BuildRequires:  perl(HTML::Parser)
 BuildRequires:  perl(HTML::TableExtract)
 BuildRequires:  perl(HTML::TokeParser)
@@ -46,15 +44,19 @@
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Status)
 BuildRequires:  perl(JSON)
+BuildRequires:  perl(JSON::Parse)
 BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:  perl(LWP::UserAgent)
+BuildRequires:  perl(String::Util)
+BuildRequires:  perl(Text::Template)
 BuildRequires:  perl(Time::Piece)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(URI::QueryParam)
 Requires:       perl(CGI)
 Requires:       perl(DateTime)
+Requires:       perl(DateTime::Format::Strptime)
 Requires:       perl(HTML::Parser)
 Requires:       perl(HTML::TableExtract)
 Requires:       perl(HTML::TokeParser)
@@ -64,13 +66,17 @@
 Requires:       perl(HTTP::Request::Common)
 Requires:       perl(HTTP::Status)
 Requires:       perl(JSON)
+Requires:       perl(JSON::Parse)
 Requires:       perl(LWP::Protocol::https)
 Requires:       perl(LWP::Simple)
 Requires:       perl(LWP::UserAgent)
+Requires:       perl(String::Util)
+Requires:       perl(Text::Template)
 Requires:       perl(Time::Piece)
 Requires:       perl(URI)
 Requires:       perl(URI::Escape)
 Requires:       perl(URI::QueryParam)
+BuildArch:      noarch
 %{perl_requires}
 
 %description
@@ -84,7 +90,7 @@
 returned as a two-dimensional hash (or a reference to such a hash, if
 called in a scalar context). For example:
 
-    %info = $q->fetch("australia","CML");
+    %%info = $q->fetch("australia","CML");
     print "The price of CML is ".$info{"CML","price"};
 
 The first part of the hash (eg, "CML") is referred to as the stock. The
@@ -99,11 +105,11 @@
 %patch6
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make %{?_smp_mflags} test
 
 %install
 %perl_make_install
@@ -112,6 +118,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog.1 Changes LICENSE README
+%license LICENSE
+%doc ChangeLog.1 Changes README
 
 %changelog

++++++ Finance-Quote-1.47.tar.gz -> Finance-Quote-1.49.tar.gz ++++++
++++ 5814 lines of diff (skipped)


Reply via email to