1
0

Accepting request 492952 from devel:languages:perl:autoupdate

- updated to 5.06
   see /usr/share/doc/packages/perl-HTML-Tree/Changes
  5.06     2017-04-28
     Release by Kent Fredric
  
      * Revert XML escaping changes from 5.04 due to large numbers of
        broken dependents
        - RT#121310 https://rt.cpan.org/Ticket/Display.html?id=121310
        - https://github.com/rjbs/MasonX-Resolver-WidgetFactory/issues/1
        - https://github.com/kentfredric/HTML-Tree/issues/1

- updated to 5.04
   see /usr/share/doc/packages/perl-HTML-Tree/Changes
  5.04     2017--04-17
     Release by Jeff Fearn
  
      [FIXES]
      * Remove Distzilla to fix RT #120521 #89820
      * Add POD to htmltree RT #116367
      * Speed up is_inside method RT #113415
        - From Todd Rinaldo https://github.com/madsen/HTML-Tree/pull/5
      * Fix extra spaces being added to comments RT #94311
        - From Tomaz Solc
      * Don't needlessly escape characters in element content RT #93431
        - From Tomaz Solc

OBS-URL: https://build.opensuse.org/request/show/492952
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Tree?expand=0&rev=25
This commit is contained in:
Stephan Kulow
2017-05-05 05:11:17 +00:00
committed by Git OBS Bridge
parent a1d7a6aa91
commit 92f9485b83
5 changed files with 76 additions and 12 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Sat Apr 29 05:52:50 UTC 2017 - coolo@suse.com
- updated to 5.06
see /usr/share/doc/packages/perl-HTML-Tree/Changes
5.06 2017-04-28
Release by Kent Fredric
* Revert XML escaping changes from 5.04 due to large numbers of
broken dependents
- RT#121310 https://rt.cpan.org/Ticket/Display.html?id=121310
- https://github.com/rjbs/MasonX-Resolver-WidgetFactory/issues/1
- https://github.com/kentfredric/HTML-Tree/issues/1
-------------------------------------------------------------------
Wed Apr 19 05:52:37 UTC 2017 - coolo@suse.com
- updated to 5.04
see /usr/share/doc/packages/perl-HTML-Tree/Changes
5.04 2017--04-17
Release by Jeff Fearn
[FIXES]
* Remove Distzilla to fix RT #120521 #89820
* Add POD to htmltree RT #116367
* Speed up is_inside method RT #113415
- From Todd Rinaldo https://github.com/madsen/HTML-Tree/pull/5
* Fix extra spaces being added to comments RT #94311
- From Tomaz Solc
* Don't needlessly escape characters in element content RT #93431
- From Tomaz Solc
-------------------------------------------------------------------
Tue Apr 14 17:56:13 UTC 2015 - coolo@suse.com