Sat, 18 May 2024 00:02:46 UTC | login

Information for build sparse-0.5.2-1.fc29

ID34129
Package Namesparse
Version0.5.2
Release1.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, 06 Jun 2018 23:11:36 UTC
CompletedThu, 07 Jun 2018 00:40:47 UTC
Taskbuild (f29-candidate, sparse-0.5.2-1.fc29.src.rpm)
Tags
f29
RPMs
src
sparse-0.5.2-1.fc29.src.rpm (info) (download)
riscv64
sparse-0.5.2-1.fc29.riscv64.rpm (info) (download)
sparse-devel-0.5.2-1.fc29.riscv64.rpm (info) (download)
sparse-debuginfo-0.5.2-1.fc29.riscv64.rpm (info) (download)
sparse-debugsource-0.5.2-1.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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) * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Thu Jul 17 2014 Jeff Layton <jlayton@primarydata.com> - 0.5.0-4 - Fix handling of boolean sizes * Sun Jun 15 2014 Jeff Layton <jlayton@primarydata.com> - 0.5.0-3 - Remove -fpic and -fPIC from CFLAGS. Seems to be causing weird effects with -O2. (bz# 1109560) * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Feb 26 2014 Jeff Layton <jlayton@redhat.com> - 0.5.0-1 - update to v0.5.0 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.5.rc1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Jul 19 2013 Jeff Layton <jlayton@redhat.com> - 0.4.5.rc1-2 - add test patch to silence warnings about __builtin_va_arg_pack() and __builtin_va_arg_pack_len() * Tue Jul 09 2013 Jeff Layton <jlayton@redhat.com> - 0.4.5.rc1-1 - update to upstream rc1 release * Thu Jun 27 2013 Jeff Layton <jlayton@redhat.com> - 0.4.4-6 - add built-in byte swap identifiers * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Nov 30 2011 Jeff Layton <jlayton@redhat.com> - 0.4.4-2 - fix project URL in specfile (again) (bz#732529) * Wed Nov 30 2011 Jeff Layton <jlayton@redhat.com> - 0.4.4-1 - update to new upstream release (bz#757482) * Mon Aug 29 2011 Jeff Layton <jlayton@redhat.com> - 0.4.3-4 - fix project URL in specfile (bz#732529) * Thu Jun 23 2011 Jeff Layton <jlayton@redhat.com> - 0.4.3-3 - fix build with gcc 4.6 (bz#716105) * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Nov 08 2010 Jeff Layton <jlayton@redhat.com> - 0.4.3-1 - Update to 0.4.3 * Sun Oct 18 2009 Jeff Layton <jlayton@redhat.com> - 0.4.2-1 - Update to 0.4.2 * Tue Sep 29 2009 Jeff Layton <jlayton@redhat.com> - 0.4.2rc1-1 - Update to 0.4.2rc1 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Jun 01 2008 Tom "spot" Callaway <tcallawa@redhat.com? - 0.4.1-3 - use fPIC on sparcv9/sparc64 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.1-2 - Autorebuild for GCC 4.3 * Tue Nov 13 2007 Roland McGrath <roland@redhat.com> - 0.4.1-1 - Upgrade to 0.4.1 * Thu Nov 01 2007 Roland McGrath <roland@redhat.com> - 0.4-2 - Upgrade to 0.4 - Install man pages, c2xml. - Run make check in rpmbuild. * Tue Aug 28 2007 Roland McGrath <roland@redhat.com> - 0.3-2 - Canonicalize License: tag. * Thu May 03 2007 Roland McGrath <roland@redhat.com> - 0.3-1 - Upgrade to 0.3 * Tue Dec 05 2006 Matt Domsch <Matt_Domsch@dell.com> 0.2-1 - Upgrade to 0.2, add -devel package * Thu Nov 09 2006 Matt Domsch <Matt_Domsch@dell.com> 0.1-1 - Upgrade to 0.1, no need for snapshots, yea! New upstream maintainer. - cgcc now installed * Thu Oct 26 2006 Matt Domsch <Matt_Domsch@dell.com> 0-0.1.20061026git - Initial packaging for Fedora Extras