From c444b99d2491638bec5f6118c4a35b7ff3e33f6d25d55fcf67e8fa83fa086efa Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 15 Oct 2013 15:34:35 +0000 Subject: [PATCH] Accepting request 203347 from home:niner9:branches:devel:languages:perl Updated HTML::Parser to get the bugfix in 3.71 OBS-URL: https://build.opensuse.org/request/show/203347 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=42 --- HTML-Parser-3.69.tar.gz | 3 --- HTML-Parser-3.71.tar.gz | 3 +++ perl-HTML-Parser.changes | 10 ++++++++++ perl-HTML-Parser.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 HTML-Parser-3.69.tar.gz create mode 100644 HTML-Parser-3.71.tar.gz diff --git a/HTML-Parser-3.69.tar.gz b/HTML-Parser-3.69.tar.gz deleted file mode 100644 index d13061f..0000000 --- a/HTML-Parser-3.69.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:748b1c906500e3a921d0694acb9a3a7dd3f2ff6fa61c656b928bbf7686a42406 -size 89531 diff --git a/HTML-Parser-3.71.tar.gz b/HTML-Parser-3.71.tar.gz new file mode 100644 index 0000000..981da74 --- /dev/null +++ b/HTML-Parser-3.71.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be918b3749d3ff93627f72ee4b825683332ecb4c81c67a3a8d72b0435ffbd802 +size 90368 diff --git a/perl-HTML-Parser.changes b/perl-HTML-Parser.changes index cdce924..b0182a8 100644 --- a/perl-HTML-Parser.changes +++ b/perl-HTML-Parser.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Oct 15 07:30:00 UTC 2013 - nine@detonation.org + +- update to 3.71 + Transform ':' in headers to '-' [RT#80524] + Fix for cross-compiling with Buildroot + Comment typo fix + Fix Issue #3 / RT #84144: HTML::Entities::decode_entities() needs + to call SV_CHECK_THINKFIRST() before checking READONLY flag + ------------------------------------------------------------------- Mon Apr 15 10:55:30 UTC 2013 - idonmez@suse.com diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index a32d736..1abe25a 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -19,7 +19,7 @@ %bcond_with opt Name: perl-HTML-Parser -Version: 3.69 +Version: 3.71 Release: 0 %define cpan_name HTML-Parser Summary: HTML parser class