diff --git a/XML-LibXML-1.79.tar.gz b/XML-LibXML-1.79.tar.gz deleted file mode 100644 index 096d839..0000000 --- a/XML-LibXML-1.79.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33bf3c9fc144821e75c741fa9d28ea70879f64fc3011016685413475a0040650 -size 424459 diff --git a/XML-LibXML-1.84.tar.gz b/XML-LibXML-1.84.tar.gz new file mode 100644 index 0000000..06a2696 --- /dev/null +++ b/XML-LibXML-1.84.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ecd4be79b6b7f34d8e17180de83c0c12667fda071480e60c5ce33164d9bb04 +size 429541 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 573cc3f..a903867 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Mon Jul 25 09:49:47 UTC 2011 - vcizek@novell.com + +- update to 1.84 + - fixes https://rt.cpan.org/Ticket/Display.html?id=69722 . + - Fixed missing declarations after statements: + - resolves https://rt.cpan.org/Ticket/Display.html?id=69622 again. + - Fix docbook source validity + - resolves https://rt.cpan.org/Ticket/Display.html?id=69702 + - Moved some if blocks after the dSP; (which contains declarations) to be + compliant with C89/C90, which don't allow declarations in the middle of + a C function. + - resolves https://rt.cpan.org/Ticket/Display.html?id=69622 + - Fix https://rt.cpan.org/Ticket/Display.html?id=69553 : + - "install_sax_driver doesn't like custom INSTALLARCHLIB" + - Fix "IDs of elements is lost when importing nodes" + - https://rt.cpan.org/Public/Bug/Display.html?id=69520 + - With t/48importing_nodes_IDs_rt_69520.t . + - Convert all remaining Test.pm-based test scripts except t/14sax.t to + Test::More . + - Fix https://rt.cpan.org/Public/Bug/Display.html?id=69082 : + - Compilation on strawberry perl. + - The problem was that stderr required a dTHX; call previously. + - DOM Normalisation patches and a fix for #69096 + - https://rt.cpan.org/Ticket/Display.html?id=69096 + - "findvalue from XML::LibXML 1.74 is very slow (regression)" + - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/5/normalize-bug-fixes + - Fix https://rt.cpan.org/Ticket/Display.html?id=69433 : + - "t/19die_on_invalid_utf8_rt_58848.t assumes errors will be objects:" + - Failed on older libxml2's. + - Add a skip for t/60error_prev_chain.t in case $@ is true but not a ref. + - https://rt.cpan.org/Ticket/Display.html?id=69435 + - http://www.cpantesters.org/cpan/report/4ac00aae-a73f-11e0-84bd-8881cd42d09c + ------------------------------------------------------------------- Mon Jul 11 14:28:38 UTC 2011 - vcizek@novell.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 737f03c..bae8b77 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.79 +Version: 1.84 Release: 1 AutoReqProv: on Group: Development/Libraries/Perl