forked from pool/perl-Furl
WIP: Automatic update to v3.150.0 (3.15) #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35ddbd8880d71f19e202433e1761fd1177385e630bf50685bc48b6b7acb857b9
|
||||
size 68759
|
BIN
Furl-3.15.tar.gz
(Stored with Git LFS)
Normal file
BIN
Furl-3.15.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 6 17:21:00 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <tina.mueller@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user