diff --git a/HTML-Parser-3.59.tar.bz2 b/HTML-Parser-3.59.tar.bz2 deleted file mode 100644 index 4fe7e3c..0000000 --- a/HTML-Parser-3.59.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:817b116654c312923d6e91eb1f4a646ac70bbf0f4ba562ba80c0a02611938e3e -size 73630 diff --git a/HTML-Parser-3.60.tar.bz2 b/HTML-Parser-3.60.tar.bz2 new file mode 100644 index 0000000..ca6d48a --- /dev/null +++ b/HTML-Parser-3.60.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2a812982487fe2a4e42f9b46abbfef7e2197d09604ef4777604a39a8ce9fbc +size 74244 diff --git a/perl-HTML-Parser.changes b/perl-HTML-Parser.changes index 1be191c..0c22d5f 100644 --- a/perl-HTML-Parser.changes +++ b/perl-HTML-Parser.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Feb 27 10:48:05 CET 2009 - anicka@suse.cz + +- update to 3.60 + * Spelling fixes. + * Test multi-value headers. + * Documentation improvements. + * Do not terminate head parsing on the element + * Add support for HTML 5 and new HEAD elements. + * Short description of the htextsub example + * Suppress warning when encode_entities is called with undef + * HTML::Parser doesn't compile with perl 5.8.0. + ------------------------------------------------------------------- Tue Jan 20 15:55:27 CET 2009 - anicka@suse.cz diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index 8adfc2d..f2c6eaa 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-HTML-Parser (Version 3.59) +# spec file for package perl-HTML-Parser (Version 3.60) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,7 +20,7 @@ Name: perl-HTML-Parser BuildRequires: perl-HTML-Tagset -Version: 3.59 +Version: 3.60 Release: 1 Provides: perl_htp Obsoletes: perl_htp @@ -70,6 +70,16 @@ rm -rf $RPM_BUILD_ROOT /var/adm/perl-modules/%{name} %changelog +* Fri Feb 27 2009 anicka@suse.cz +- update to 3.60 + * Spelling fixes. + * Test multi-value headers. + * Documentation improvements. + * Do not terminate head parsing on the element + * Add support for HTML 5 and new HEAD elements. + * Short description of the htextsub example + * Suppress warning when encode_entities is called with undef + * HTML::Parser doesn't compile with perl 5.8.0. * Tue Jan 20 2009 anicka@suse.cz - update to 3.59 * Restore perl-5.6 compatibility for HTML::HeadParser.