8
0

Accepting request 1153679 from devel:languages:perl:autoupdate

- updated to 6.13
   see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes
  6.13      2024-02-06 01:00:50Z
      - Fix ssl upgrade for regular host names (GH#77) (Axel Burri)
  6.12      2024-01-22 17:51:31Z
      - Enable MultiHomed for IO::Socket::SSL (GH#61) (ℕicolas ℝ.)
      - Making it possible to use IPv6 in https call through https proxy
        environment (in case of using CONNECT method to create a tunnel) (GH#74)
        (Dmitriy Shamatrin)

OBS-URL: https://build.opensuse.org/request/show/1153679
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=23
This commit is contained in:
2024-03-01 08:40:48 +00:00
committed by Git OBS Bridge
parent bd51d54ad1
commit 3f282f261b
4 changed files with 23 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-LWP-Protocol-https
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,9 @@
%define cpan_name LWP-Protocol-https
Name: perl-LWP-Protocol-https
Version: 6.110.0
Version: 6.130.0
Release: 0
%define cpan_version 6.11
%define cpan_version 6.13
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Provide https support for LWP::UserAgent
URL: https://metacpan.org/release/%{cpan_name}
@@ -42,8 +42,8 @@ Requires: perl(IO::Socket::SSL) >= 1.970
Requires: perl(LWP::Protocol::http)
Requires: perl(LWP::UserAgent) >= 6.06
Requires: perl(Net::HTTPS) >= 6
Provides: perl(LWP::Protocol::https) = 6.110.0
Provides: perl(LWP::Protocol::https::Socket) = 6.110.0
Provides: perl(LWP::Protocol::https) = %{version}
Provides: perl(LWP::Protocol::https::Socket) = %{version}
%define __perllib_provides /bin/true
%{perl_requires}