8
0
OBS User unknown
2009-02-27 15:15:23 +00:00
committed by Git OBS Bridge
parent 0d803f7151
commit 12a0a0b4fd
4 changed files with 28 additions and 5 deletions

View File

@@ -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 <object> element
* Add support for HTML 5 <meta charset> 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.