8
0

Accepting request 296903 from devel:languages:perl:autoupdate

- updated to 2.0118
   see /usr/share/doc/packages/perl-XML-LibXML/Changes
  2.0118  2015-02-05
      - Add $Config{incpath} to the include paths on Win32.
          - Fixes https://rt.cpan.org/Ticket/Display.html?id=101944
          - Thanks to Marek for the report and propsed fix.
  
  2.0117  2014-10-26
      - Support libxml2 builds with disabled xmlReader
      - Makefile.PL : don't require a recentish ExtUtils::MakeMaker.
          - https://rt.cpan.org/Ticket/Display.html?id=83322
          - Thanks to Slaven Rezic for the report.
      - Fix broken t/02parse.t with non-English locale with recent perls.
          - https://rt.cpan.org/Public/Bug/Display.html?id=97805
          - Thanks to Slaven Rezic for the report.

OBS-URL: https://build.opensuse.org/request/show/296903
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=49
This commit is contained in:
Stephan Kulow
2015-04-16 07:09:41 +00:00
committed by Git OBS Bridge
parent c0fa427457
commit 44d4d83be9
5 changed files with 46 additions and 8 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Apr 15 14:48:13 UTC 2015 - coolo@suse.com
- updated to 2.0118
see /usr/share/doc/packages/perl-XML-LibXML/Changes
2.0118 2015-02-05
- Add $Config{incpath} to the include paths on Win32.
- Fixes https://rt.cpan.org/Ticket/Display.html?id=101944
- Thanks to Marek for the report and propsed fix.
2.0117 2014-10-26
- Support libxml2 builds with disabled xmlReader
- Makefile.PL : don't require a recentish ExtUtils::MakeMaker.
- https://rt.cpan.org/Ticket/Display.html?id=83322
- Thanks to Slaven Rezic for the report.
- Fix broken t/02parse.t with non-English locale with recent perls.
- https://rt.cpan.org/Public/Bug/Display.html?id=97805
- Thanks to Slaven Rezic for the report.
-------------------------------------------------------------------
Fri Jul 25 09:32:09 UTC 2014 - coolo@suse.com