Fri, 20 Mar 2026 18:51:35 CST | login

Information for build perl-XML-Parser-2.46-3.oc9

ID15312
Package Nameperl-XML-Parser
Version2.46
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-XML-Parser.git?.#a76a603735cddfbfd243aa2ff710d8a63591e413
SummaryA perl module for parsing XML documents
DescriptionThis module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time.
Built bydenisecheng
State complete
Volume DEFAULT
StartedMon, 18 Sep 2023 20:20:24 CST
CompletedMon, 18 Sep 2023 20:22:47 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-XML-Parser.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-XML-Parser.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
perl-XML-Parser-2.46-3.oc9.src.rpm (info) (download)
aarch64
perl-XML-Parser-2.46-3.oc9.aarch64.rpm (info) (download)
x86_64
perl-XML-Parser-2.46-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.46-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.46-2 - Rebuilt for OpenCloudOS Stream 23 * Tue Aug 09 2022 Zhao Zhen <jeremiazhao@tencent.com> - 2.46-1 - Initial building