diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-22 12:14:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-22 12:14:47 +0000 |
commit | 765d235f007c4c7dcfb405c30348ff0683b808ab (patch) | |
tree | 4ab839b1d4339133ad8991569425c0a9fe33a456 /textproc | |
parent | 5e0af8b0dd0a93985905ed08c95c23909622cabd (diff) | |
download | pkgsrc-765d235f007c4c7dcfb405c30348ff0683b808ab.tar.gz |
Update to 1.96:
1.96 Fri Mar 16 21:01:09 IST 2012
- Apply a patch to add leading minus signs to the commands of
install_sax_driver.
- This makes the make process succeed even if they fail.
- Fixes https://rt.cpan.org/Public/Bug/Display.html?id=75007
- Thanks to POPEL for the report, and to Petr Pajas for the patch.
- Apply a patch from Tim Brody to skip_all on
t/49callbacks_returning_undef.t when URI.pm's version is below 1.35.
- Thanks to Tim Brody for the patch.
- Fixes the problem reported in http://www.city-fan.org/tips/PaulHowarth/Blog/2011-09-06.
1.95 Tue Mar 6 10:35:26 IST 2012
- Got rid of a broken test (at least with recent libxml2s) in
t/03doc.t :
- https://rt.cpan.org/Ticket/Display.html?id=75403
- The problem was that the test tested for an undefined XML
namespace, a behaviour which was changed in a recent libxml2
release.
- Thanks to vcizek for the report.
1.94 Sat Mar 3 22:05:18 IST 2012
- Fix XML::LibXML::Element tests for ineqaulity with == and eq.
- Fixes https://rt.cpan.org/Ticket/Display.html?id=75505 .
- Thanks to Mark Overmeer for the report and for a preliminary patch
to t/71overload.t .
1.93 Mon Feb 27 11:15:50 IST 2012
- Fix XML::LibXML::Element comparision with == and eq.
- Fixes https://rt.cpan.org/Ticket/Display.html?id=75257 ,
https://rt.cpan.org/Ticket/Display.html?id=75293 ,
https://rt.cpan.org/Ticket/Display.html?id=75259 .
- Thanks to Toby Inkster for a preliminary patch (that was modified by
me) and to the various people who reported the problem.
1.92 Tue Feb 21 19:00:48 IST 2012
- Fix for test failure on perls < 5.10.
- Fixes https://rt.cpan.org/Public/Bug/Display.html?id=75195
- Thanks to Paul for the report, and for a patch that was not
accepted.
1.91 Tue Feb 21 13:57:54 IST 2012
- Overload hash dereferencing on XML::LibXML::Elements, to provide
access to the element's attributes.
- See XML::LibXML::AttributeHash for details.
- Thanks to Toby Inkster.
- Pull some commits from Toby Inkster to add more convenient methods
to XML::LibXML::NodeList such as sort, map, grep, etc.
- https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/11/xml-libxml-nodelist-improvements
- Thanks, Toby!
- Printed some warnings regardless if DEBUG is on.
- Thanks to http://search.cpan.org/~mstrout/ for the suggestion.
1.90 Sun Jan 8 20:57:58 IST 2012
- Pull a commit from Aaron Crange to fix compilation bugs in Devel.xs:
- local variable declarations must be in the PREINIT section,
not `CODE`, at least for some compiler/OS combinations.
- Thanks, Aaron!
1.89 Sat Dec 24 09:46:26 IDT 2011
- Apply a patch with spelling fixes by Kevin Lyda :
- https://rt.cpan.org/Public/Bug/Display.html?id=71403
- Thanks to Kevin.
- Apply a pull request by ElDiablo with the implementation of
lib/XML/LibXML/Devel.pm .
- Adjust the Win32 Build Instructions in the README file.
- Thanks to Christopher J. Madsen.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-LibXML/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index f8feea6ae65..f27c82ab45c 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2011/10/04 02:51:40 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.35 2012/04/22 12:14:47 wiz Exp $ # -DISTNAME= XML-LibXML-1.88 +DISTNAME= XML-LibXML-1.96 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xlx CATEGORIES= textproc perl5 diff --git a/textproc/p5-XML-LibXML/distinfo b/textproc/p5-XML-LibXML/distinfo index b7287d9eb1b..9c8e02a8ac8 100644 --- a/textproc/p5-XML-LibXML/distinfo +++ b/textproc/p5-XML-LibXML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2011/10/04 02:51:40 hiramatsu Exp $ +$NetBSD: distinfo,v 1.18 2012/04/22 12:14:47 wiz Exp $ -SHA1 (XML-LibXML-1.88.tar.gz) = b53b35792b418307b2510e07c6aa7ec8c76667ef -RMD160 (XML-LibXML-1.88.tar.gz) = b700308abd56eaa1b917d80b5c005259cd68e2bd -Size (XML-LibXML-1.88.tar.gz) = 432186 bytes +SHA1 (XML-LibXML-1.96.tar.gz) = bd0263e1d76ef96cbf6c734c9415d8c3cd64610f +RMD160 (XML-LibXML-1.96.tar.gz) = e130fce12809046b939006587c8565f0f28b2bd3 +Size (XML-LibXML-1.96.tar.gz) = 441094 bytes |