Sync from SUSE:SLFO:Main perl-libwww-perl revision ec5a5e1e3c461e308bb125f674737f26
This commit is contained in:
BIN
libwww-perl-6.68.tar.gz
(Stored with Git LFS)
BIN
libwww-perl-6.68.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
libwww-perl-6.77.tar.gz
(Stored with Git LFS)
Normal file
BIN
libwww-perl-6.77.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,72 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- updated to 6.72
|
||||
see /usr/share/doc/packages/perl-libwww-perl/Changes
|
||||
|
||||
6.72 2023-07-17 22:01:19Z
|
||||
- Don't mangle protocol scheme and don't require it to be valid if
|
||||
implementor is already known (GH#436) (mwgamera)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 03:08:23 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.71
|
||||
see /usr/share/doc/packages/perl-libwww-perl/Changes
|
||||
|
||||
6.71 2023-06-20 19:44:19Z
|
||||
- Use rather than require Module::Load (GH#435) (Olaf Alders)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 7 03:08:14 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.70
|
||||
see /usr/share/doc/packages/perl-libwww-perl/Changes
|
||||
|
||||
6.70 2023-04-30 13:22:56Z
|
||||
- Add cookie_jar_class attribute to allow different cookie jar modules
|
||||
to be used more easily (GH#91) (Tom Hukins, Julien Fiegehenn)
|
||||
- POD now contains all default attributes (GH#428) (Julien Fiegehenn)
|
||||
|
||||
6.69 2023-04-29 13:14:31Z
|
||||
- Timeouts for cached connections now update (GH#73) (Eric Johnson)
|
||||
- The conn_cache() can now be unset (GH#424) (Julien Fiegehenn)
|
||||
- LWP::Protocol now only attempts to load modules once (GH#62) (Burak Gursoy)
|
||||
- Fix a bug in no_proxy that allowed partial matches to a proxy address
|
||||
to disable a proxy (GH#421) (Julien Fiegehenn)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 03:10:38 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-libwww-perl
|
||||
#
|
||||
# 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,12 +18,14 @@
|
||||
|
||||
%define cpan_name libwww-perl
|
||||
Name: perl-libwww-perl
|
||||
Version: 6.68
|
||||
Version: 6.770.0
|
||||
Release: 0
|
||||
# 6.77 -> normalize -> 6.770.0
|
||||
%define cpan_version 6.77
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: The World-Wide Web library for Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
@@ -32,6 +34,7 @@ BuildRequires: perl(Encode::Locale)
|
||||
BuildRequires: perl(File::Listing) >= 6
|
||||
BuildRequires: perl(HTML::Entities)
|
||||
BuildRequires: perl(HTML::HeadParser) >= 3.71
|
||||
BuildRequires: perl(HTTP::CookieJar::LWP)
|
||||
BuildRequires: perl(HTTP::Cookies) >= 6
|
||||
BuildRequires: perl(HTTP::Daemon) >= 6.12
|
||||
BuildRequires: perl(HTTP::Date) >= 6
|
||||
@@ -41,6 +44,7 @@ BuildRequires: perl(HTTP::Request::Common) >= 6.18
|
||||
BuildRequires: perl(HTTP::Response) >= 6.18
|
||||
BuildRequires: perl(HTTP::Status) >= 6.18
|
||||
BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||
BuildRequires: perl(Module::Load)
|
||||
BuildRequires: perl(Net::HTTP) >= 6.18
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
@@ -63,12 +67,37 @@ Requires: perl(HTTP::Request::Common) >= 6.18
|
||||
Requires: perl(HTTP::Response) >= 6.18
|
||||
Requires: perl(HTTP::Status) >= 6.18
|
||||
Requires: perl(LWP::MediaTypes) >= 6
|
||||
Requires: perl(Module::Load)
|
||||
Requires: perl(Net::HTTP) >= 6.18
|
||||
Requires: perl(Try::Tiny)
|
||||
Requires: perl(URI) >= 1.10
|
||||
Requires: perl(URI::Escape)
|
||||
Requires: perl(WWW::RobotRules) >= 6
|
||||
Requires: perl(parent) >= 0.217
|
||||
Provides: perl(LWP) = %{version}
|
||||
Provides: perl(LWP::Authen::Basic) = %{version}
|
||||
Provides: perl(LWP::Authen::Digest) = %{version}
|
||||
Provides: perl(LWP::Authen::Ntlm) = %{version}
|
||||
Provides: perl(LWP::ConnCache) = %{version}
|
||||
Provides: perl(LWP::Debug) = %{version}
|
||||
Provides: perl(LWP::Debug::TraceHTTP) = %{version}
|
||||
Provides: perl(LWP::DebugFile) = %{version}
|
||||
Provides: perl(LWP::MemberMixin) = %{version}
|
||||
Provides: perl(LWP::Protocol) = %{version}
|
||||
Provides: perl(LWP::Protocol::cpan) = %{version}
|
||||
Provides: perl(LWP::Protocol::data) = %{version}
|
||||
Provides: perl(LWP::Protocol::file) = %{version}
|
||||
Provides: perl(LWP::Protocol::ftp) = %{version}
|
||||
Provides: perl(LWP::Protocol::gopher) = %{version}
|
||||
Provides: perl(LWP::Protocol::http) = %{version}
|
||||
Provides: perl(LWP::Protocol::loopback) = %{version}
|
||||
Provides: perl(LWP::Protocol::mailto) = %{version}
|
||||
Provides: perl(LWP::Protocol::nntp) = %{version}
|
||||
Provides: perl(LWP::Protocol::nogo) = %{version}
|
||||
Provides: perl(LWP::RobotUA) = %{version}
|
||||
Provides: perl(LWP::Simple) = %{version}
|
||||
Provides: perl(LWP::UserAgent) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
Recommends: perl(LWP::Protocol::https) >= 6.06
|
||||
@@ -78,7 +107,7 @@ Recommends: perl(LWP::Protocol::https) >= 6.06
|
||||
The World-Wide Web library for Perl
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user