Sat, 27 Apr 2024 03:59:57 UTC | login

Information for build ucpp-1.3.4-11.el8

ID2529
Package Nameucpp
Version1.3.4
Release11.el8
Epoch
Sourcegit+https://git.centos.org/rpms/ucpp.git#dd019d2d5b9aedc3d0f915f9e3ffa6f6a7f69334
SummaryEmbeddable, quick, light and fully compliant ISO C99 preprocessor
DescriptionA C preprocessor is a part of a C compiler responsible for macro replacement, conditional compilation and inclusion of header files. It is often found as a stand-alone program on Unix systems. ucpp is such a preprocessor; it is designed to be quick and light, but anyway fully compliant to the ISO standard 9899:1999, also known as C99. ucpp can be compiled as a stand-alone program, or linked to some other code; in the latter case, ucpp will output tokens, one at a time, on demand, as an integrated lexer.
Built byhughesjr
State complete
Volume DEFAULT
StartedThu, 16 May 2019 23:40:03 UTC
CompletedThu, 16 May 2019 23:44:53 UTC
Taskbuild (dist-c8, /rpms/ucpp.git:dd019d2d5b9aedc3d0f915f9e3ffa6f6a7f69334)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/ucpp.git?#dd019d2d5b9aedc3d0f915f9e3ffa6f6a7f69334'}}
Tags
dist-c8
dist-c8-compose
dist-c8-stream
dist-c8-stream-compose
RPMs
src
ucpp-1.3.4-11.el8.src.rpm (info) (download)
aarch64
ucpp-1.3.4-11.el8.aarch64.rpm (info) (download)
ucpp-devel-1.3.4-11.el8.aarch64.rpm (info) (download)
ucpp-libs-1.3.4-11.el8.aarch64.rpm (info) (download)
ucpp-debuginfo-1.3.4-11.el8.aarch64.rpm (info) (download)
ucpp-debugsource-1.3.4-11.el8.aarch64.rpm (info) (download)
ucpp-libs-debuginfo-1.3.4-11.el8.aarch64.rpm (info) (download)
i686
ucpp-1.3.4-11.el8.i686.rpm (info) (download)
ucpp-devel-1.3.4-11.el8.i686.rpm (info) (download)
ucpp-libs-1.3.4-11.el8.i686.rpm (info) (download)
ucpp-debuginfo-1.3.4-11.el8.i686.rpm (info) (download)
ucpp-debugsource-1.3.4-11.el8.i686.rpm (info) (download)
ucpp-libs-debuginfo-1.3.4-11.el8.i686.rpm (info) (download)
ppc64le
ucpp-1.3.4-11.el8.ppc64le.rpm (info) (download)
ucpp-devel-1.3.4-11.el8.ppc64le.rpm (info) (download)
ucpp-libs-1.3.4-11.el8.ppc64le.rpm (info) (download)
ucpp-debuginfo-1.3.4-11.el8.ppc64le.rpm (info) (download)
ucpp-debugsource-1.3.4-11.el8.ppc64le.rpm (info) (download)
ucpp-libs-debuginfo-1.3.4-11.el8.ppc64le.rpm (info) (download)
x86_64
ucpp-1.3.4-11.el8.x86_64.rpm (info) (download)
ucpp-devel-1.3.4-11.el8.x86_64.rpm (info) (download)
ucpp-libs-1.3.4-11.el8.x86_64.rpm (info) (download)
ucpp-debuginfo-1.3.4-11.el8.x86_64.rpm (info) (download)
ucpp-debugsource-1.3.4-11.el8.x86_64.rpm (info) (download)
ucpp-libs-debuginfo-1.3.4-11.el8.x86_64.rpm (info) (download)
Logs
x86_64
build.log
root.log
mock_output.log
hw_info.log
state.log
i686
build.log
root.log
mock_output.log
hw_info.log
state.log
ppc64le
build.log
root.log
mock_output.log
hw_info.log
state.log
aarch64
build.log
root.log
mock_output.log
hw_info.log
state.log
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Feb 22 2014 Dominik Mierzejewski <rpm@greysector.net> 1.3.4-3 - add ?_isa to dependencies * Sun Nov 03 2013 Dominik Mierzejewski <rpm@greysector.net> 1.3.4-2 - make make verbose - run ldconfig for libs - convert README to UTF-8 * Wed Oct 30 2013 Dominik Mierzejewski <rpm@greysector.net> 1.3.4-1 - switch to new upstream - update to 1.3.4 - split libs and devel subpackages - call autoreconf to fix rpath issue * Thu Oct 17 2013 Dominik Mierzejewski <rpm@greysector.net> 1.3.2-1 - initial build