Wed, 29 May 2024 12:42:44 UTC | login

Information for build sparse-0.6.0-3.fc31

ID119066
Package Namesparse
Version0.6.0
Release3.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/sparse.git#1b1d14ee0509987e6b412b5a743dde121ece1d51
SummaryA semantic parser of source files
DescriptionSparse is a semantic parser of source files: it's neither a compiler (although it could be used as a front-end for one) nor is it a preprocessor (although it contains as a part of it a preprocessing phase). It is meant to be a small - and simple - library. Scanty and meager, and partly because of that easy to use. It has one mission in life: create a semantic parse tree for some arbitrary user for further analysis. It's not a tokenizer, nor is it some generic context-free parser. In fact, context (semantics) is what it's all about - figuring out not just what the grouping of tokens are, but what the _types_ are that the grouping implies. Sparse is primarily used in the development and debugging of the Linux kernel.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 03 Aug 2019 21:14:05 UTC
CompletedSat, 03 Aug 2019 22:11:31 UTC
Taskbuild (f31-candidate, /rpms/sparse.git:1b1d14ee0509987e6b412b5a743dde121ece1d51)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/sparse.git#1b1d14ee0509987e6b412b5a743dde121ece1d51'}}
Tags
f31
f32
f33
RPMs
src
sparse-0.6.0-3.fc31.src.rpm (info) (download)
riscv64
sparse-0.6.0-3.fc31.riscv64.rpm (info) (download)
sparse-debuginfo-0.6.0-3.fc31.riscv64.rpm (info) (download)
sparse-debugsource-0.6.0-3.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Jan 06 2019 Jeff Layton <jlayton@redhat.com> - 0.6.0-1 - Update to 0.6.0 release * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Apr 14 2018 Jeff Layton <jlayton@redhat.com> - 0.5.2-1 - Update to v0.5.2 release * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Oct 25 2017 Jeff Layton <jlayton@redhat.com> - 0.5.1-2 - Rework CFLAGS handling patch * Wed Oct 18 2017 Jeff Layton <jlayton@redhat.com> - 0.5.1-1 - Update to v0.5.1 release