diff --git a/libwww-perl-5.828.tar.bz2 b/libwww-perl-5.828.tar.bz2 deleted file mode 100644 index a135df2..0000000 --- a/libwww-perl-5.828.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29dd2f6bc1878de3c2ca283e667165f937ca169e039204f21cfae6d0c4d6104b -size 209926 diff --git a/libwww-perl-5.830.tar.bz2 b/libwww-perl-5.830.tar.bz2 new file mode 100644 index 0000000..0ba725f --- /dev/null +++ b/libwww-perl-5.830.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b87e2c5928cc834291fa61a7a4aee6a4715cc9d04941c52d063f750048411a +size 211027 diff --git a/perl-libwww-perl.changes b/perl-libwww-perl.changes index c4f882f..168091c 100644 --- a/perl-libwww-perl.changes +++ b/perl-libwww-perl.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Aug 4 18:45:30 CEST 2009 - anicka@suse.cz + +- update to 5.830 + * This release removes callback handlers that were left over on + the returned HTTP::Responses. This was problematic because it + created reference loops preventing the Perl garbage collector + from releasing their memory. Another problem was that Storable + by default would not serialize these objects any more. + * This release also adds support for locating HTML::Form inputs by id + or class attribute; for instance $form->value("#foo", 42) will set + the value on the input with the ID of "foo". + * bugfixes + ------------------------------------------------------------------- Sat Jul 25 19:40:37 CEST 2009 - chris@computersalat.de diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index 7f31caf..e83a9a4 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-libwww-perl (Version 5.828) +# spec file for package perl-libwww-perl (Version 5.830) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -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.828 +Version: 5.830 Release: 1 AutoReqProv: on License: Artistic License ..