Mon, 13 May 2024 07:50:55 UTC | login

Information for build flex-2.6.4-4.fc33

ID133450
Package Nameflex
Version2.6.4
Release4.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/flex.git#ad90513c6be11a74624e75cae3a2c3df31543fb8
SummaryA tool for creating scanners (text pattern recognizers)
DescriptionThe flex program generates scanners. Scanners are programs which can recognize lexical patterns in text. Flex takes pairs of regular expressions and C code as input and generates a C source file as output. The output file is compiled and linked with a library to produce an executable. The executable searches through its input for occurrences of the regular expressions. When a match is found, it executes the corresponding C code. Flex was designed to work with both Yacc and Bison, and is used by many programs as part of their build process. You should install flex if you are going to use your system for application development.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 25 Mar 2020 20:32:38 UTC
CompletedWed, 25 Mar 2020 21:48:53 UTC
Taskbuild (f33, /rpms/flex.git:ad90513c6be11a74624e75cae3a2c3df31543fb8)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/flex.git#ad90513c6be11a74624e75cae3a2c3df31543fb8'}}
Tags
f33
RPMs
src
flex-2.6.4-4.fc33.src.rpm (info) (download)
riscv64
flex-2.6.4-4.fc33.riscv64.rpm (info) (download)
flex-devel-2.6.4-4.fc33.riscv64.rpm (info) (download)
flex-doc-2.6.4-4.fc33.riscv64.rpm (info) (download)
flex-debuginfo-2.6.4-4.fc33.riscv64.rpm (info) (download)
flex-debugsource-2.6.4-4.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Sep 03 2018 Arjun Shankar <arjun@redhat.com> - 2.6.4-1 - Rebase to 2.6.4 - Fix build failure due to missing include and `reallocarray' prototype - Add gettext-devel, automake and libtool to build dependencies, and execute `autoreconf -i' to regenerate files after patching configure.ac * Mon Jul 23 2018 Arjun Shankar <arjun@redhat.com> - 2.6.1-10 - Add gcc-c++ as a build-time requirement * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jun 27 2018 Arjun Shankar <arjun@redhat.com> - 2.6.1-8 - Remove g++ signed/unsigned comparison warning in generated scanner