Tue, 14 May 2024 00:26:08 UTC | login

Information for build ctags-5.8-24.fc29

ID71691
Package Namectags
Version5.8
Release24.fc29
Epoch
SummaryA C programming language indexing and/or cross-reference tool
DescriptionCtags generates an index (or tag) file of C language objects found in C source and header files. The index makes it easy for text editors or other utilities to locate the indexed items. Ctags can also generate a cross reference file which lists information about the various objects found in a set of C language files in human readable form. Exuberant Ctags improves on ctags because it can find all types of C language tags, including macro definitions, enumerated values (values inside enum{...}), function and method definitions, enum/struct/union tags, external function prototypes, typedef names and variable declarations. Exuberant Ctags is far less likely to be fooled by code containing #if preprocessor conditional constructs than ctags. Exuberant ctags supports output of Emacs style TAGS files and can be used to print out a list of selected objects found in source files. Install ctags if you are going to use your system for C programming.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 20 Aug 2018 00:20:32 UTC
CompletedMon, 20 Aug 2018 01:54:30 UTC
Taskbuild (f29-candidate, ctags-5.8-24.fc29.src.rpm)
Tags
f29
f30
RPMs
src
ctags-5.8-24.fc29.src.rpm (info) (download)
riscv64
ctags-5.8-24.fc29.riscv64.rpm (info) (download)
ctags-etags-5.8-24.fc29.riscv64.rpm (info) (download)
ctags-debuginfo-5.8-24.fc29.riscv64.rpm (info) (download)
ctags-debugsource-5.8-24.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Mon Jul 23 2018 Than Ngo <than@redhat.com> - 5.8-24 - fixed FTBFS * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.8-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.8-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.8-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.8-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Feb 05 2017 Than Ngo <than@redhat.com> - - 5.8-19 - fixed bz#1418434, added missing %license