diff --git a/LWP-Protocol-https-6.14.tar.gz b/LWP-Protocol-https-6.14.tar.gz deleted file mode 100644 index 79fb7ea..0000000 --- a/LWP-Protocol-https-6.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59cdeabf26950d4f1bef70f096b0d77c5b1c5a7b5ad1b66d71b681ba279cbb2a -size 33714 diff --git a/LWP-Protocol-https-6.15.tar.gz b/LWP-Protocol-https-6.15.tar.gz new file mode 100644 index 0000000..be3a93e --- /dev/null +++ b/LWP-Protocol-https-6.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44eec2da147ba0511090871b0ca82f69794376bc31e8c76d1040961ba57f59b8 +size 34820 diff --git a/perl-LWP-Protocol-https.changes b/perl-LWP-Protocol-https.changes index 1eb43cc..65b1209 100644 --- a/perl-LWP-Protocol-https.changes +++ b/perl-LWP-Protocol-https.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 24 06:17:08 UTC 2026 - Tina Müller + +- updated to 6.150.0 (6.15) + see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes + + 6.15 2026-02-23 20:36:42Z + - Make TLS enabled proxy work (proxy URL https:// not http://) (GH#89) + (Steffen Ullrich) + - switch from example.com to httpbin.org because of SSL certificate issues + (GH#91) (Slaven Rezić) + ------------------------------------------------------------------- Fri Mar 22 16:13:25 UTC 2024 - Tina Müller diff --git a/perl-LWP-Protocol-https.spec b/perl-LWP-Protocol-https.spec index 07e63f4..a4ea76e 100644 --- a/perl-LWP-Protocol-https.spec +++ b/perl-LWP-Protocol-https.spec @@ -1,7 +1,7 @@ # # spec file for package perl-LWP-Protocol-https # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name LWP-Protocol-https Name: perl-LWP-Protocol-https -Version: 6.140.0 +Version: 6.150.0 Release: 0 -# 6.14 -> normalize -> 6.140.0 -%define cpan_version 6.14 +# 6.15 -> normalize -> 6.150.0 +%define cpan_version 6.15 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Provide https support for LWP::UserAgent URL: https://metacpan.org/release/%{cpan_name} @@ -35,14 +35,14 @@ BuildRequires: perl-macros BuildRequires: perl(IO::Socket::SSL) >= 1.970 BuildRequires: perl(IO::Socket::SSL::Utils) BuildRequires: perl(LWP::Protocol::http) -BuildRequires: perl(LWP::UserAgent) >= 6.06 +BuildRequires: perl(LWP::UserAgent) >= 6.60 BuildRequires: perl(Net::HTTPS) >= 6 BuildRequires: perl(Test::More) >= 0.96 -BuildRequires: perl(Test::Needs) >= 0.002010 +BuildRequires: perl(Test::Needs) >= 0.2.10 BuildRequires: perl(Test::RequiresInternet) Requires: perl(IO::Socket::SSL) >= 1.970 Requires: perl(LWP::Protocol::http) -Requires: perl(LWP::UserAgent) >= 6.06 +Requires: perl(LWP::UserAgent) >= 6.60 Requires: perl(Net::HTTPS) >= 6 Provides: perl(LWP::Protocol::https) = %{version} Provides: perl(LWP::Protocol::https::Socket) = %{version} @@ -68,7 +68,7 @@ their dependency on LWP::Protocol::https and will no longer need to know what underlying modules to install. %prep -%autosetup -n %{cpan_name}-%{cpan_version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor