diff --git a/libwww-perl-6.39.tar.gz b/libwww-perl-6.39.tar.gz deleted file mode 100644 index 702cf7c..0000000 --- a/libwww-perl-6.39.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a8d7747938aa75d7d524c71574ae7f99ca66a5dac8255a7f7759f373e7774d5 -size 172113 diff --git a/libwww-perl-6.41.tar.gz b/libwww-perl-6.41.tar.gz new file mode 100644 index 0000000..fb07b56 --- /dev/null +++ b/libwww-perl-6.41.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e271add59a2b773839b902a58a9c955b42008700df93eae1aa37167483a064a +size 172810 diff --git a/perl-libwww-perl.changes b/perl-libwww-perl.changes index 7cc3600..cb1b219 100644 --- a/perl-libwww-perl.changes +++ b/perl-libwww-perl.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Oct 29 09:47:06 UTC 2019 - + +- 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 - + +- 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 diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index 894866a..0604807 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -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)