From b4fd8f8fdaf2523d2885620b64b8d4f449b675c5d163bce7f8fe569a2633d5f2 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Fri, 18 Dec 2020 10:36:22 +0000 Subject: [PATCH] Accepting request 856858 from devel:languages:perl:autoupdate - updated to 6.10 see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes 6.10 2020-12-17 15:42:06Z - Fix #39 - prevent user env from breaking the test (GH#63) (Gianni Ceccarelli) - Include Net::SSLeay in reported prereqs (GH#60) (Olaf Alders) - Use GitHub as a bug tracker (GH#59) (Olaf Alders) OBS-URL: https://build.opensuse.org/request/show/856858 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=19 --- LWP-Protocol-https-6.09.tar.gz | 3 --- LWP-Protocol-https-6.10.tar.gz | 3 +++ perl-LWP-Protocol-https.changes | 12 ++++++++++++ perl-LWP-Protocol-https.spec | 3 ++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 LWP-Protocol-https-6.09.tar.gz create mode 100644 LWP-Protocol-https-6.10.tar.gz diff --git a/LWP-Protocol-https-6.09.tar.gz b/LWP-Protocol-https-6.09.tar.gz deleted file mode 100644 index 50a771a..0000000 --- a/LWP-Protocol-https-6.09.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16cfe1a511690b066db5667c8714802ee2b9c5d28a31a3e7bd36fbc70a3af592 -size 33557 diff --git a/LWP-Protocol-https-6.10.tar.gz b/LWP-Protocol-https-6.10.tar.gz new file mode 100644 index 0000000..5799d48 --- /dev/null +++ b/LWP-Protocol-https-6.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecfc31fe2d4fc854cac47fce13d3a502e8fdfe60c5bc1c09535743185f2a86c +size 33691 diff --git a/perl-LWP-Protocol-https.changes b/perl-LWP-Protocol-https.changes index 2335977..2f7f262 100644 --- a/perl-LWP-Protocol-https.changes +++ b/perl-LWP-Protocol-https.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Dec 18 03:07:41 UTC 2020 - Tina Müller + +- updated to 6.10 + see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes + + 6.10 2020-12-17 15:42:06Z + - Fix #39 - prevent user env from breaking the test (GH#63) (Gianni + Ceccarelli) + - Include Net::SSLeay in reported prereqs (GH#60) (Olaf Alders) + - Use GitHub as a bug tracker (GH#59) (Olaf Alders) + ------------------------------------------------------------------- Thu Oct 15 13:58:08 UTC 2020 - Dirk Stoecker diff --git a/perl-LWP-Protocol-https.spec b/perl-LWP-Protocol-https.spec index 6c2b0a7..9941981 100644 --- a/perl-LWP-Protocol-https.spec +++ b/perl-LWP-Protocol-https.spec @@ -17,7 +17,7 @@ Name: perl-LWP-Protocol-https -Version: 6.09 +Version: 6.10 Release: 0 %define cpan_name LWP-Protocol-https Summary: Provide https support for LWP::UserAgent @@ -38,6 +38,7 @@ BuildRequires: perl(LWP::Protocol::http) BuildRequires: perl(LWP::UserAgent) >= 6.06 #BuildRequires: perl(Mozilla::CA) >= 20180117 BuildRequires: perl(Net::HTTPS) >= 6 +BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::RequiresInternet) Requires: perl(IO::Socket::SSL) >= 1.54 Requires: perl(LWP::Protocol::http)