Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-XML-LibXML | Distribution: SUSE Linux Enterprise 15 |
Version: 2.0132 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150000.3.3.1 | Build date: Fri Apr 29 11:43:26 2022 |
Group: Development/Libraries/Perl | Build host: s390zl34 |
Size: 1678641 | Source RPM: perl-XML-LibXML-2.0132-150000.3.3.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://search.cpan.org/dist/XML-LibXML/ | |
Summary: Perl Binding for libxml2 |
This module is an interface to libxml2, providing XML and HTML parsers with DOM, SAX and XMLReader interfaces, a large subset of DOM Layer 3 interface and a XML::XPath-like interface to XPath API of libxml2. The module is split into several packages which are not described in this section; unless stated otherwise, you only need to 'use XML::LibXML;' in your programs.
Artistic-1.0 or GPL-1.0+
* Mon Apr 11 2022 david.anes@suse.com - (bsc#1197798) FTBFS: compile against latest version available of libxml in SP4 so perl-XML-LibXSLT compiles cleanly. * Sun Oct 29 2017 coolo@suse.com - updated to 2.0132 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0132 2017-10-28 - Revert setNamespace() enhancements that broke some dependent tests: - commit df9fdc6659cb2e4e9bc896e58c02dfd79b430fbb - add t/48_rt123379_setNamespace.t . - Thanks to Alexander Bluhm and Slaven Rezic for the reports and the test. * Wed Oct 25 2017 coolo@suse.com - updated to 2.0131 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0131 2017-10-24 - Re-include the missing *.pod documents. - https://rt.cpan.org/Ticket/Display.html?id=123362 - Thanks to Stephen for the report. - Add t/pod-files-presence.t to test for it in the future. - Merge https://github.com/shlomif/perl-XML-LibXML/pull/8 - Fix bug in Node::replaceChild() - Thanks to @Mipu94 . * Thu Oct 19 2017 coolo@suse.com - updated to 2.0130 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0130 2017-10-18 - Fix the tests with libxml2-2.9.6 . - https://rt.cpan.org/Public/Bug/Display.html?id=122958 - Thanks to Daniel Macks for the report and ppisar for a patch. - setNamespace() Enhancements. - Thanks to E. Choroba. - Dropped patch merged upstream: * XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch * Tue Sep 26 2017 tchvatal@suse.com - Add patch to fix building with new libxml (from Fedora): * XML-LibXML-2.0129-Adjust-tests-to-libxml2-2.9.5.patch * Wed Mar 15 2017 coolo@suse.com - updated to 2.0129 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0129 2017-03-14 - Add example/create-sample-html-document.pl . - https://rt.cpan.org/Ticket/Display.html?id=117923 - Add support for the set_document_locator() SAX method . - Thanks to Alexander Batyrshin for the pull-request. - Make parsing of large perl strings much faster. - https://github.com/shlomif/perl-XML-LibXML/pull/5 - Thanks to Cedric Cellier for the pull-request. * Mon Jul 25 2016 coolo@suse.com - updated to 2.0128 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0128 2016-07-24 - Hopefully add the .pod files again as they were missing from 2.0127. - https://github.com/shlomif/perl-XML-LibXML/issues/3 - Thanks to Paul Howarth for the report. - This was caused by ExtUtils::Manifest just warning that the files referenced in the "MANIFEST" file were not present and still continuing to prepare the archive as usual. A "do-what-I-don't-want-to" thing. * Sat Jul 23 2016 coolo@suse.com - updated to 2.0127 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0127 2016-07-22 - Make sure t/release-kwalitee.t and other tests do not run by default. - Only with AUTHOR_TESTING or RELEASE_TESTING specified. - Thanks to Lance Wicks for the pull request. - https://rt.cpan.org/Ticket/Display.html?id=115586 - https://rt.cpan.org/Ticket/Display.html?id=115859 * Mon Jun 27 2016 coolo@suse.com - updated to 2.0126 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0126 2016-06-24 - Workaround RT#114638: - 2.9.4 broke XSD Schema support. - https://rt.cpan.org/Public/Bug/Display.html?id=114638 - https://github.com/shlomif/libxml2-2.9.4-reader-schema-regression - https://bugzilla.gnome.org/show_bug.cgi?id=766834 - https://github.com/shlomif/perl-XML-LibXML/pull/1 - Thanks to Paul for the report and to RURBAN for a pull-req. - Add t/release-kwalitee.t for testing CPANTS Kwalitee. * Tue May 31 2016 coolo@suse.com - updated to 2.0125 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0125 2016-05-30 - Moved the repository from Mercurial and BitBucket to Git and GitHub: - https://github.com/shlomif/perl-XML-LibXML - This was done to better encourage contributions to XML::LiBXML and to be able to use the better Continuous Integration options that are available for GitHub projects. * Mon Mar 07 2016 coolo@suse.com - updated to 2.0124 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0124 2016-02-27 - Fix XML::LibXML::Text->attributes() to return an empty list in list context. - https://rt.cpan.org/Ticket/Display.html?id=112470 - Thanks to Rob Dixon for the report. * Wed Dec 09 2015 coolo@suse.com - updated to 2.0123 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0123 2015-12-06 - Get rid of an undef-warning in XML::LibXML::Reader . - https://rt.cpan.org/Ticket/Display.html?id=106830 - Thanks to Rich for the report and testcase. - Apply patch from Debian for rewording the documentation. - https://rt.cpan.org/Ticket/Display.html?id=110116 - Some extra rewording has been done by SHLOMIF. - Thanks to Gregor Herrman and the Debian Team * Wed Sep 02 2015 coolo@suse.com - updated to 2.0122 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0122 2015-09-01 - Enable the memory test on cygwin as well as Linux. - https://rt.cpan.org/Ticket/Display.html?id=104666 - Thanks to https://me.yahoo.com/howdidwegetherereally#f714d for the report. - Fix a typo in createElementNS - https://rt.cpan.org/Public/Bug/Display.html?id=106807 - Thanks to Rich for the report. * Tue May 05 2015 coolo@suse.com - updated to 2.0121 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0121 2015-05-03 - Mention CVE-2015-3451 and related links in the Changes (= this file) entry for 2.0119. - Thanks to Tilmann Haak for pointing it out. * Sat May 02 2015 coolo@suse.com - updated to 2.0120 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0120 2015-05-01 - Replace the test for the previous change with a more meaningful one. - Change was to preserve unset options after a _clone() call. - https://access.redhat.com/security/cve/CVE-2015-3451 - Thanks to Salvatore Bonaccorso from Debian for the report and for a proposed fix (which was further refined by Shlomi Fish). * Fri Apr 24 2015 coolo@suse.com - updated to 2.0119 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0119 2015-04-23 - Preserve unset options after a _clone() call (e.g: in load_xml()). - This caused expand_entities(0) to not be preserved/etc. - Thanks to Tilmann Haak from xing.com for the report. * Wed Apr 15 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.
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Attr.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/AttributeHash.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Boolean.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/CDATASection.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Comment.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Common.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Common.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/DOM.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Devel.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Document.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/DocumentFragment.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Dtd.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Element.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/ErrNo.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/ErrNo.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Error.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Error.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/InputCallback.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Literal.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Namespace.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Node.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/NodeList.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Number.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/PI.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Parser.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Pattern.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Reader.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Reader.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/RegExp.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/RelaxNG.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/SAX /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/SAX.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/SAX.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/SAX/Builder.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/SAX/Builder.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/SAX/Generator.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/SAX/Parser.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Schema.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/Text.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/XPathContext.pm /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/XPathContext.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/XML/LibXML/XPathExpression.pod /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/XML /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/XML/LibXML /usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/XML/LibXML/LibXML.so /usr/share/doc/packages/perl-XML-LibXML /usr/share/doc/packages/perl-XML-LibXML/Changes /usr/share/doc/packages/perl-XML-LibXML/HACKING.txt /usr/share/doc/packages/perl-XML-LibXML/README /usr/share/doc/packages/perl-XML-LibXML/TODO /usr/share/doc/packages/perl-XML-LibXML/docs /usr/share/doc/packages/perl-XML-LibXML/docs/libxml.dbk /usr/share/doc/packages/perl-XML-LibXML/example /usr/share/doc/packages/perl-XML-LibXML/example/JBR-ALLENtrees.htm /usr/share/doc/packages/perl-XML-LibXML/example/article.xml /usr/share/doc/packages/perl-XML-LibXML/example/article_bad.xml /usr/share/doc/packages/perl-XML-LibXML/example/article_external_bad.xml /usr/share/doc/packages/perl-XML-LibXML/example/article_internal.xml /usr/share/doc/packages/perl-XML-LibXML/example/article_internal_bad.xml /usr/share/doc/packages/perl-XML-LibXML/example/bad.dtd /usr/share/doc/packages/perl-XML-LibXML/example/bad.xml /usr/share/doc/packages/perl-XML-LibXML/example/catalog.xml /usr/share/doc/packages/perl-XML-LibXML/example/cb_example.pl /usr/share/doc/packages/perl-XML-LibXML/example/complex /usr/share/doc/packages/perl-XML-LibXML/example/complex/complex.dtd /usr/share/doc/packages/perl-XML-LibXML/example/complex/complex.xml /usr/share/doc/packages/perl-XML-LibXML/example/complex/complex2.xml /usr/share/doc/packages/perl-XML-LibXML/example/complex/dtd /usr/share/doc/packages/perl-XML-LibXML/example/complex/dtd/f.dtd /usr/share/doc/packages/perl-XML-LibXML/example/complex/dtd/g.dtd /usr/share/doc/packages/perl-XML-LibXML/example/create-sample-html-document.pl /usr/share/doc/packages/perl-XML-LibXML/example/dromeds.xml /usr/share/doc/packages/perl-XML-LibXML/example/dtd.xml /usr/share/doc/packages/perl-XML-LibXML/example/enc2_latin2.html /usr/share/doc/packages/perl-XML-LibXML/example/enc_latin2.html /usr/share/doc/packages/perl-XML-LibXML/example/ext_ent.dtd /usr/share/doc/packages/perl-XML-LibXML/example/ns.xml /usr/share/doc/packages/perl-XML-LibXML/example/test.dtd /usr/share/doc/packages/perl-XML-LibXML/example/test.html /usr/share/doc/packages/perl-XML-LibXML/example/test.xhtml /usr/share/doc/packages/perl-XML-LibXML/example/test.xml /usr/share/doc/packages/perl-XML-LibXML/example/test2.xml /usr/share/doc/packages/perl-XML-LibXML/example/test3.xml /usr/share/doc/packages/perl-XML-LibXML/example/test4.xml /usr/share/doc/packages/perl-XML-LibXML/example/thedieline.rss /usr/share/doc/packages/perl-XML-LibXML/example/utf-16-1.html /usr/share/doc/packages/perl-XML-LibXML/example/utf-16-2.html /usr/share/doc/packages/perl-XML-LibXML/example/utf-16-2.xml /usr/share/doc/packages/perl-XML-LibXML/example/xmllibxmldocs.pl /usr/share/doc/packages/perl-XML-LibXML/example/xmlns /usr/share/doc/packages/perl-XML-LibXML/example/xmlns/badguy.xml /usr/share/doc/packages/perl-XML-LibXML/example/xmlns/goodguy.xml /usr/share/doc/packages/perl-XML-LibXML/example/xpath.pl /usr/share/doc/packages/perl-XML-LibXML/example/yahoo-finance-html-with-errors.html /usr/share/licenses/perl-XML-LibXML /usr/share/licenses/perl-XML-LibXML/LICENSE /usr/share/man/man3/XML::LibXML.3pm.gz /usr/share/man/man3/XML::LibXML::Attr.3pm.gz /usr/share/man/man3/XML::LibXML::AttributeHash.3pm.gz /usr/share/man/man3/XML::LibXML::Boolean.3pm.gz /usr/share/man/man3/XML::LibXML::CDATASection.3pm.gz /usr/share/man/man3/XML::LibXML::Comment.3pm.gz /usr/share/man/man3/XML::LibXML::Common.3pm.gz /usr/share/man/man3/XML::LibXML::DOM.3pm.gz /usr/share/man/man3/XML::LibXML::Devel.3pm.gz /usr/share/man/man3/XML::LibXML::Document.3pm.gz /usr/share/man/man3/XML::LibXML::DocumentFragment.3pm.gz /usr/share/man/man3/XML::LibXML::Dtd.3pm.gz /usr/share/man/man3/XML::LibXML::Element.3pm.gz /usr/share/man/man3/XML::LibXML::ErrNo.3pm.gz /usr/share/man/man3/XML::LibXML::Error.3pm.gz /usr/share/man/man3/XML::LibXML::InputCallback.3pm.gz /usr/share/man/man3/XML::LibXML::Literal.3pm.gz /usr/share/man/man3/XML::LibXML::Namespace.3pm.gz /usr/share/man/man3/XML::LibXML::Node.3pm.gz /usr/share/man/man3/XML::LibXML::NodeList.3pm.gz /usr/share/man/man3/XML::LibXML::Number.3pm.gz /usr/share/man/man3/XML::LibXML::PI.3pm.gz /usr/share/man/man3/XML::LibXML::Parser.3pm.gz /usr/share/man/man3/XML::LibXML::Pattern.3pm.gz /usr/share/man/man3/XML::LibXML::Reader.3pm.gz /usr/share/man/man3/XML::LibXML::RegExp.3pm.gz /usr/share/man/man3/XML::LibXML::RelaxNG.3pm.gz /usr/share/man/man3/XML::LibXML::SAX.3pm.gz /usr/share/man/man3/XML::LibXML::SAX::Builder.3pm.gz /usr/share/man/man3/XML::LibXML::SAX::Generator.3pm.gz /usr/share/man/man3/XML::LibXML::Schema.3pm.gz /usr/share/man/man3/XML::LibXML::Text.3pm.gz /usr/share/man/man3/XML::LibXML::XPathContext.3pm.gz /usr/share/man/man3/XML::LibXML::XPathExpression.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:25:27 2024