Name: | libxml2 |
---|---|
Version: | 2.9.7 |
Release: | 5.0.1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 1772770 |
License: | MIT |
RPM: | libxml2-2.9.7-5.0.1.el8.x86_64.rpm |
Source RPM: | libxml2-2.9.7-5.0.1.el8.src.rpm |
Build Date: | Mon Apr 01 2019 |
Build Host: | ca-build101.us.oracle.com |
Vendor: | Oracle America |
URL: | http://xmlsoft.org/ |
Summary: | Library providing XML and HTML support |
Description: | This library allows to manipulate XML files. It includes support to read, modify and write XML and HTML files. There is DTDs support this includes parsing and validation even with complex DtDs, either at parse time or later once the document has been modified. The output can be a simple SAX stream or and in-memory DOM like representations. In this case one can use the built-in XPath and XPointer implementation to select sub nodes or ranges. A flexible Input/Output mechanism is available, with existing HTTP and FTP modules and combined to an URI library. |
- Update doc/redhat.gif in tarball - Add libxml2-oracle-enterprise.patch and update logos in tarball
- Fix some crashes under Python 3 - Conditionalize the python2 subpackage
- Rebuild with new LDFLAGS from redhat-rpm-config
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Switch to %ldconfig_scriptlets
- Update to 2.9.7 - Cleanups in packaging
- Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
- Fix reporting error about undefined XPath variables (bug #1493613)
- update to 2.9.5
- Python 2 binary package renamed to python2-libxml2 See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3