1
0

Accepting request 836268 from devel:languages:perl:autoupdate

- updated to 6.48
   see /usr/share/doc/packages/perl-libwww-perl/Changes
  6.48      2020-09-20 15:25:51Z
      - Support 308 Permanent Redirect (GH#349) (Galen Huntington)

OBS-URL: https://build.opensuse.org/request/show/836268
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=100
This commit is contained in:
Pedro Monreal Gonzalez 2020-09-23 09:57:19 +00:00 committed by Git OBS Bridge
parent acc636a305
commit 86f7c10d9d
4 changed files with 15 additions and 6 deletions

View File

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

3
libwww-perl-6.48.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Sep 21 03:14:47 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 6.48
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.48 2020-09-20 15:25:51Z
- Support 308 Permanent Redirect (GH#349) (Galen Huntington)
-------------------------------------------------------------------
Wed Aug 19 03:17:12 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -17,7 +17,7 @@
Name: perl-libwww-perl
Version: 6.47
Version: 6.48
Release: 0
%define cpan_name libwww-perl
Summary: The World-Wide Web library for Perl
@ -42,7 +42,7 @@ 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
BuildRequires: perl(HTTP::Status) >= 6.07
BuildRequires: perl(LWP::MediaTypes) >= 6
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Net::HTTP) >= 6.18
@ -64,7 +64,7 @@ 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
Requires: perl(HTTP::Status) >= 6.07
Requires: perl(LWP::MediaTypes) >= 6
Requires: perl(Net::HTTP) >= 6.18
Requires: perl(Try::Tiny)