8
0

5 Commits

Author SHA256 Message Date
9c9ada6f9f Accepting request 1310530 from devel:languages:perl
- 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)

OBS-URL: https://build.opensuse.org/request/show/1310530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=95
2025-10-11 20:48:13 +00:00
77fab58ba7 Accepting request 1294332 from devel:languages:perl
- 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) (forwarded request 1294123 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1294332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=94
2025-07-20 13:28:14 +00:00
bd5aca2fba - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=145
2025-07-18 09:18:40 +00:00
d6a43048bc Accepting request 1269242 from devel:languages:perl
- 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) (forwarded request 1268689 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1269242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=93
2025-04-15 14:45:19 +00:00
bb72f85647 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=143
2025-04-14 11:16:15 +00:00
6 changed files with 19 additions and 24 deletions

5
_scmsync.obsinfo Normal file
View 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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f282723aa3c507b93937130e35e19fa5b0e8db627177aab7b377be3486e22c92
size 256

BIN
libwww-perl-6.80.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libwww-perl-6.81.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,14 +1,3 @@
-------------------------------------------------------------------
Thu Oct 23 05:35:03 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 6.810.0 (6.81)
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.81 2025-10-22 17:04:53Z
- Add Security Policy file SECURITY.md (GH#475) (Mikko Koivunalho)
- Update test expectations for HTTP-Message 7.01+ trailing newline fix
(GH#492) (Copilot)
-------------------------------------------------------------------
Thu Oct 9 20:54:33 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,10 +18,10 @@
%define cpan_name libwww-perl
Name: perl-libwww-perl
Version: 6.810.0
Version: 6.800.0
Release: 0
# 6.81 -> normalize -> 6.810.0
%define cpan_version 6.81
# 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}
@@ -39,11 +39,10 @@ BuildRequires: perl(HTTP::CookieJar::LWP)
BuildRequires: perl(HTTP::Cookies) >= 6
BuildRequires: perl(HTTP::Daemon) >= 6.120
BuildRequires: perl(HTTP::Date) >= 6
BuildRequires: perl(HTTP::Message) >= 7.10
BuildRequires: perl(HTTP::Negotiate) >= 6
BuildRequires: perl(HTTP::Request) >= 7.10
BuildRequires: perl(HTTP::Request) >= 6.180
BuildRequires: perl(HTTP::Request::Common) >= 6.180
BuildRequires: perl(HTTP::Response) >= 7.10
BuildRequires: perl(HTTP::Response) >= 6.180
BuildRequires: perl(HTTP::Status) >= 6.180
BuildRequires: perl(LWP::MediaTypes) >= 6
BuildRequires: perl(Module::Load)
@@ -63,11 +62,10 @@ Requires: perl(HTML::Entities)
Requires: perl(HTML::HeadParser) >= 3.710
Requires: perl(HTTP::Cookies) >= 6
Requires: perl(HTTP::Date) >= 6
Requires: perl(HTTP::Message) >= 7.10
Requires: perl(HTTP::Negotiate) >= 6
Requires: perl(HTTP::Request) >= 7.10
Requires: perl(HTTP::Request) >= 6.180
Requires: perl(HTTP::Request::Common) >= 6.180
Requires: perl(HTTP::Response) >= 7.10
Requires: perl(HTTP::Response) >= 6.180
Requires: perl(HTTP::Status) >= 6.180
Requires: perl(LWP::MediaTypes) >= 6
Requires: perl(Module::Load)
@@ -125,7 +123,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CONTRIBUTING.md examples README.SSL SECURITY.md talk-to-ourself
%doc Changes CONTRIBUTING.md examples README.SSL talk-to-ourself
%license LICENSE
%changelog