diff --git a/ldc.changes b/ldc.changes index 63e092f..cdac128 100644 --- a/ldc.changes +++ b/ldc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 25 10:14:01 UTC 2019 - Guillaume GARDET + +- Requires binutils.gold as ldc uses ld.gold by default since version 1.13.0 + ------------------------------------------------------------------- Mon Jan 21 09:31:49 UTC 2019 - Guillaume GARDET diff --git a/ldc.spec b/ldc.spec index 73c28a9..d1b7ffa 100644 --- a/ldc.spec +++ b/ldc.spec @@ -59,6 +59,8 @@ BuildRequires: pkgconfig(bash-completion) Recommends: ldc-phobos-devel = %{version} Recommends: ldc-runtime-devel = %{version} Recommends: %{name}-bash-completion +# Since version 1.13.0, ldc uses ld.gold by default +Requires: binutils-gold %if %{with ldc_bootstrap} # v0.17.6 is the last version buildable with a C++ compiler, so use it for bootstrapping Source10: https://github.com/ldc-developers/ldc/releases/download/v0.17.6/ldc-0.17.6-src.tar.gz