This commit is contained in:
parent
c484ebac22
commit
1551f7d49c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a7c94edc1baae80584d29d4544907d46bbc00516f0ac4dbe13ad1e27e87df6eb
|
|
||||||
size 198396
|
|
3
libwww-perl-5.825.tar.bz2
Normal file
3
libwww-perl-5.825.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90fa83bf7585ce0a3e5147cf14f09e53656e6bbc5d34d36b18166b300e64518a
|
||||||
|
size 198016
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 23 16:18:38 CET 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 5.825
|
||||||
|
* Fixup test failure with perl-5.8.8 and older; qr/$/m doesn't work
|
||||||
|
* Make format_request() ensure that it returns bytes [RT#42396]
|
||||||
|
* Force bytes in all the format_* methods.
|
||||||
|
* Ignore Sitemap: lines in robots.txt [RT#42420]
|
||||||
|
* Refactor; use variable to hold the test port
|
||||||
|
* Add redirects method to HTTP::Message
|
||||||
|
* Setting $ua->max_redirect(0) didn't work [RT#40260]
|
||||||
|
* Convert files to UTF-8
|
||||||
|
* HTTP::Cookies destructor should not clobber $! and other globals.
|
||||||
|
* Deal with the Encode module distributed with perl-5.8.0
|
||||||
|
* Avoid failure if 127.0.0.1:8333 is in use [RT#42866]
|
||||||
|
* Documentation improvements, spelling fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 20 15:59:08 CET 2009 - anicka@suse.cz
|
Tue Jan 20 15:59:08 CET 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-libwww-perl (Version 5.823)
|
# spec file for package perl-libwww-perl (Version 5.825)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: perl-libwww-perl
|
Name: perl-libwww-perl
|
||||||
BuildRequires: perl-Compress-Zlib perl-HTML-Parser perl-URI
|
BuildRequires: perl-Compress-Zlib perl-HTML-Parser perl-URI
|
||||||
Version: 5.823
|
Version: 5.825
|
||||||
Release: 1
|
Release: 1
|
||||||
Provides: libwww-perl
|
Provides: libwww-perl
|
||||||
Provides: perl_lw3
|
Provides: perl_lw3
|
||||||
@ -63,7 +63,6 @@ mv t/live/jigsaw-md5-get.t t/live/jigsaw-md5-get.tt
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
|
||||||
@ -89,6 +88,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 23 2009 anicka@suse.cz
|
||||||
|
- update to 5.825
|
||||||
|
* Fixup test failure with perl-5.8.8 and older; qr/$/m doesn't work
|
||||||
|
* Make format_request() ensure that it returns bytes [RT#42396]
|
||||||
|
* Force bytes in all the format_* methods.
|
||||||
|
* Ignore Sitemap: lines in robots.txt [RT#42420]
|
||||||
|
* Refactor; use variable to hold the test port
|
||||||
|
* Add redirects method to HTTP::Message
|
||||||
|
* Setting $ua->max_redirect(0) didn't work [RT#40260]
|
||||||
|
* Convert files to UTF-8
|
||||||
|
* HTTP::Cookies destructor should not clobber $! and other globals.
|
||||||
|
* Deal with the Encode module distributed with perl-5.8.0
|
||||||
|
* Avoid failure if 127.0.0.1:8333 is in use [RT#42866]
|
||||||
|
* Documentation improvements, spelling fixes.
|
||||||
* Tue Jan 20 2009 anicka@suse.cz
|
* Tue Jan 20 2009 anicka@suse.cz
|
||||||
- update to 5.823
|
- update to 5.823
|
||||||
* Bring back the LWP::Debug code
|
* Bring back the LWP::Debug code
|
||||||
|
Loading…
Reference in New Issue
Block a user