Пакет libxml2: Информация

Исходный пакет: libxml2
Версия: 2.9.12-alt1
Собран:  22 ноября 2021 г. 18:41 в задании #287715
Сообщить об ошибке в пакете
Домашняя страница: http://xmlsoft.org/

Лицензия: MIT
О пакете: The library for manipulating XML files
Описание: 
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 subnodes or ranges.  A flexible Input/Output mechanism is
available, with existing HTTP and FTP modules and combined to an
URI library.

This package contains the shared library required to run
applications manipulating XML files.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
libxml2 (x86_64, ppc64le, i586, armh, aarch64)
libxml2-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libxml2-devel (x86_64, ppc64le, i586, armh, aarch64)
libxml2-doc (noarch)
python-module-libxml2 (x86_64, ppc64le, i586, armh, aarch64)
python-module-libxml2-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-module-libxml2 (x86_64, ppc64le, i586, armh, aarch64)
python3-module-libxml2-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
xml-utils (x86_64, ppc64le, i586, armh, aarch64)
xml-utils-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Сопровождающий: Alexey Shabalin


    1. python3-devel
    2. liblzma-devel
    3. rpm-build-python
    4. rpm-build-python3
    5. python-devel
    6. zlib-devel

Последнее изменение


15 июня 2021 г. Alexey Shabalin 1:2.9.12-alt1
14 февраля 2021 г. Ivan A. Melnikov 1:2.9.10-alt6
- Address upstream #132 by cherry-picking the fix from master; see:
  + https://gitlab.gnome.org/GNOME/libxml2/-/issues/132
  + https://github.com/shlomif/perl-XML-LibXSLT/issues/2
27 января 2021 г. Grigory Ustinov 1:2.9.10-alt5
- Add patch for python3.9 support.