------------------------------------------------------------------- Thu Aug 25 21:49:31 UTC 2011 - chris@computersalat.de - fix build for RHEL, CentOS * Unknown tag: Suggests: ------------------------------------------------------------------- Fri Feb 11 09:42:17 UTC 2011 - vcizek@novell.com - changed Recommends: perl(HTTP:Headers) to Suggests (bnc#570870) ------------------------------------------------------------------- Thu Feb 10 22:11:33 UTC 2011 - chris@computersalat.de - remove Author ------------------------------------------------------------------- Wed Dec 1 13:32:50 UTC 2010 - coolo@novell.com - switch to perl_requires macro ------------------------------------------------------------------- Mon Sep 6 09:35:03 UTC 2010 - chris@computersalat.de - recreated by cpanspec 1.78 - fix deps o Recommends HTTP::Headers not HTML::Headers ------------------------------------------------------------------- Thu Sep 2 05:13:03 UTC 2010 - pascal.bleser@opensuse.org - replaced auto-generated spec file - update to 3.68: * declare the encoding of the POD to be utf8 ------------------------------------------------------------------- Fri Aug 20 12:39:37 UTC 2010 - chris@computersalat.de - recreated by cpanspec 1.78 o fix deps - added bcond_with opt ------------------------------------------------------------------- Wed Aug 18 09:14:32 CEST 2010 - dmueller@suse.de - update to 3.67: * bleadperl 2154eca7 breaks HTML::Parser 3.66 ------------------------------------------------------------------- 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 - update to 3.64 * Convert files to UTF-8 * Don't allow decode_entities() to generate illegal Unicode chars * Copyright 2009 * Remove rendundant (repeated) test * Make parse_file() method use 3-arg open [RT#49434] * Take more care to prepare the char range for encode_entities [RT#50170] * decode_entities confused by trailing incomplete entity * HTTP::Header doc typo fix. * Do not bother tracking style or script, they're ignored. * Bring HTML 5 head elements up to date with WD-html5-20090423. * Improve HeadParser performance. * Doc patch: Make it clearer what the return value from ->parse is - remove last patch (fixed in upstream) ------------------------------------------------------------------- Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de - enable parallel build ------------------------------------------------------------------- Thu Oct 29 13:48:31 CET 2009 - anicka@suse.cz - fixed CVE-2009-3627 (bnc#550076) ------------------------------------------------------------------- Thu Aug 27 14:39:20 CEST 2009 - coolo@novell.com - remove strange obsoletes ------------------------------------------------------------------- Sat Jul 25 19:38:06 CEST 2009 - chris@computersalat.de - spec mods * removed ^---------- * removed ^#--------- ------------------------------------------------------------------- Sun Jun 28 20:17:46 CEST 2009 - chris@computersalat.de - update to 3.61 * Test that triggers the crash that Chip fixed * Complete documented list of literal tags * Avoid crash (referenced pend_text instead of skipped_text) * Reference HTML::LinkExttor [RT#43164] - added perl-macros o autogen filelist with perl_gen_filelist - spec mods o fixed deps - fixed rpmlint warnings o spurious-executable-perm in doc ------------------------------------------------------------------- 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 - update to 3.59 * Restore perl-5.6 compatibility for HTML::HeadParser. * Suppress "Parsing of undecoded UTF-8 will give garbage" warning with attr_encoded * The