Accepting request 1072071 from devel:languages:perl:autoupdate

- updated to 2.11
   see /usr/share/doc/packages/perl-HTML-Strip/Changes
  2.11  Tue 14 Mar 2023 13:18:29 EET
      - fix public VSC info for MetaCPAN (RT#115740)
      - add option to emit newlines for <br> and <p> tags
      (patch by Ryan Schmidt, contributed by Jason McIntosh)
      - installation / complilation bug on macOS (RT#134342)
      (patch contributed by Lucas Kanashiro)
      - spelling correction (RT#115740)
      (patch contributed by Florian Weimer)
      - improved C99 compatibility with utf8_char_width prototype (RT#146734)
      (contributed by Gabor Szabo)
      - htmlstrip command-line tool

OBS-URL: https://build.opensuse.org/request/show/1072071
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Strip?expand=0&rev=6
This commit is contained in:
2023-03-16 08:31:10 +00:00
committed by Git OBS Bridge
parent d2b065b55d
commit 79e7b19048
4 changed files with 43 additions and 29 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Mar 15 03:08:33 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.11
see /usr/share/doc/packages/perl-HTML-Strip/Changes
2.11 Tue 14 Mar 2023 13:18:29 EET
- fix public VSC info for MetaCPAN (RT#115740)
- add option to emit newlines for <br> and <p> tags
(patch by Ryan Schmidt, contributed by Jason McIntosh)
- installation / complilation bug on macOS (RT#134342)
(patch contributed by Lucas Kanashiro)
- spelling correction (RT#115740)
(patch contributed by Florian Weimer)
- improved C99 compatibility with utf8_char_width prototype (RT#146734)
(contributed by Gabor Szabo)
- htmlstrip command-line tool
-------------------------------------------------------------------
Thu May 5 09:22:45 UTC 2016 - coolo@suse.com