1
0

Accepting request 743825 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/743825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=62
This commit is contained in:
Dominique Leuenberger 2019-11-04 16:02:00 +00:00 committed by Git OBS Bridge
commit b9bb6516fb
4 changed files with 31 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Oct 29 09:47:06 UTC 2019 - <timueller+perl@suse.de>
- updated to 6.41
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.41 2019-10-28 14:42:06Z
- Allow mirroring to files called '0' (GH#329) (Mark Fowler)
-------------------------------------------------------------------
Fri Oct 25 09:51:05 UTC 2019 - <timueller+perl@suse.de>
- updated to 6.40
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.40 2019-10-24 12:55:45Z
- Let Digest authentication act on nonce expiry (GH#313) (Frank Maas)
- Make file arg for mirror mandatory #304 (GH#326) (Julien Fiegehenn)
- Doc fix: fields starting with ":" have to be quoted (GH#324) (Slaven
Rezić)
- Fix documentation for removing all handlers (GH#319) (leedo)
- Ensure proper version of Dist::Zilla::Plugin::MakeMaker::Awesome
- Add TravisCI testing for Perl v5.30
- Clean up .perltidyrc
-------------------------------------------------------------------
Tue May 7 05:32:30 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -17,7 +17,7 @@
Name: perl-libwww-perl
Version: 6.39
Version: 6.41
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.18
BuildRequires: perl(HTTP::Status) >= 6
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.18
Requires: perl(HTTP::Status) >= 6
Requires: perl(LWP::MediaTypes) >= 6
Requires: perl(Net::HTTP) >= 6.18
Requires: perl(Try::Tiny)