commit dc474281d6be2b17614aad11aa55a0632eb81a48a8fe9bfc5018b4c7a9447e57 Author: Dirk Stoecker Date: Wed Jul 31 16:25:01 2024 +0000 Accepting request 1190640 from devel:languages:perl:autoupdate - updated to 3.830.0 (3.83) see /usr/share/doc/packages/perl-HTML-Parser/Changes 3.83 2024-07-30 - fix '$\/]' in HTML::Entities::encode_entities (GH#45) (mauke) OBS-URL: https://build.opensuse.org/request/show/1190640 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=65 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/HTML-Parser-3.82.tar.gz b/HTML-Parser-3.82.tar.gz new file mode 100644 index 0000000..8371826 --- /dev/null +++ b/HTML-Parser-3.82.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1f20dd0e471a049c13a53d0fcd0442f58518889180536c6f337112c9a430d8 +size 150550 diff --git a/HTML-Parser-3.83.tar.gz b/HTML-Parser-3.83.tar.gz new file mode 100644 index 0000000..f370b86 --- /dev/null +++ b/HTML-Parser-3.83.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7278ce9791256132b26a71a5719451844704bb9674b58302c3486df43584f8c0 +size 151224 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-HTML-Parser.changes b/perl-HTML-Parser.changes new file mode 100644 index 0000000..05404bc --- /dev/null +++ b/perl-HTML-Parser.changes @@ -0,0 +1,421 @@ +------------------------------------------------------------------- +Wed Jul 31 05:28:00 UTC 2024 - Tina Müller + +- updated to 3.830.0 (3.83) + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 3.83 2024-07-30 + - fix '$\/]' in HTML::Entities::encode_entities (GH#45) (mauke) + +------------------------------------------------------------------- +Fri Mar 22 16:11:10 UTC 2024 - Tina Müller + +- updated to 3.82 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 3.82 2024-03-13 + - "img lowsrc" and "body background" are not in the HTMLv5 spec (GH#43) + (Jess) + - Replace "FileHandle" with "IO::File" (GH#42) (James Raspass) + - Fix some minor typos (GH#41) (Yoshikazu Sawa) + +------------------------------------------------------------------- +Wed Feb 1 03:07:05 UTC 2023 - Tina Müller + +- updated to 3.81 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 3.81 2023-01-30 + - Stop depending on "Test" (GH#34) (James Raspass) + - fix test scripts after conversion to Test::More (GH#35) (Graham Knop) + +------------------------------------------------------------------- +Thu Nov 3 03:06:50 UTC 2022 - Tina Müller + +- updated to 3.80 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 3.80 2022-11-01 + * Fix compatibility with ancient perl by avoiding index in test (GH#33) + (Graham Knop) + +------------------------------------------------------------------- +Thu Oct 13 03:07:42 UTC 2022 - Tina Müller + +- updated to 3.79 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 3.79 2022-10-12 + * Modernise XS (GH#32) (James Raspass) + * Skip threads on older perl versions, as they often segfault (GH#31) (Graham + * Knop) + +------------------------------------------------------------------- +Wed Apr 6 03:10:06 UTC 2022 - Tina Müller + +- updated to 3.78 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 3.78 2022-03-28 + * Remove unused variable (GH#26) (Michal Josef Špaček) + +------------------------------------------------------------------- +Tue Mar 15 03:06:59 UTC 2022 - Tina Müller + +- updated to 3.77 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 3.77 2022-03-14 + * Update tests to remove HTML4 specific tags (GH#25) (Jess) + +------------------------------------------------------------------- +Fri Mar 5 03:06:28 UTC 2021 - Tina Müller + +- updated to 3.76 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 3.76 2021-03-04 + * Add a fix for a stack confusion error on `eof`. (GH#21) (Matthew Horsfall + and Chase Whitener) + +------------------------------------------------------------------- +Mon Aug 31 03:09:13 UTC 2020 - Tina Müller + +- updated to 3.75 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + +------------------------------------------------------------------- +Wed Aug 26 03:09:23 UTC 2020 - Tina Müller + +- updated to 3.73 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + +------------------------------------------------------------------- +Wed Jan 20 10:12:44 UTC 2016 - coolo@suse.com + +- updated to 3.72 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 2016-01-19 Release 3.72 + + Gisle Aas (3): + Avoid more clang casting warnings + Remove trailing whitespace + Ensure entities expand to utf8 sequences under 'utf8_mode' [RT#99755] + + David Steinbrunner (2): + typo fix + typo fixes + + Jacques Germishuys (1): + Silence clang warning + + bulk88 (1): + const+static-ing + + + _______________________________________________________________________________ + +------------------------------------------------------------------- +Mon Apr 13 17:15:23 UTC 2015 - coolo@suse.com + +- regnererate spec file to be in line with current template + +------------------------------------------------------------------- +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 + +- Add Source URL, see https://en.opensuse.org/SourceUrls + +------------------------------------------------------------------- +Mon Oct 17 01:36:26 UTC 2011 - vcizek@suse.com + +- update to 3.69 + Documentation fix; encode_utf8 mixup [RT#71151] + Make it clearer that there are 2 (actually 3) options for handing "UTF-8 garbage" + Github is the official repo + Can't be bothered to try to fix the failures that occur on perl-5.6 + fix to TokeParser to correctly handle option configuration + Aesthetic change: remove extra ; + Trim surrounding whitespace from extracted URLs. +_______________________________________________________________________________ + +------------------------------------------------------------------- +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