From df70ed55caae362a83f4e3d036ae93e09d7297ac7ce4509345f8dacafa0855a0 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 3 Nov 2021 07:14:12 +0000 Subject: [PATCH] Accepting request 928604 from devel:languages:perl:autoupdate - updated to 6.58 see /usr/share/doc/packages/perl-libwww-perl/Changes 6.58 2021-10-25 20:40:59Z - Add a test for "response_redirect" (GH#387) (James Raspass) - Improve documentation readability (GH#388) (Julien Fiegehenn) - Replace remaining uses of "base" with "parent" (GH#389) (James Raspass) OBS-URL: https://build.opensuse.org/request/show/928604 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=117 --- libwww-perl-6.57.tar.gz | 3 --- libwww-perl-6.58.tar.gz | 3 +++ perl-libwww-perl.changes | 11 +++++++++++ perl-libwww-perl.spec | 4 +++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 libwww-perl-6.57.tar.gz create mode 100644 libwww-perl-6.58.tar.gz diff --git a/libwww-perl-6.57.tar.gz b/libwww-perl-6.57.tar.gz deleted file mode 100644 index 7f8fc66..0000000 --- a/libwww-perl-6.57.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30c242359cb808f3fe2b115fb90712410557f0786ad74844f9801fd719bc42f8 -size 178654 diff --git a/libwww-perl-6.58.tar.gz b/libwww-perl-6.58.tar.gz new file mode 100644 index 0000000..19c354b --- /dev/null +++ b/libwww-perl-6.58.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f881f52775073a685cefd6aed4f8c53d0c17a808d4dc6e2231530426b997edbd +size 178862 diff --git a/perl-libwww-perl.changes b/perl-libwww-perl.changes index 417328b..89b8c9d 100644 --- a/perl-libwww-perl.changes +++ b/perl-libwww-perl.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 26 03:08:46 UTC 2021 - Tina Müller + +- updated to 6.58 + see /usr/share/doc/packages/perl-libwww-perl/Changes + + 6.58 2021-10-25 20:40:59Z + - Add a test for "response_redirect" (GH#387) (James Raspass) + - Improve documentation readability (GH#388) (Julien Fiegehenn) + - Replace remaining uses of "base" with "parent" (GH#389) (James Raspass) + ------------------------------------------------------------------- Tue Sep 21 03:08:43 UTC 2021 - Tina Müller diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index b79580a..d14b748 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -18,7 +18,7 @@ %define cpan_name libwww-perl Name: perl-libwww-perl -Version: 6.57 +Version: 6.58 Release: 0 Summary: The World-Wide Web library for Perl License: Artistic-1.0 OR GPL-1.0-or-later @@ -52,6 +52,7 @@ BuildRequires: perl(Try::Tiny) BuildRequires: perl(URI) >= 1.10 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) @@ -69,6 +70,7 @@ Requires: perl(Try::Tiny) Requires: perl(URI) >= 1.10 Requires: perl(URI::Escape) Requires: perl(WWW::RobotRules) >= 6 +Requires: perl(parent) >= 0.217 %{perl_requires} # MANUAL BEGIN Recommends: perl(LWP::Protocol::https) >= 6.06