diff --git a/libwww-perl-6.67.tar.gz b/libwww-perl-6.67.tar.gz deleted file mode 100644 index 1fd9852..0000000 --- a/libwww-perl-6.67.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96eec40a3fd0aa1bd834117be5eb21c438f73094d861a1a7e5774f0b1226b723 -size 180545 diff --git a/libwww-perl-6.68.tar.gz b/libwww-perl-6.68.tar.gz new file mode 100644 index 0000000..4644835 --- /dev/null +++ b/libwww-perl-6.68.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42784a5869855ee08522dfb1d30fccf98ca4ddefa8c6c1bcb0d68a0adceb7f01 +size 180390 diff --git a/perl-libwww-perl.changes b/perl-libwww-perl.changes index 0e4c593..8310896 100644 --- a/perl-libwww-perl.changes +++ b/perl-libwww-perl.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 28 03:10:38 UTC 2023 - Tina Müller + +- updated to 6.68 + see /usr/share/doc/packages/perl-libwww-perl/Changes + + 6.68 2023-02-27 19:18:33Z + - Remove dynamic dependency on HTTP::Status (GH#419) (Graham Knop) + - Raise minimum version of HTML::HeadParser to 3.71 (GH#422) (Olaf Alders) + - Apply perlimports to tests (GH#418) (Olaf Alders) + ------------------------------------------------------------------- Wed Jun 15 03:10:54 UTC 2022 - Tina Müller diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index 98fc6eb..d0324a7 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-libwww-perl # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name libwww-perl Name: perl-libwww-perl -Version: 6.67 +Version: 6.68 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: The World-Wide Web library for Perl @@ -28,21 +28,19 @@ Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120620 BuildRequires: perl(Encode::Locale) BuildRequires: perl(File::Listing) >= 6 BuildRequires: perl(HTML::Entities) -BuildRequires: perl(HTML::HeadParser) +BuildRequires: perl(HTML::HeadParser) >= 3.71 BuildRequires: perl(HTTP::Cookies) >= 6 BuildRequires: perl(HTTP::Daemon) >= 6.12 BuildRequires: perl(HTTP::Date) >= 6 BuildRequires: perl(HTTP::Negotiate) >= 6 -BuildRequires: perl(HTTP::Request) >= 6 -BuildRequires: perl(HTTP::Request::Common) >= 6 -BuildRequires: perl(HTTP::Response) >= 6 -BuildRequires: perl(HTTP::Status) >= 6.07 +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(LWP::MediaTypes) >= 6 -BuildRequires: perl(Module::Metadata) BuildRequires: perl(Net::HTTP) >= 6.18 BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 @@ -56,14 +54,14 @@ BuildRequires: perl(parent) >= 0.217 Requires: perl(Encode::Locale) Requires: perl(File::Listing) >= 6 Requires: perl(HTML::Entities) -Requires: perl(HTML::HeadParser) +Requires: perl(HTML::HeadParser) >= 3.71 Requires: perl(HTTP::Cookies) >= 6 Requires: perl(HTTP::Date) >= 6 Requires: perl(HTTP::Negotiate) >= 6 -Requires: perl(HTTP::Request) >= 6 -Requires: perl(HTTP::Request::Common) >= 6 -Requires: perl(HTTP::Response) >= 6 -Requires: perl(HTTP::Status) >= 6.07 +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(LWP::MediaTypes) >= 6 Requires: perl(Net::HTTP) >= 6.18 Requires: perl(Try::Tiny)