From d25a4399acaea416e2eadd94d41018849bf628e93a1bf2c93358a877dd9ba56d Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 14 Jan 2010 16:06:37 +0000 Subject: [PATCH] Accepting request 29466 from devel:languages:perl Copy from devel:languages:perl/perl-libwww-perl based on submit request 29466 from user anicka OBS-URL: https://build.opensuse.org/request/show/29466 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=16 --- libwww-perl-5.830.tar.bz2 | 3 --- libwww-perl-5.834.tar.bz2 | 3 +++ perl-libwww-perl.changes | 33 +++++++++++++++++++++++++++++++++ perl-libwww-perl.spec | 6 +++--- 4 files changed, 39 insertions(+), 6 deletions(-) delete mode 100644 libwww-perl-5.830.tar.bz2 create mode 100644 libwww-perl-5.834.tar.bz2 diff --git a/libwww-perl-5.830.tar.bz2 b/libwww-perl-5.830.tar.bz2 deleted file mode 100644 index 0ba725f..0000000 --- a/libwww-perl-5.830.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18b87e2c5928cc834291fa61a7a4aee6a4715cc9d04941c52d063f750048411a -size 211027 diff --git a/libwww-perl-5.834.tar.bz2 b/libwww-perl-5.834.tar.bz2 new file mode 100644 index 0000000..9a2645a --- /dev/null +++ b/libwww-perl-5.834.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7daaa8e92f574ffa9797502bd7d77110547e38707e46a0157b1c6be877a851f3 +size 212349 diff --git a/perl-libwww-perl.changes b/perl-libwww-perl.changes index 168091c..277d389 100644 --- a/perl-libwww-perl.changes +++ b/perl-libwww-perl.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Jan 13 16:40:12 CET 2010 - anicka@suse.cz + +- update to 5.834 + * Check for sane default_headers argument [RT#50393] + * Add $ua->local_address attribute [RT#40912] + * Test that generation of boundary works [RT#49396] + * Page does not display the "standard" apache listing any more + * Remove unneeded executable permissions. + * Switch compression/decompression to use the IO::Compress/IO::Uncompress and + * Compress::Raw::Zlib family of modules. + * lwp-request should use stderr for auth [RT#21620] + * Deal with cookies that expire far into the future [RT#50147] + * Deal with cookies that expire at or before epoch [RT#49467] + * Pass separate type for https to LWP::ConnCache [RT#48899] + * Improved handling of the User-Agent header [RT#48461] + * HTTP::Cookies add_cookie_header previous Cookies [RT#46106] + * Improve diagnostics from LWP::UserAgent::mirror [RT#48869] + * mirror should die in case X-Died is set [RT#48236] + * Increase default Net::HTTP max line length to 8k. + * Fix net test suite. + * Comment spelling fixes. + * Fix links to old Netscape cookie specification. + * Documentation spelling fixes. + * Improve max line length exceeded/read error messages. + * Do not warn about seemingly wellformed but unrecognized robots.txt lines. + * $mess->content_charset would fail for empty content + * Further restrict what variables env_proxy() process + * Fix bzip2 content encoding/decoding. + * send_te() doc grammar fix. + * Document time2str() behavior with an undefined argument. + * HTML::Message's content_charset trigger warnings from HTML::Parser [RT#48621] + ------------------------------------------------------------------- Tue Aug 4 18:45:30 CEST 2009 - anicka@suse.cz diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index e83a9a4..35dc844 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-libwww-perl (Version 5.830) +# spec file for package perl-libwww-perl (Version 5.834) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: perl-libwww-perl %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: The World-Wide Web library for Perl -Version: 5.830 +Version: 5.834 Release: 1 AutoReqProv: on License: Artistic License ..