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
This commit is contained in:
Pedro Monreal Gonzalez 2020-12-18 10:36:22 +00:00 committed by Git OBS Bridge
parent e7cc2f98d0
commit b4fd8f8fda
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16cfe1a511690b066db5667c8714802ee2b9c5d28a31a3e7bd36fbc70a3af592
size 33557

BIN
LWP-Protocol-https-6.10.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Dec 18 03:07:41 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- 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 <opensuse@dstoecker.de>

View File

@ -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)