forked from pool/perl-libwww-perl
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9c9ada6f9f | |||
| 77fab58ba7 | |||
| bd5aca2fba | |||
| d6a43048bc | |||
| bb72f85647 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
||||
5
_scmsync.obsinfo
Normal file
5
_scmsync.obsinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
mtime: 1760043274
|
||||
commit: 83e6906a46b0650f311f113a3cabdc4fe095ade8c04da985a20d428488af5c75
|
||||
url: https://src.opensuse.org/perl/perl-libwww-perl.git
|
||||
revision: 83e6906a46b0650f311f113a3cabdc4fe095ade8c04da985a20d428488af5c75
|
||||
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f282723aa3c507b93937130e35e19fa5b0e8db627177aab7b377be3486e22c92
|
||||
size 256
|
||||
BIN
libwww-perl-6.77.tar.gz
(Stored with Git LFS)
BIN
libwww-perl-6.77.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
libwww-perl-6.80.tar.gz
(Stored with Git LFS)
Normal file
BIN
libwww-perl-6.80.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 20:54:33 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.800.0 (6.80)
|
||||
see /usr/share/doc/packages/perl-libwww-perl/Changes
|
||||
|
||||
6.80 2025-09-11 22:57:38Z
|
||||
- Fix Perl warning for @ANI arrays by changing qw() to explicit list
|
||||
notation (GH#484) (Copilot)
|
||||
- Test on example.com rather than neverssl.com (GH#479) (Olaf Alders)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-libwww-perl
|
||||
#
|
||||
# Copyright (c) 2024 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,59 +18,60 @@
|
||||
|
||||
%define cpan_name libwww-perl
|
||||
Name: perl-libwww-perl
|
||||
Version: 6.770.0
|
||||
Version: 6.800.0
|
||||
Release: 0
|
||||
# 6.77 -> normalize -> 6.770.0
|
||||
%define cpan_version 6.77
|
||||
# 6.80 -> normalize -> 6.800.0
|
||||
%define cpan_version 6.80
|
||||
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}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Encode::Locale)
|
||||
BuildRequires: perl(File::Listing) >= 6
|
||||
BuildRequires: perl(HTML::Entities)
|
||||
BuildRequires: perl(HTML::HeadParser) >= 3.71
|
||||
BuildRequires: perl(HTML::HeadParser) >= 3.710
|
||||
BuildRequires: perl(HTTP::CookieJar::LWP)
|
||||
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::Negotiate) >= 6
|
||||
BuildRequires: perl(HTTP::Request) >= 6.18
|
||||
BuildRequires: perl(HTTP::Request::Common) >= 6.18
|
||||
BuildRequires: perl(HTTP::Response) >= 6.18
|
||||
BuildRequires: perl(HTTP::Status) >= 6.18
|
||||
BuildRequires: perl(HTTP::Request) >= 6.180
|
||||
BuildRequires: perl(HTTP::Request::Common) >= 6.180
|
||||
BuildRequires: perl(HTTP::Response) >= 6.180
|
||||
BuildRequires: perl(HTTP::Status) >= 6.180
|
||||
BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||
BuildRequires: perl(Module::Load)
|
||||
BuildRequires: perl(Net::HTTP) >= 6.18
|
||||
BuildRequires: perl(Net::HTTP) >= 6.180
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Needs)
|
||||
BuildRequires: perl(Test::RequiresInternet)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(URI) >= 1.10
|
||||
BuildRequires: perl(URI) >= 1.100
|
||||
BuildRequires: perl(URI::Escape)
|
||||
BuildRequires: perl(WWW::RobotRules) >= 6
|
||||
BuildRequires: perl(parent) >= 0.217
|
||||
Requires: perl(Encode::Locale)
|
||||
Requires: perl(File::Listing) >= 6
|
||||
Requires: perl(HTML::Entities)
|
||||
Requires: perl(HTML::HeadParser) >= 3.71
|
||||
Requires: perl(HTML::HeadParser) >= 3.710
|
||||
Requires: perl(HTTP::Cookies) >= 6
|
||||
Requires: perl(HTTP::Date) >= 6
|
||||
Requires: perl(HTTP::Negotiate) >= 6
|
||||
Requires: perl(HTTP::Request) >= 6.18
|
||||
Requires: perl(HTTP::Request::Common) >= 6.18
|
||||
Requires: perl(HTTP::Response) >= 6.18
|
||||
Requires: perl(HTTP::Status) >= 6.18
|
||||
Requires: perl(HTTP::Request) >= 6.180
|
||||
Requires: perl(HTTP::Request::Common) >= 6.180
|
||||
Requires: perl(HTTP::Response) >= 6.180
|
||||
Requires: perl(HTTP::Status) >= 6.180
|
||||
Requires: perl(LWP::MediaTypes) >= 6
|
||||
Requires: perl(Module::Load)
|
||||
Requires: perl(Net::HTTP) >= 6.18
|
||||
Requires: perl(Net::HTTP) >= 6.180
|
||||
Requires: perl(Try::Tiny)
|
||||
Requires: perl(URI) >= 1.10
|
||||
Requires: perl(URI) >= 1.100
|
||||
Requires: perl(URI::Escape)
|
||||
Requires: perl(WWW::RobotRules) >= 6
|
||||
Requires: perl(parent) >= 0.217
|
||||
@@ -107,7 +108,7 @@ Recommends: perl(LWP::Protocol::https) >= 6.06
|
||||
The World-Wide Web library for Perl
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
||||
Reference in New Issue
Block a user