From 1551f7d49cb4aa4839755034698ef74f4fa827c0a603f62d3a8abb00e415bf4a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 23 Feb 2009 22:58:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=11 --- libwww-perl-5.823.tar.bz2 | 3 --- libwww-perl-5.825.tar.bz2 | 3 +++ perl-libwww-perl.changes | 17 +++++++++++++++++ perl-libwww-perl.spec | 19 ++++++++++++++++--- 4 files changed, 36 insertions(+), 6 deletions(-) delete mode 100644 libwww-perl-5.823.tar.bz2 create mode 100644 libwww-perl-5.825.tar.bz2 diff --git a/libwww-perl-5.823.tar.bz2 b/libwww-perl-5.823.tar.bz2 deleted file mode 100644 index 30d2bea..0000000 --- a/libwww-perl-5.823.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7c94edc1baae80584d29d4544907d46bbc00516f0ac4dbe13ad1e27e87df6eb -size 198396 diff --git a/libwww-perl-5.825.tar.bz2 b/libwww-perl-5.825.tar.bz2 new file mode 100644 index 0000000..fe00bda --- /dev/null +++ b/libwww-perl-5.825.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fa83bf7585ce0a3e5147cf14f09e53656e6bbc5d34d36b18166b300e64518a +size 198016 diff --git a/perl-libwww-perl.changes b/perl-libwww-perl.changes index 052f056..0ade176 100644 --- a/perl-libwww-perl.changes +++ b/perl-libwww-perl.changes @@ -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 diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index 13087df..4530da5 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -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. # @@ -20,7 +20,7 @@ Name: perl-libwww-perl BuildRequires: perl-Compress-Zlib perl-HTML-Parser perl-URI -Version: 5.823 +Version: 5.825 Release: 1 Provides: libwww-perl Provides: perl_lw3 @@ -63,7 +63,6 @@ mv t/live/jigsaw-md5-get.t t/live/jigsaw-md5-get.tt make test %install -rm -rf $RPM_BUILD_ROOT %perl_make_install %perl_process_packlist @@ -89,6 +88,20 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/%{name} %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 - update to 5.823 * Bring back the LWP::Debug code