Mon, 06 May 2024 13:26:04 UTC | login

Information for build bison-3.6.4-1.fc33

ID163554
Package Namebison
Version3.6.4
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/bison.git#debaa68e4816588d86263f606f28ece44cdf3921
SummaryA GNU general-purpose parser generator
DescriptionBison is a general purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Bison can be used to develop a wide range of language parsers, from ones used in simple desk calculators to complex programming languages. Bison is upwardly compatible with Yacc, so any correctly written Yacc grammar should work with Bison without any changes. If you know Yacc, you shouldn't have any trouble using Bison. You do need to be very proficient in C programming to be able to use Bison. Bison is only needed on systems that are used for development. If your system will be used for C development, you should install Bison.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 13 Jul 2020 15:03:22 UTC
CompletedMon, 13 Jul 2020 21:43:01 UTC
Taskbuild (f33, /rpms/bison.git:debaa68e4816588d86263f606f28ece44cdf3921)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/bison.git#debaa68e4816588d86263f606f28ece44cdf3921'}}
Tags
f33
RPMs
src
bison-3.6.4-1.fc33.src.rpm (info) (download)
riscv64
bison-3.6.4-1.fc33.riscv64.rpm (info) (download)
bison-devel-3.6.4-1.fc33.riscv64.rpm (info) (download)
bison-runtime-3.6.4-1.fc33.riscv64.rpm (info) (download)
bison-debuginfo-3.6.4-1.fc33.riscv64.rpm (info) (download)
bison-debugsource-3.6.4-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 10 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 3.6.4-1 - Update to bison 3.6.4 (#1792738, #1847608) * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jan 07 2020 Arjun Shankar <arjun@redhat.com> - 3.5-1 - Update to bison 3.5 (#1751843) * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jun 21 2019 Arjun Shankar <arjun@redhat.com> - 3.4.1-1 - Update to bison 3.4.1 (#1631912) * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Aug 14 2018 Patsy Griffin Franklin <pfrankli@redhat.com> - 3.0.5-1 - _IO_ftrylockfile is obsolete as part of the removal of libio.h - Build requires gcc-c++ to fix build failure. (#1603491) - Update to bison 3.0.5 (#1583179)