Sat, 27 Dec 2025 22:18:57 CST | login

Information for build perl-XML-Parser-2.46-6.ocs23.rva23

ID24507
Package Nameperl-XML-Parser
Version2.46
Release6.ocs23.rva23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-XML-Parser.git?.#59153944a8d24b6e9f7f281087cfe651169617d0
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 bymaxonxie
State complete
Volume DEFAULT
StartedTue, 02 Dec 2025 06:10:37 CST
CompletedTue, 02 Dec 2025 06:41:54 CST
Taskbuild (dist-ocs23-riscv-rva23, /opencloudos-stream/perl-XML-Parser.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-XML-Parser.git?.#origin/master'}}
Tags
dist-ocs23-riscv-rva23
RPMs
src
perl-XML-Parser-2.46-6.ocs23.rva23.src.rpm (info) (download)
riscv64
perl-XML-Parser-2.46-6.ocs23.rva23.riscv64.rpm (info) (download)
perl-XML-Parser-debuginfo-2.46-6.ocs23.rva23.riscv64.rpm (info) (download)
perl-XML-Parser-debugsource-2.46-6.ocs23.rva23.riscv64.rpm (info) (download)
Logs
riscv64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.46-6 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.46-5 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.46-4 - Rebuilt for OpenCloudOS Stream 23.09 * 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