Sat, 14 Dec 2024 10:33:31 UTC | login

Information for build perl-XML-Parser-2.46-6.fc33

ID178443
Package Nameperl-XML-Parser
Version2.46
Release6.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-XML-Parser.git#23d5698c9ac154d2057589d6e3a0d61d74dfee52
SummaryPerl 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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 16:16:31 UTC
CompletedThu, 13 Aug 2020 16:37:18 UTC
Taskbuild (f33, /rpms/perl-XML-Parser.git:23d5698c9ac154d2057589d6e3a0d61d74dfee52)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-XML-Parser.git#23d5698c9ac154d2057589d6e3a0d61d74dfee52'}}
Tags
f33
f37
f38
RPMs
src
perl-XML-Parser-2.46-6.fc33.src.rpm (info) (download)
riscv64
perl-XML-Parser-2.46-6.fc33.riscv64.rpm (info) (download)
perl-XML-Parser-debuginfo-2.46-6.fc33.riscv64.rpm (info) (download)
perl-XML-Parser-debugsource-2.46-6.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.46-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 21 2020 Petr Pisar <ppisar@redhat.com> - 2.46-5 - Modernize a spec file * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.46-4 - Perl 5.32 rebuild * Tue Mar 10 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.46-3 - Specify all dependencies * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.46-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Sep 24 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.46-1 - 2.46 bump * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.44-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.44-16 - Perl 5.30 rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.44-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Dec 13 2018 Petr Pisar <ppisar@redhat.com> - 2.44-14 - Fix a buffer overwrite in parse_stream() with wide characters on the standard input (bug #1473368)