commit perl-Finance-Quote for openSUSE:Factory

2020-10-26 Thread root
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 

+
+- 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:  

commit perl-Finance-Quote for openSUSE:Factory

2018-07-25 Thread root
Hello community,

here is the log from the commit of package perl-Finance-Quote for 
openSUSE:Factory checked in at 2018-07-25 16:14:05

Comparing /work/SRC/openSUSE:Factory/perl-Finance-Quote (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Finance-Quote.new (New)


Package is "perl-Finance-Quote"

Wed Jul 25 16:14:05 2018 rev:34 rq:625141 version:1.47

Changes:

--- /work/SRC/openSUSE:Factory/perl-Finance-Quote/perl-Finance-Quote.changes
2018-06-20 15:26:53.783785545 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Finance-Quote.new/perl-Finance-Quote.changes   
2018-07-25 16:14:10.438048023 +0200
@@ -1,0 +2,5 @@
+Tue Jul 24 06:35:01 UTC 2018 - sbra...@suse.com
+
+- Fix dependencies. Require perl(CGI) (boo#1077300).
+
+---



Other differences:
--
++ perl-Finance-Quote.spec ++
--- /var/tmp/diff_new_pack.G0Dl6L/_old  2018-07-25 16:14:11.062049247 +0200
+++ /var/tmp/diff_new_pack.G0Dl6L/_new  2018-07-25 16:14:11.062049247 +0200
@@ -53,6 +53,7 @@
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(URI::QueryParam)
+Requires:   perl(CGI)
 Requires:   perl(DateTime)
 Requires:   perl(HTML::Parser)
 Requires:   perl(HTML::TableExtract)




commit perl-Finance-Quote for openSUSE:Factory

2018-06-20 Thread root
Hello community,

here is the log from the commit of package perl-Finance-Quote for 
openSUSE:Factory checked in at 2018-06-20 15:26:51

Comparing /work/SRC/openSUSE:Factory/perl-Finance-Quote (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Finance-Quote.new (New)


Package is "perl-Finance-Quote"

Wed Jun 20 15:26:51 2018 rev:33 rq:617446 version:1.47

Changes:

--- /work/SRC/openSUSE:Factory/perl-Finance-Quote/perl-Finance-Quote.changes
2017-08-24 18:52:40.263121394 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Finance-Quote.new/perl-Finance-Quote.changes   
2018-06-20 15:26:53.783785545 +0200
@@ -1,0 +2,23 @@
+Tue Jun 12 21:47:44 UTC 2018 - astie...@suse.com
+
+- Change package license to GPL-3.0-or-later:
+  MorningstarJP.pm carries this license
+
+---
+Fri Mar 23 01:08:43 CET 2018 - sbra...@suse.com
+
+- Update to version 1.47 (boo#1077300):
+  * Yahoojson: module adapted to new URL and returned json
+  * Added currencies for .SA (Brazil) and .TO (Canada/Toronto)
+markets
+  * Added currency for .DE market
+  * BUGFIX in currency determination regex
+  * BUG resolved: removed time from $last_refresh when markets are
+open
+  * added AlphaVantage module (Matthew Patterson)
+  * some other module changes: yahoojson, Morningstar, Bourso, TSX
+(not working)
+  * Use AlphaVantage for currency quotes instead of Yahoo
+- Drop perl-Finance-Quote-debian-04_deka.patch (module rewritten).
+
+---

Old:

  Finance-Quote-1.38.tar.gz
  perl-Finance-Quote-debian-04_deka.patch

New:

  Finance-Quote-1.47.tar.gz



Other differences:
--
++ perl-Finance-Quote.spec ++
--- /var/tmp/diff_new_pack.6fhCeG/_old  2018-06-20 15:26:54.531758412 +0200
+++ /var/tmp/diff_new_pack.6fhCeG/_new  2018-06-20 15:26:54.531758412 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Finance-Quote
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,19 +17,18 @@
 
 
 Name:   perl-Finance-Quote
-Version:1.38
+Version:1.47
 Release:0
 #Upstream: GPL-1.0+
 %define cpan_name Finance-Quote
 Summary:Get stock and mutual fund quotes from various exchanges
-License:GPL-2.0+
+License: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
 Source1:cpanspec.yml
 Patch2: perl-Finance-Quote-66235-Cdnfundlibrary-row.patch
 Patch3: perl-Finance-Quote-debian-03_whatis.patch
-Patch4: perl-Finance-Quote-debian-04_deka.patch
 Patch5: perl-Finance-Quote-debian-06_seb.patch
 Patch6: perl-Finance-Quote-debian-10_whatis.patch
 BuildArch:  noarch
@@ -95,7 +94,6 @@
 find . -type f -print0 | xargs -0 chmod 644
 %patch2 -p1
 %patch3 
-%patch4 
 %patch5 
 %patch6
 

++ Finance-Quote-1.38.tar.gz -> Finance-Quote-1.47.tar.gz ++
 2526 lines of diff (skipped)

++ cpanspec.yml ++
--- /var/tmp/diff_new_pack.6fhCeG/_old  2018-06-20 15:26:54.671753334 +0200
+++ /var/tmp/diff_new_pack.6fhCeG/_new  2018-06-20 15:26:54.671753334 +0200
@@ -20,7 +20,7 @@
 # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
 #post_install: |-
 # sed on %{name}.files
-license: GPL-2.0+
+license: GPL-3.0-or-later
 #skip_noarch: 1
 #custom_build: -
 #./Build build flags=%{?_smp_mflags} --myflag




commit perl-Finance-Quote for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package perl-Finance-Quote for 
openSUSE:Factory checked in at 2017-08-24 18:52:35

Comparing /work/SRC/openSUSE:Factory/perl-Finance-Quote (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Finance-Quote.new (New)


Package is "perl-Finance-Quote"

Thu Aug 24 18:52:35 2017 rev:32 rq:516823 version:1.38

Changes:

--- /work/SRC/openSUSE:Factory/perl-Finance-Quote/perl-Finance-Quote.changes
2016-08-12 15:44:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Finance-Quote.new/perl-Finance-Quote.changes   
2017-08-24 18:52:40.263121394 +0200
@@ -1,0 +2,13 @@
+Fri Aug  4 20:54:02 UTC 2017 - jcnen...@gmail.com
+
+- Update to 1.38
+  * module updates: tiaacref, yahooJSON, FTfunds, MStaruk,
+USFedBonds, GoldMoney
+  * new modules: fidelityfixed (Peter Ratzlaff), yahooYQL
+  * removed modules: MTGox
+  * more tests: yahoo_speed.t, tiaacref.t
+- Drop perl-Finance-Quote-64897-0001-adopted-to-site-changes.patch,
+  perl-Finance-Quote-64897-0002-support-palladium-lookup.patch,
+  perl-Finance-Quote-goldmoney-decimal-point.patch
+
+---

Old:

  Finance-Quote-1.37.tar.gz
  perl-Finance-Quote-64897-0001-adopted-to-site-changes.patch
  perl-Finance-Quote-64897-0002-support-palladium-lookup.patch
  perl-Finance-Quote-goldmoney-decimal-point.patch

New:

  Finance-Quote-1.38.tar.gz



Other differences:
--
++ perl-Finance-Quote.spec ++
--- /var/tmp/diff_new_pack.lJJjTC/_old  2017-08-24 18:52:42.738772809 +0200
+++ /var/tmp/diff_new_pack.lJJjTC/_new  2017-08-24 18:52:42.746771682 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Finance-Quote
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Finance-Quote
-Version:1.37
+Version:1.38
 Release:0
 #Upstream: GPL-1.0+
 %define cpan_name Finance-Quote
@@ -27,14 +27,11 @@
 Url:http://search.cpan.org/dist/Finance-Quote/
 Source0:
http://www.cpan.org/authors/id/E/EC/ECOCODE/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
-Patch0: perl-Finance-Quote-64897-0001-adopted-to-site-changes.patch
-Patch1: perl-Finance-Quote-64897-0002-support-palladium-lookup.patch
 Patch2: perl-Finance-Quote-66235-Cdnfundlibrary-row.patch
 Patch3: perl-Finance-Quote-debian-03_whatis.patch
 Patch4: perl-Finance-Quote-debian-04_deka.patch
 Patch5: perl-Finance-Quote-debian-06_seb.patch
 Patch6: perl-Finance-Quote-debian-10_whatis.patch
-Patch7: perl-Finance-Quote-goldmoney-decimal-point.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -96,14 +93,11 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
-%patch0 -p1
-%patch1 -p1
 %patch2 -p1
 %patch3 
 %patch4 
 %patch5 
 %patch6 
-%patch7 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Finance-Quote-1.37.tar.gz -> Finance-Quote-1.38.tar.gz ++
 3100 lines of diff (skipped)

++ perl-Finance-Quote-debian-03_whatis.patch ++
--- /var/tmp/diff_new_pack.lJJjTC/_old  2017-08-24 18:52:43.398679890 +0200
+++ /var/tmp/diff_new_pack.lJJjTC/_new  2017-08-24 18:52:43.414677638 +0200
@@ -96,7 +96,7 @@
 ===
 --- lib/Finance/Quote/USFedBonds.pm.orig
 +++ lib/Finance/Quote/USFedBonds.pm
-@@ -163,9 +163,7 @@ sub treasury {
+@@ -168,9 +168,7 @@ sub treasury {
  
  =head1 NAME
  




commit perl-Finance-Quote for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Finance-Quote for 
openSUSE:Factory checked in at 2016-08-12 15:44:04

Comparing /work/SRC/openSUSE:Factory/perl-Finance-Quote (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Finance-Quote.new (New)


Package is "perl-Finance-Quote"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Finance-Quote/perl-Finance-Quote.changes
2015-09-03 18:07:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Finance-Quote.new/perl-Finance-Quote.changes   
2016-08-12 15:44:06.0 +0200
@@ -10 +10 @@
-- updated to 1.37
+- updated to 1.37 bnc#955055



Other differences:
--
++ perl-Finance-Quote.spec ++
--- /var/tmp/diff_new_pack.gtVpas/_old  2016-08-12 15:44:07.0 +0200
+++ /var/tmp/diff_new_pack.gtVpas/_new  2016-08-12 15:44:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Finance-Quote
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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




commit perl-Finance-Quote for openSUSE:Factory

2015-09-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Finance-Quote for 
openSUSE:Factory checked in at 2015-09-03 18:02:45

Comparing /work/SRC/openSUSE:Factory/perl-Finance-Quote (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Finance-Quote.new (New)


Package is "perl-Finance-Quote"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Finance-Quote/perl-Finance-Quote.changes
2015-04-21 10:52:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Finance-Quote.new/perl-Finance-Quote.changes   
2015-09-03 18:07:42.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  1 10:18:43 UTC 2015 - dims...@opensuse.org
+
+- Add perl(CGI) BuildRequires: needed to be able to pass the
+  test suite with Perl 5.22.
+
+---



Other differences:
--
++ perl-Finance-Quote.spec ++
--- /var/tmp/diff_new_pack.RvnDQp/_old  2015-09-03 18:07:45.0 +0200
+++ /var/tmp/diff_new_pack.RvnDQp/_new  2015-09-03 18:07:45.0 +0200
@@ -39,6 +39,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CGI)
 BuildRequires:  perl(DateTime)
 BuildRequires:  perl(HTML::Parser)
 BuildRequires:  perl(HTML::TableExtract)




commit perl-Finance-Quote for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Finance-Quote for 
openSUSE:Factory checked in at 2015-04-21 10:52:28

Comparing /work/SRC/openSUSE:Factory/perl-Finance-Quote (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Finance-Quote.new (New)


Package is perl-Finance-Quote

Changes:

--- /work/SRC/openSUSE:Factory/perl-Finance-Quote/perl-Finance-Quote.changes
2014-07-29 16:48:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Finance-Quote.new/perl-Finance-Quote.changes   
2015-04-21 10:52:36.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 19 06:37:12 UTC 2015 - co...@suse.com
+
+- updated to 1.37
+   see /usr/share/doc/packages/perl-Finance-Quote/ChangeLog.1
+
+---

Old:

  Finance-Quote-1.35.tar.gz

New:

  Finance-Quote-1.37.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Finance-Quote.spec ++
--- /var/tmp/diff_new_pack.JudgE0/_old  2015-04-21 10:52:37.0 +0200
+++ /var/tmp/diff_new_pack.JudgE0/_new  2015-04-21 10:52:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Finance-Quote
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,25 +17,29 @@
 
 
 Name:   perl-Finance-Quote
-Url:http://finance-quote.sourceforge.net/
+Version:1.37
+Release:0
+#Upstream: GPL-1.0+
 %define cpan_name Finance-Quote
-Summary:Get stock and mutual fund quotes from various exchange
+Summary:Get stock and mutual fund quotes from various exchanges
 License:GPL-2.0+
 Group:  Development/Libraries/Perl
-Version:1.35
-Release:0
-Source: 
http://www.cpan.org/authors/id/E/EC/ECOCODE/%{cpan_name}-%{version}.tar.gz
-Patch11:perl-Finance-Quote-debian-03_whatis.patch
-Patch12:perl-Finance-Quote-debian-04_deka.patch
-Patch13:perl-Finance-Quote-debian-06_seb.patch
-Patch15:perl-Finance-Quote-debian-10_whatis.patch
-Patch60:perl-Finance-Quote-66235-Cdnfundlibrary-row.patch
-Patch63:perl-Finance-Quote-64897-0001-adopted-to-site-changes.patch
-Patch64:perl-Finance-Quote-64897-0002-support-palladium-lookup.patch
-Patch101:   perl-Finance-Quote-goldmoney-decimal-point.patch
+Url:http://search.cpan.org/dist/Finance-Quote/
+Source0:
http://www.cpan.org/authors/id/E/EC/ECOCODE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+Patch0: perl-Finance-Quote-64897-0001-adopted-to-site-changes.patch
+Patch1: perl-Finance-Quote-64897-0002-support-palladium-lookup.patch
+Patch2: perl-Finance-Quote-66235-Cdnfundlibrary-row.patch
+Patch3: perl-Finance-Quote-debian-03_whatis.patch
+Patch4: perl-Finance-Quote-debian-04_deka.patch
+Patch5: perl-Finance-Quote-debian-06_seb.patch
+Patch6: perl-Finance-Quote-debian-10_whatis.patch
+Patch7: perl-Finance-Quote-goldmoney-decimal-point.patch
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  perl(Crypt::SSLeay)
-BuildRequires:  perl(Date::Calc)
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(DateTime)
 BuildRequires:  perl(HTML::Parser)
 BuildRequires:  perl(HTML::TableExtract)
 BuildRequires:  perl(HTML::TokeParser)
@@ -45,14 +49,14 @@
 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(Time::Piece)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(URI::QueryParam)
-Requires:   perl(Crypt::SSLeay)
-Requires:   perl(Date::Calc)
+Requires:   perl(DateTime)
 Requires:   perl(HTML::Parser)
 Requires:   perl(HTML::TableExtract)
 Requires:   perl(HTML::TokeParser)
@@ -62,6 +66,7 @@
 Requires:   perl(HTTP::Request::Common)
 Requires:   perl(HTTP::Status)
 Requires:   perl(JSON)
+Requires:   perl(LWP::Protocol::https)
 Requires:   perl(LWP::Simple)
 Requires:   perl(LWP::UserAgent)
 Requires:   perl(Time::Piece)
@@ -69,8 +74,6 @@
 Requires:   perl(URI::Escape)
 Requires:   perl(URI::QueryParam)
 %{perl_requires}
-BuildRequires:  perl
-BuildRequires:  perl-macros
 
 %description
 This module gets stock quotes from various internet sources, including
@@ -91,16 +94,15 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

commit perl-Finance-Quote for openSUSE:Factory

2014-07-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Finance-Quote for 
openSUSE:Factory checked in at 2014-07-29 16:48:17

Comparing /work/SRC/openSUSE:Factory/perl-Finance-Quote (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Finance-Quote.new (New)


Package is perl-Finance-Quote

Changes:

--- /work/SRC/openSUSE:Factory/perl-Finance-Quote/perl-Finance-Quote.changes
2013-02-12 12:54:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Finance-Quote.new/perl-Finance-Quote.changes   
2014-07-29 16:48:26.0 +0200
@@ -1,0 +2,57 @@
+Mon Jul 28 10:07:55 UTC 2014 - co...@suse.com
+
+- ignore Mozilla:CA
+
+---
+Mon Jul 28 05:47:45 UTC 2014 - co...@suse.com
+
+- update to 1.35:
+ * BUGFIX: VWD - currency returned.
+ 
+ 1.34  2014-06-15 21:30:03+02:00 Europe/Brussels
+ * VWD adapted to recent website change.
+ 
+ 1.33  2014-06-01 11:24:24+02:00 Europe/Brussels
+ * BUGFIX: yahoo_json never returns currency. so don't set a default.
+   yahoo_json returned current timestamp instead of quote date.
+ 
+ 1.32  2014-05-18 21:55:12+02:00 Europe/Brussels
+ * return symbol for yahoo_json module
+ * allow to retrieve ISIN codes with VWD module
+ 
+ 1.31  2014-05-04 22:56:45+02:00 Europe/Brussels
+ * Case mismatch in ZA_UnitTrusts pod
+ 
+ 1.30  2014-05-04 21:56:34+02:00 Europe/Brussels
+ * Bourso.pm works on current website changes. Thanks to Guillaume
+ * New module CSE.pm by Hiranya Samarasekera. Covers Colombo Stock
+   Exchange (CSE) in Sri Lanka.
+ 
+ 1.29  2014-04-08 08:28:25+02:00 Europe/Brussels
+ * New module za_unittrusts. kudos to Rolf Endres.
+* Indiamutual patched to current website. kudos to Vinay S Shastry.
+ 
+ 1.28  2014-03-16 12:05:19+01:00 Europe/Brussels
+ 
+ * Removed some unnecessary dependencies
+ 
+ 1.27  2014-03-05 15:04:22+01:00 Europe/Brussels
+ 
+ * New module YahooJSON added (Abhijit Kshirsagar)
+ * mtgox.t should not create errors when ONLINE_TEST is not defined
+- remove all patches no longer applying (as maintainer didn't care for 18 
months
+  and this module is important to be half way fresh):
+perl-Finance-Quote-57401-financecanada.patch
+perl-Finance-Quote-61750-comdirect.patch
+perl-Finance-Quote-62619-vwd.patch
+perl-Finance-Quote-64474-stooq.patch
+perl-Finance-Quote-65269-ftfunds.patch
+perl-Finance-Quote-70690-IndiaMutual-temp-del.patch
+perl-Finance-Quote-70690-IndiaMutual-temp.patch
+perl-Finance-Quote-LeRevenu.patch
+perl-Finance-Quote-debian-08_deka.patch
+perl-Finance-Quote-fsf-address.patch
+perl-Finance-Quote-goldmoney-decimal-point.patch
+- reworked spec file to look a bit more like a standard perl package
+
+---

Old:

  Finance-Quote-1.18.tar.gz
  perl-Finance-Quote-57401-financecanada.patch
  perl-Finance-Quote-61750-comdirect.patch
  perl-Finance-Quote-62619-vwd.patch
  perl-Finance-Quote-64474-stooq.patch
  perl-Finance-Quote-65269-ftfunds.patch
  perl-Finance-Quote-70690-IndiaMutual-temp-del.patch
  perl-Finance-Quote-70690-IndiaMutual-temp.patch
  perl-Finance-Quote-LeRevenu.patch
  perl-Finance-Quote-debian-08_deka.patch
  perl-Finance-Quote-fsf-address.patch

New:

  Finance-Quote-1.35.tar.gz



Other differences:
--
++ perl-Finance-Quote.spec ++
--- /var/tmp/diff_new_pack.J91Dow/_old  2014-07-29 16:48:27.0 +0200
+++ /var/tmp/diff_new_pack.J91Dow/_new  2014-07-29 16:48:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Finance-Quote
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,90 +18,104 @@
 
 Name:   perl-Finance-Quote
 Url:http://finance-quote.sourceforge.net/
-Requires:   perl
-Requires:   perl-Crypt-SSLeay
-Requires:   perl-HTML-Parser
-Requires:   perl-HTML-TableExtract
-Requires:   perl-HTML-TokeParser-Simple
-Requires:   perl-HTML-Tree
-Requires:   perl-HTTP-Message
-Requires:   perl-URI
-Requires:   perl-base
-Requires:   perl-libwww-perl
-Summary:Provides access to time-delayed stockquotes
+%define cpan_name Finance-Quote
+Summary:Get stock and mutual fund quotes from various exchange
 License:GPL-2.0+
 Group:  Development/Libraries/Perl
-Version:1.18
+Version:1.35
 

commit perl-Finance-Quote for openSUSE:Factory

2013-02-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Finance-Quote for 
openSUSE:Factory checked in at 2013-02-12 12:54:37

Comparing /work/SRC/openSUSE:Factory/perl-Finance-Quote (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Finance-Quote.new (New)


Package is perl-Finance-Quote, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Finance-Quote/perl-Finance-Quote.changes
2013-01-31 16:36:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Finance-Quote.new/perl-Finance-Quote.changes   
2013-02-12 12:54:40.0 +0100
@@ -4 +4 @@
-- Update to version 1.17 (bnc#800797):
+- Update to version 1.18 (bnc#800797):



Other differences:
--
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Finance-Quote for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Finance-Quote for 
openSUSE:Factory checked in at 2011-12-06 18:41:40

Comparing /work/SRC/openSUSE:Factory/perl-Finance-Quote (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Finance-Quote.new (New)


Package is perl-Finance-Quote, Maintainer is sbra...@suse.com

Changes:




Other differences:
--
++ perl-Finance-Quote.spec ++
--- /var/tmp/diff_new_pack.ZArBYb/_old  2011-12-06 19:09:03.0 +0100
+++ /var/tmp/diff_new_pack.ZArBYb/_new  2011-12-06 19:09:03.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   perl-Finance-Quote
 Url:http://finance-quote.sourceforge.net/
-License:GPLv2+
+License:GPL-2.0+
 Group:  Development/Libraries/Perl
 AutoReqProv:on
 Requires:   perl-Crypt-SSLeay perl-libwww-perl

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org