Sun, 19 May 2024 18:20:49 UTC | login

Information for build sparse-0.5.2-2.fc29

ID66846
Package Namesparse
Version0.5.2
Release2.fc29
Epoch
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
StartedWed, 15 Aug 2018 09:58:27 UTC
CompletedWed, 15 Aug 2018 11:55:28 UTC
Taskbuild (f29-candidate, sparse-0.5.2-2.fc29.src.rpm)
Tags
f29
f30
RPMs
src
sparse-0.5.2-2.fc29.src.rpm (info) (download)
riscv64
sparse-0.5.2-2.fc29.riscv64.rpm (info) (download)
sparse-devel-0.5.2-2.fc29.riscv64.rpm (info) (download)
sparse-debuginfo-0.5.2-2.fc29.riscv64.rpm (info) (download)
sparse-debugsource-0.5.2-2.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Nov 17 2016 Jeff Layton <jlayton@redhat.com> - 0.5.0-10 - bring sparse up to the state of upstream git tree * Mon Nov 14 2016 Kamil Dudka <kdudka@redhat.com> - 0.5.0-9 - avoid unnecessary build failure if llvm-devel is installed (bz# 1186794) * Mon Nov 14 2016 Jeff Layton <jlayton@redhat.com> - 0.5.0-8 - Fix storage_modifiers handling of SForced (bz# 1109560)