8
0

- update to 1.87

- Fix t/49callbacks_returning_undef.t to not read /etc/passed which may
    not be valid XML. Instead, we're reading a local file while using 
    URI::file (assuming it exists - else - we skip_all.)
1.86            Thu Aug 25 11:42:55 IDT 2011
    - Changed SvPVx_nolen() to SvPV_nolen() in LibXML.xs for better compatibility.
        - SvPVx_nolen() appears to be undocumented API.
        - Resolves https://rt.cpan.org/Public/Bug/Display.html?id=70476
        - Thanks to Paul for the report.
1.85            Wed Aug 24 17:05:19 IDT 2011
    - Gracefully handle returned undef()s in the read callback under -w ($^W):
        - t/49callbacks_returning_undef.t
        - https://rt.cpan.org/Ticket/Display.html?id=70321
    - Add a patch from Mithaldu to get XML::LibXML to compile on Win32:
        - https://rt.cpan.org/Ticket/Display.html?id=70141
        - I'm applying it by faith, so if it breaks, blame him. (;-).
        - the patch adds -lllibgettextlib.dll to the Makefile.PL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=19
This commit is contained in:
Vítězslav Čížek
2011-08-29 08:35:51 +00:00
committed by Git OBS Bridge
parent 898092688e
commit 8aa48e813c
4 changed files with 25 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
Name: perl-XML-LibXML
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Perl Binding for libxml2
Version: 1.84
Version: 1.87
Release: 1
AutoReqProv: on
Group: Development/Libraries/Perl