Thu, 28 Mar 2024 17:02:36 UTC | login

Information for build flex-2.6.1-8.fc29

ID46261
Package Nameflex
Version2.6.1
Release8.fc29
Epoch
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
StartedFri, 29 Jun 2018 12:45:45 UTC
CompletedFri, 29 Jun 2018 16:10:17 UTC
Taskbuild (f29-candidate, flex-2.6.1-8.fc29.src.rpm)
Tags
f29
RPMs
src
flex-2.6.1-8.fc29.src.rpm (info) (download)
riscv64
flex-2.6.1-8.fc29.riscv64.rpm (info) (download)
flex-devel-2.6.1-8.fc29.riscv64.rpm (info) (download)
flex-doc-2.6.1-8.fc29.riscv64.rpm (info) (download)
flex-debuginfo-2.6.1-8.fc29.riscv64.rpm (info) (download)
flex-debugsource-2.6.1-8.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Jun 27 2018 Arjun Shankar <arjun@redhat.com> - 2.6.1-8 - Remove g++ signed/unsigned comparison warning in generated scanner * Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.6.1-7 - Escape macros in %changelog * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.6.1-3 - Add missing %license macro * Sun Sep 25 2016 Patsy Franklin <pfrankli@redhat.com> - 2.6.1-2 - Fix several type comparison issues including BZ #1373601 * Tue Sep 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 2.6.1-1 - Rebase to 2.6.1 (#1318074,#1364943) - update URL (github), drop unused patches (#1238860) * Wed Jul 27 2016 Patsy Franklin <pfrankli@redhat.com> - 2.6.0-2 Fix wrong type on num_to_read. BZ #1360744