Information for build ldc-1.27.1-1.fc36

ID1820123
Package Nameldc
Version1.27.1
Release1.fc36
Epoch1
Sourcegit+https://src.fedoraproject.org/rpms/ldc.git#7b96111c33c83b551e8ce4f63c7aa1ecff5c6dc5
SummaryLLVM D Compiler
DescriptionLDC is a portable compiler for the D programming language with modern optimization and code generation capabilities. It uses the official DMD compiler frontend to support the latest version of D, and relies on the LLVM Core libraries for code generation.
Built bykalev
State complete
Volume prod
StartedTue, 17 Aug 2021 15:59:31 UTC
CompletedTue, 17 Aug 2021 16:32:01 UTC
Taskbuild (f36-build-side-44640, /rpms/ldc.git:7b96111c33c83b551e8ce4f63c7aa1ecff5c6dc5)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ldc.git#7b96111c33c83b551e8ce4f63c7aa1ecff5c6dc5'}}
Tags
f36
RPMs
src
ldc-1.27.1-1.fc36.src.rpm (info) (download)
aarch64
ldc-1.27.1-1.fc36.aarch64.rpm (info) (download)
ldc-druntime-1.27.1-1.fc36.aarch64.rpm (info) (download)
ldc-phobos-1.27.1-1.fc36.aarch64.rpm (info) (download)
ldc-debuginfo-1.27.1-1.fc36.aarch64.rpm (info) (download)
ldc-debugsource-1.27.1-1.fc36.aarch64.rpm (info) (download)
ldc-druntime-debuginfo-1.27.1-1.fc36.aarch64.rpm (info) (download)
ldc-phobos-debuginfo-1.27.1-1.fc36.aarch64.rpm (info) (download)
armv7hl
ldc-1.27.1-1.fc36.armv7hl.rpm (info) (download)
ldc-druntime-1.27.1-1.fc36.armv7hl.rpm (info) (download)
ldc-phobos-1.27.1-1.fc36.armv7hl.rpm (info) (download)
ldc-debuginfo-1.27.1-1.fc36.armv7hl.rpm (info) (download)
ldc-debugsource-1.27.1-1.fc36.armv7hl.rpm (info) (download)
ldc-druntime-debuginfo-1.27.1-1.fc36.armv7hl.rpm (info) (download)
ldc-phobos-debuginfo-1.27.1-1.fc36.armv7hl.rpm (info) (download)
i686
ldc-1.27.1-1.fc36.i686.rpm (info) (download)
ldc-druntime-1.27.1-1.fc36.i686.rpm (info) (download)
ldc-phobos-1.27.1-1.fc36.i686.rpm (info) (download)
ldc-debuginfo-1.27.1-1.fc36.i686.rpm (info) (download)
ldc-debugsource-1.27.1-1.fc36.i686.rpm (info) (download)
ldc-druntime-debuginfo-1.27.1-1.fc36.i686.rpm (info) (download)
ldc-phobos-debuginfo-1.27.1-1.fc36.i686.rpm (info) (download)
noarch
ldc-phobos-geany-tags-1.27.1-1.fc36.noarch.rpm (info) (download)
x86_64
ldc-1.27.1-1.fc36.x86_64.rpm (info) (download)
ldc-druntime-1.27.1-1.fc36.x86_64.rpm (info) (download)
ldc-phobos-1.27.1-1.fc36.x86_64.rpm (info) (download)
ldc-debuginfo-1.27.1-1.fc36.x86_64.rpm (info) (download)
ldc-debugsource-1.27.1-1.fc36.x86_64.rpm (info) (download)
ldc-druntime-debuginfo-1.27.1-1.fc36.x86_64.rpm (info) (download)
ldc-phobos-debuginfo-1.27.1-1.fc36.x86_64.rpm (info) (download)
Logs
armv7hl
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
i686
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 16 2021 Kalev Lember <klember@redhat.com> - 1:1.27.1-1 - Update to 1.27.1 - Build with llvm 12 - Don't use -w (treat warnings as errors) in default _d_optflags * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.25.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun Feb 28 2021 Kalev Lember <klember@redhat.com> - 1:1.25.1-1 - Update to 1.25.1 * Sun Feb 21 2021 Kalev Lember <klember@redhat.com> - 1:1.25.0-1 - Update to 1.25.0 - Build with llvm 11 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.23.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Aug 21 2020 Kalev Lember <klember@redhat.com> - 1:1.23.0-1 - Update to 1.23.0 - Merge -devel subpackages into the main ldc package - Move ldc internal headers to /usr/lib/ldc to avoid conflicting with gdc (#1781685) * Fri Aug 21 2020 Kalev Lember <klember@redhat.com> - 1:1.20.1-5 - Explicitly build against llvm10 compat package - Fix FTBFS with new cmake macros on F33 (#1863964) * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.20.1-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.20.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Mar 07 2020 Jeff Law <law@redhat.com> - 1:1.20.1-2 - Disable LTO * Sat Mar 07 2020 Kalev Lember <klember@redhat.com> - 1:1.20.1-1 - Update to 1.20.1 * Sat Feb 15 2020 Kalev Lember <klember@redhat.com> - 1:1.20.0-2 - Update to 1.20.0 final release - Build with llvm 10.0 * Tue Feb 11 2020 Kalev Lember <klember@redhat.com> - 1:1.20.0-1.beta1 - Update to 1.20.0 beta1 * Mon Feb 10 2020 Kalev Lember <klember@redhat.com> - 1:1.19.0-1 - Update to 1.19.0 - Build with llvm 9.0 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.15.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild