diff --git a/XML-LibXML-1.84.tar.gz b/XML-LibXML-1.84.tar.gz deleted file mode 100644 index 06a2696..0000000 --- a/XML-LibXML-1.84.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30ecd4be79b6b7f34d8e17180de83c0c12667fda071480e60c5ce33164d9bb04 -size 429541 diff --git a/XML-LibXML-1.87.tar.gz b/XML-LibXML-1.87.tar.gz new file mode 100644 index 0000000..3bcf7ed --- /dev/null +++ b/XML-LibXML-1.87.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ad15f34bcb1ac45269b60978baa489f5293b09892a72b4acdfa386588427da +size 431027 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index a903867..1aafc16 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Aug 29 08:23:27 UTC 2011 - vcizek@suse.com + +- 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. + ------------------------------------------------------------------- Mon Jul 25 09:49:47 UTC 2011 - vcizek@novell.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index bae8b77..b596197 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -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