forked from pool/perl-libwww-perl
Compare commits
74 Commits
e1fd516a17
...
factory
Author | SHA256 | Date | |
---|---|---|---|
77fab58ba7 | |||
bd5aca2fba | |||
d6a43048bc | |||
bb72f85647 | |||
de68116264 | |||
6088bb1c4b | |||
7ddc7dfddb | |||
9e9ab0e399 | |||
4b3c4dbb3c | |||
f0d32835cf | |||
a17985cb85 | |||
5eca9c652c | |||
1a751d33b3 | |||
0a5e4e4e23 | |||
6bd08837a2 | |||
dc9759923e | |||
58d32c6733 | |||
191043738d | |||
9aa14bf64e | |||
e87aa73407 | |||
11e122498f | |||
1bc609d5d9 | |||
d1b905a35b | |||
9e66060106 | |||
0b10715a7c | |||
322d665436 | |||
|
39d9b57346 | ||
dc91d3732e | |||
3d66ba009b | |||
0072d2b292 | |||
bafb650127 | |||
02078683c6 | |||
d4925f9570 | |||
b96fd2abdf | |||
60021a13ad | |||
be0972fc6b | |||
77fd20533c | |||
b9bb6516fb | |||
a7d37dc9fa | |||
05995f811c | |||
d22acdff2b | |||
4ebd193acc | |||
025ac9bdf4 | |||
566828fef8 | |||
48cfd63f8c | |||
fff578cc8a | |||
51b4e6a831 | |||
f2de94a1bb | |||
a0e63893ef | |||
63efb6e036 | |||
bfce46f706 | |||
0df28fe1ba | |||
71e588cf68 | |||
8f4fd02765 | |||
69eac1d686 | |||
98b9abe15e | |||
|
a126f9d825 | ||
|
66c4576b2d | ||
|
9ec7b50c18 | ||
|
281d5f1cd0 | ||
|
71d6857535 | ||
|
f94ab6a666 | ||
|
7794d7e573 | ||
|
857a527e23 | ||
|
b7502c4878 | ||
|
e82ace3dd0 | ||
|
123b27648d | ||
|
cc0748709c | ||
|
116ff43774 | ||
|
f0ae5d6441 | ||
|
fb8dd666be | ||
|
04c0dad6c8 | ||
|
67a892bb9d | ||
|
e19b6a3cd1 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e9b8354fd5e20be207afe23ddd584fcd59bf82998dc077decf684ba1dae5a05d
|
|
||||||
size 184644
|
|
3
libwww-perl-6.79.tar.gz
Normal file
3
libwww-perl-6.79.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f2526e9a33ac96715cc47fbf5b4bec1a8c51720330b24e3974c2c5ae07a9c5e7
|
||||||
|
size 184691
|
@@ -1,3 +1,57 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 28 05:34:08 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 6.790.0 (6.79)
|
||||||
|
see /usr/share/doc/packages/perl-libwww-perl/Changes
|
||||||
|
|
||||||
|
6.79 2025-06-27 22:43:32Z
|
||||||
|
- Remove example references to malicious domain (GH#476) (Devin Dooley)
|
||||||
|
- Documentation updates for mirror (GH#470) (Julien Fiegehenn)
|
||||||
|
- Allow underscores in headers not to be removed in lwp-request (GH#443)
|
||||||
|
(@JohnHughesAtlantech and Olaf Alders)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 20 05:33:39 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 6.780.0 (6.78)
|
||||||
|
see /usr/share/doc/packages/perl-libwww-perl/Changes
|
||||||
|
|
||||||
|
6.78 2025-02-20 00:32:06Z
|
||||||
|
- Don't warn on proxy as unrecognized option for LWP::UserAgent->new
|
||||||
|
(GH#469) (Austin Hill)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 22 16:41:21 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 6.77
|
||||||
|
see /usr/share/doc/packages/perl-libwww-perl/Changes
|
||||||
|
|
||||||
|
6.77 2024-03-11 00:56:14Z
|
||||||
|
- Documentation updates for GH#448 (GH#457) (Russell Shingleton)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 8 23:12:35 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- Fix disabling of __perllib_provides
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 26 03:10:36 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 6.76
|
||||||
|
see /usr/share/doc/packages/perl-libwww-perl/Changes
|
||||||
|
|
||||||
|
6.76 2024-01-25 18:31:25Z
|
||||||
|
- Simplify code slightly for Perl v5.8+ (GH#455) (James Raspass)
|
||||||
|
- Move HTTP::CookieJar::LWP to test requires (GH#453) (Olaf Alders)
|
||||||
|
6.75 2024-01-24 14:29:17Z
|
||||||
|
- Update lwp-request to suport PATCH HTTP method (GH#452) (Javier Puche)
|
||||||
|
6.74 2024-01-22 17:48:18Z
|
||||||
|
- Making it possible to use IPv6 in https call through https proxy
|
||||||
|
environment (in case of using CONNECT method to create a tunnel) (GH#450)
|
||||||
|
(Dmitriy Shamatrin)
|
||||||
|
6.73 2024-01-13 20:19:09Z
|
||||||
|
- Fix no_proxy subdomain matching (GH#447) (Axel Burri)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 18 03:07:20 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
Tue Jul 18 03:07:20 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-libwww-perl
|
# spec file for package perl-libwww-perl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,9 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name libwww-perl
|
%define cpan_name libwww-perl
|
||||||
Name: perl-libwww-perl
|
Name: perl-libwww-perl
|
||||||
Version: 6.720.0
|
Version: 6.790.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 6.72
|
# 6.79 -> normalize -> 6.790.0
|
||||||
|
%define cpan_version 6.79
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: The World-Wide Web library for Perl
|
Summary: The World-Wide Web library for Perl
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -32,72 +33,71 @@ BuildRequires: perl-macros
|
|||||||
BuildRequires: perl(Encode::Locale)
|
BuildRequires: perl(Encode::Locale)
|
||||||
BuildRequires: perl(File::Listing) >= 6
|
BuildRequires: perl(File::Listing) >= 6
|
||||||
BuildRequires: perl(HTML::Entities)
|
BuildRequires: perl(HTML::Entities)
|
||||||
BuildRequires: perl(HTML::HeadParser) >= 3.71
|
BuildRequires: perl(HTML::HeadParser) >= 3.710
|
||||||
BuildRequires: perl(HTTP::CookieJar::LWP)
|
BuildRequires: perl(HTTP::CookieJar::LWP)
|
||||||
BuildRequires: perl(HTTP::Cookies) >= 6
|
BuildRequires: perl(HTTP::Cookies) >= 6
|
||||||
BuildRequires: perl(HTTP::Daemon) >= 6.12
|
BuildRequires: perl(HTTP::Daemon) >= 6.120
|
||||||
BuildRequires: perl(HTTP::Date) >= 6
|
BuildRequires: perl(HTTP::Date) >= 6
|
||||||
BuildRequires: perl(HTTP::Negotiate) >= 6
|
BuildRequires: perl(HTTP::Negotiate) >= 6
|
||||||
BuildRequires: perl(HTTP::Request) >= 6.18
|
BuildRequires: perl(HTTP::Request) >= 6.180
|
||||||
BuildRequires: perl(HTTP::Request::Common) >= 6.18
|
BuildRequires: perl(HTTP::Request::Common) >= 6.180
|
||||||
BuildRequires: perl(HTTP::Response) >= 6.18
|
BuildRequires: perl(HTTP::Response) >= 6.180
|
||||||
BuildRequires: perl(HTTP::Status) >= 6.18
|
BuildRequires: perl(HTTP::Status) >= 6.180
|
||||||
BuildRequires: perl(LWP::MediaTypes) >= 6
|
BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||||
BuildRequires: perl(Module::Load)
|
BuildRequires: perl(Module::Load)
|
||||||
BuildRequires: perl(Net::HTTP) >= 6.18
|
BuildRequires: perl(Net::HTTP) >= 6.180
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(Test::Needs)
|
BuildRequires: perl(Test::Needs)
|
||||||
BuildRequires: perl(Test::RequiresInternet)
|
BuildRequires: perl(Test::RequiresInternet)
|
||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Try::Tiny)
|
||||||
BuildRequires: perl(URI) >= 1.10
|
BuildRequires: perl(URI) >= 1.100
|
||||||
BuildRequires: perl(URI::Escape)
|
BuildRequires: perl(URI::Escape)
|
||||||
BuildRequires: perl(WWW::RobotRules) >= 6
|
BuildRequires: perl(WWW::RobotRules) >= 6
|
||||||
BuildRequires: perl(parent) >= 0.217
|
BuildRequires: perl(parent) >= 0.217
|
||||||
Requires: perl(Encode::Locale)
|
Requires: perl(Encode::Locale)
|
||||||
Requires: perl(File::Listing) >= 6
|
Requires: perl(File::Listing) >= 6
|
||||||
Requires: perl(HTML::Entities)
|
Requires: perl(HTML::Entities)
|
||||||
Requires: perl(HTML::HeadParser) >= 3.71
|
Requires: perl(HTML::HeadParser) >= 3.710
|
||||||
Requires: perl(HTTP::CookieJar::LWP)
|
|
||||||
Requires: perl(HTTP::Cookies) >= 6
|
Requires: perl(HTTP::Cookies) >= 6
|
||||||
Requires: perl(HTTP::Date) >= 6
|
Requires: perl(HTTP::Date) >= 6
|
||||||
Requires: perl(HTTP::Negotiate) >= 6
|
Requires: perl(HTTP::Negotiate) >= 6
|
||||||
Requires: perl(HTTP::Request) >= 6.18
|
Requires: perl(HTTP::Request) >= 6.180
|
||||||
Requires: perl(HTTP::Request::Common) >= 6.18
|
Requires: perl(HTTP::Request::Common) >= 6.180
|
||||||
Requires: perl(HTTP::Response) >= 6.18
|
Requires: perl(HTTP::Response) >= 6.180
|
||||||
Requires: perl(HTTP::Status) >= 6.18
|
Requires: perl(HTTP::Status) >= 6.180
|
||||||
Requires: perl(LWP::MediaTypes) >= 6
|
Requires: perl(LWP::MediaTypes) >= 6
|
||||||
Requires: perl(Module::Load)
|
Requires: perl(Module::Load)
|
||||||
Requires: perl(Net::HTTP) >= 6.18
|
Requires: perl(Net::HTTP) >= 6.180
|
||||||
Requires: perl(Try::Tiny)
|
Requires: perl(Try::Tiny)
|
||||||
Requires: perl(URI) >= 1.10
|
Requires: perl(URI) >= 1.100
|
||||||
Requires: perl(URI::Escape)
|
Requires: perl(URI::Escape)
|
||||||
Requires: perl(WWW::RobotRules) >= 6
|
Requires: perl(WWW::RobotRules) >= 6
|
||||||
Requires: perl(parent) >= 0.217
|
Requires: perl(parent) >= 0.217
|
||||||
Provides: perl(LWP) = 6.720.0
|
Provides: perl(LWP) = %{version}
|
||||||
Provides: perl(LWP::Authen::Basic) = 6.720.0
|
Provides: perl(LWP::Authen::Basic) = %{version}
|
||||||
Provides: perl(LWP::Authen::Digest) = 6.720.0
|
Provides: perl(LWP::Authen::Digest) = %{version}
|
||||||
Provides: perl(LWP::Authen::Ntlm) = 6.720.0
|
Provides: perl(LWP::Authen::Ntlm) = %{version}
|
||||||
Provides: perl(LWP::ConnCache) = 6.720.0
|
Provides: perl(LWP::ConnCache) = %{version}
|
||||||
Provides: perl(LWP::Debug) = 6.720.0
|
Provides: perl(LWP::Debug) = %{version}
|
||||||
Provides: perl(LWP::Debug::TraceHTTP) = 6.720.0
|
Provides: perl(LWP::Debug::TraceHTTP) = %{version}
|
||||||
Provides: perl(LWP::DebugFile) = 6.720.0
|
Provides: perl(LWP::DebugFile) = %{version}
|
||||||
Provides: perl(LWP::MemberMixin) = 6.720.0
|
Provides: perl(LWP::MemberMixin) = %{version}
|
||||||
Provides: perl(LWP::Protocol) = 6.720.0
|
Provides: perl(LWP::Protocol) = %{version}
|
||||||
Provides: perl(LWP::Protocol::cpan) = 6.720.0
|
Provides: perl(LWP::Protocol::cpan) = %{version}
|
||||||
Provides: perl(LWP::Protocol::data) = 6.720.0
|
Provides: perl(LWP::Protocol::data) = %{version}
|
||||||
Provides: perl(LWP::Protocol::file) = 6.720.0
|
Provides: perl(LWP::Protocol::file) = %{version}
|
||||||
Provides: perl(LWP::Protocol::ftp) = 6.720.0
|
Provides: perl(LWP::Protocol::ftp) = %{version}
|
||||||
Provides: perl(LWP::Protocol::gopher) = 6.720.0
|
Provides: perl(LWP::Protocol::gopher) = %{version}
|
||||||
Provides: perl(LWP::Protocol::http) = 6.720.0
|
Provides: perl(LWP::Protocol::http) = %{version}
|
||||||
Provides: perl(LWP::Protocol::loopback) = 6.720.0
|
Provides: perl(LWP::Protocol::loopback) = %{version}
|
||||||
Provides: perl(LWP::Protocol::mailto) = 6.720.0
|
Provides: perl(LWP::Protocol::mailto) = %{version}
|
||||||
Provides: perl(LWP::Protocol::nntp) = 6.720.0
|
Provides: perl(LWP::Protocol::nntp) = %{version}
|
||||||
Provides: perl(LWP::Protocol::nogo) = 6.720.0
|
Provides: perl(LWP::Protocol::nogo) = %{version}
|
||||||
Provides: perl(LWP::RobotUA) = 6.720.0
|
Provides: perl(LWP::RobotUA) = %{version}
|
||||||
Provides: perl(LWP::Simple) = 6.720.0
|
Provides: perl(LWP::Simple) = %{version}
|
||||||
Provides: perl(LWP::UserAgent) = 6.720.0
|
Provides: perl(LWP::UserAgent) = %{version}
|
||||||
%define __perllib_provides /bin/true
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
Recommends: perl(LWP::Protocol::https) >= 6.06
|
Recommends: perl(LWP::Protocol::https) >= 6.06
|
||||||
@@ -107,7 +107,7 @@ Recommends: perl(LWP::Protocol::https) >= 6.06
|
|||||||
The World-Wide Web library for Perl
|
The World-Wide Web library for Perl
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user