- update to 3.66:

* Fix entity decoding in utf8_mode for the title header

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=15
This commit is contained in:
Dirk Mueller 2010-07-12 07:33:32 +00:00 committed by Git OBS Bridge
parent 2bb2d0e2af
commit e0113aa7ea
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61f40a3c1a2fb646c8e54377d58e1bbae231c42fd7b90242b23747016bac5410
size 75156

3
HTML-Parser-3.66.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ece5c15fb5a4fd99c4121b62ef59cb58321fa9e8cc5ca810bd517420b396fb3
size 75486

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jul 12 09:33:04 CEST 2010 - dmueller@suse.de
- update to 3.66:
* Fix entity decoding in utf8_mode for the title header
-------------------------------------------------------------------
Wed Apr 7 20:01:30 UTC 2010 - chris@computersalat.de
- update to 3.65
* Eliminate buggy entities_decode_old
* Fixed endianness typo [RT#50811]
* Documentation fixes.
-------------------------------------------------------------------
Wed Jan 13 17:40:06 CET 2010 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-HTML-Parser (Version 3.64)
# spec file for package perl-HTML-Parser (Version 3.65)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -21,7 +21,7 @@
Name: perl-HTML-Parser
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: HTML parser class
Version: 3.64
Version: 3.66
Release: 1
License: Artistic License ..
Group: Development/Libraries/Perl