From 8f10239077d874d86e0a8e48a3c29b09c23f70c3d957ee2a4eb01c3dde3541f7 Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Mon, 6 Oct 2025 17:21:00 +0000 Subject: [PATCH] Automatic update to v3.150.0 (3.15) --- Furl-3.14.tar.gz | 3 --- Furl-3.15.tar.gz | 3 +++ perl-Furl.changes | 10 ++++++++++ perl-Furl.spec | 29 ++++++++++++++++++++--------- 4 files changed, 33 insertions(+), 12 deletions(-) delete mode 100644 Furl-3.14.tar.gz create mode 100644 Furl-3.15.tar.gz diff --git a/Furl-3.14.tar.gz b/Furl-3.14.tar.gz deleted file mode 100644 index e1a5072..0000000 --- a/Furl-3.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35ddbd8880d71f19e202433e1761fd1177385e630bf50685bc48b6b7acb857b9 -size 68759 diff --git a/Furl-3.15.tar.gz b/Furl-3.15.tar.gz new file mode 100644 index 0000000..122b871 --- /dev/null +++ b/Furl-3.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc77c95559336b36bb8238dfc10d40dd811fc63c306f333b83f0179b0388ae31 +size 69529 diff --git a/perl-Furl.changes b/perl-Furl.changes index 485ebf3..faae428 100644 --- a/perl-Furl.changes +++ b/perl-Furl.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Oct 6 17:21:00 UTC 2025 - Tina Müller + +- updated to 3.150.0 (3.15) + see /usr/share/doc/packages/perl-Furl/Changes + + 3.15 2025-09-25T00:24:03Z + - Fix the issue that when timeout happens, then request method returns success when + there is no Content-Length headers(#137) + ------------------------------------------------------------------- Fri May 14 14:02:02 UTC 2021 - Tina Müller diff --git a/perl-Furl.spec b/perl-Furl.spec index 0c8663c..5524c55 100644 --- a/perl-Furl.spec +++ b/perl-Furl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Furl # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 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,12 +18,14 @@ %define cpan_name Furl Name: perl-Furl -Version: 3.14 +Version: 3.150.0 Release: 0 -Summary: Lightning-fast URL fetcher +# 3.15 -> normalize -> 3.150.0 +%define cpan_version 3.15 License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Lightning-fast URL fetcher URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml Source100: README.md Patch0: 0001-Remove-use-of-Mozilla-CA.patch @@ -31,15 +33,24 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::Accessor::Lite) -BuildRequires: perl(HTTP::Parser::XS) >= 0.11 -BuildRequires: perl(Module::Build::Tiny) >= 0.035 +BuildRequires: perl(HTTP::Parser::XS) >= 0.110 +BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build::Tiny) >= 0.35 #BuildRequires: perl(Mozilla::CA) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::Requires) -BuildRequires: perl(Test::TCP) >= 2.11 +BuildRequires: perl(Test::TCP) >= 2.110 Requires: perl(Class::Accessor::Lite) -Requires: perl(HTTP::Parser::XS) >= 0.11 +Requires: perl(HTTP::Parser::XS) >= 0.110 #Requires: perl(Mozilla::CA) +Provides: perl(Furl) = %{version} +Provides: perl(Furl::ConnectionCache) +Provides: perl(Furl::HTTP) = %{version} +Provides: perl(Furl::Headers) +Provides: perl(Furl::Request) +Provides: perl(Furl::Response) +Provides: perl(Furl::ZlibStream) +%undefine __perllib_provides Recommends: perl(Compress::Raw::Zlib) Recommends: perl(HTTP::CookieJar) Recommends: perl(IO::Socket::SSL) @@ -52,7 +63,7 @@ client for Perl 5, but it is too slow for some critical jobs, and too complex for weekend hacking. Furl resolves these issues. Enjoy it! %prep -%autosetup -n %{cpan_name}-%{version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Build.PL --installdirs=vendor -- 2.49.0