8
0
OBS User unknown
2009-01-09 00:46:04 +00:00
committed by Git OBS Bridge
parent 0d930f24c6
commit 2f1f1359d7
5 changed files with 60 additions and 110 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-libwww-perl (Version 5.816)
# spec file for package perl-libwww-perl (Version 5.822)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 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
@@ -20,8 +20,8 @@
Name: perl-libwww-perl
BuildRequires: perl-Compress-Zlib perl-HTML-Parser perl-URI
Version: 5.816
Release: 2
Version: 5.822
Release: 1
Provides: libwww-perl
Provides: perl_lw3
Obsoletes: perl_lw3
@@ -34,7 +34,6 @@ License: Artistic License
Url: http://www.cpan.org/modules/by-module/WWW/
Summary: Modules Providing a World Wide Web API
Source: libwww-perl-%{version}.tar.bz2
Patch: libwww-perl-5.816-lostchars.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -51,7 +50,6 @@ Authors:
%prep
%setup -q -n libwww-perl-%{version}
%patch -p1
%build
perl Makefile.PL
@@ -91,6 +89,31 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%changelog
* Sat Dec 20 2008 coolo@suse.de
- update to 5.822
Various bug fixes
Should store "wire" headers field names with _ without translation.
Test HTTP::Request->parse().
Rename the HTTP::Status constants to have HTTP_ prefix
Add strict mode to HTML::Form
Add content_is_xml method
Make split_header_words() lower case returned tokens/keys
Add decode() method to HTTP::Message
Add encode() method to HTTP::Message
Allow multiple fields to be set with push_header().
Faster push_header()
Add dump method to HTTP::Message.
Add support for x-bzip2 encoding; fix bzip2 decoding.
Add send_header method to HTTP::Daemon
Make the lwp-request User-Agent string include the LWP version.
Calculation of current_age with missing Client-Date.
More correct matching of 'max-age' in freshness_lifetime method
The freshness_lifetime method now support options to control its heuristics
The Content-Length and Content-MD5 headers are no longer valid after encode/decode
Skip LWP test when fork() is unimplemented
A more modern user_agent example.
Make it possible to unset the proxy settings again
Deprecate LWP::Debug
* Mon Nov 17 2008 lnussel@suse.de
- fix https losing characters (bnc#445601,
http://rt.cpan.org/Public/Bug/Display.html?id=40187)