Thu, 06 Jun 2024 02:32:16 UTC | login

Information for build coan-6.0.1-22.fc33

ID185580
Package Namecoan
Version6.0.1
Release22.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/coan.git#9c4bd481676e3390209bf9d7671ae9286183831b
SummaryA command line tool for simplifying the pre-processor conditionals in source code
Descriptioncoan (formerly sunifdef) is a software engineering tool for analyzing pre-processor-based configurations of C or C++ source code. Its principal use is to simplify a body of source code by eliminating any parts that are redundant with respect to a specified configuration. coan is most useful to developers of constantly evolving products with large code bases, where pre-processor conditionals are used to configure the feature sets, APIs or implementations of different releases. In these environments the code base steadily accumulates #ifdef-pollution as transient configuration options become obsolete. coan can largely automate the recurrent task of purging redundant #if-logic from the code.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 16 Aug 2020 03:16:32 UTC
CompletedSun, 16 Aug 2020 04:00:54 UTC
Taskbuild (f33, /rpms/coan.git:9c4bd481676e3390209bf9d7671ae9286183831b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/coan.git#9c4bd481676e3390209bf9d7671ae9286183831b'}}
Tags
f33
f37
f38
RPMs
src
coan-6.0.1-22.fc33.src.rpm (info) (download)
riscv64
coan-6.0.1-22.fc33.riscv64.rpm (info) (download)
coan-debuginfo-6.0.1-22.fc33.riscv64.rpm (info) (download)
coan-debugsource-6.0.1-22.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.1-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Jul 28 2019 Filipe Rosset <rosset.filipe@gmail.com> - 6.0.1-20 - Disable (again) all tests to fix FTBFS F31+ * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Sep 18 2018 Jonathan Underwood <jonathan.underwood@gmail.com> - 6.0.1-17 - Add patch to fix crash on Fedora 28 and later (BZ 1626440) - Fix missing python on Fedora >=29 - Re-enable test failures on x86_64 and i686 only