Accepting request 668571 from devel:languages:D
OBS-URL: https://build.opensuse.org/request/show/668571 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldc?expand=0&rev=7
This commit is contained in:
commit
e1c851d495
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 25 10:14:01 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <guillaume.gardet@opensuse.org>
|
Mon Jan 21 09:31:49 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
2
ldc.spec
2
ldc.spec
@ -59,6 +59,8 @@ BuildRequires: pkgconfig(bash-completion)
|
|||||||
Recommends: ldc-phobos-devel = %{version}
|
Recommends: ldc-phobos-devel = %{version}
|
||||||
Recommends: ldc-runtime-devel = %{version}
|
Recommends: ldc-runtime-devel = %{version}
|
||||||
Recommends: %{name}-bash-completion
|
Recommends: %{name}-bash-completion
|
||||||
|
# Since version 1.13.0, ldc uses ld.gold by default
|
||||||
|
Requires: binutils-gold
|
||||||
%if %{with ldc_bootstrap}
|
%if %{with ldc_bootstrap}
|
||||||
# v0.17.6 is the last version buildable with a C++ compiler, so use it for bootstrapping
|
# 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
|
Source10: https://github.com/ldc-developers/ldc/releases/download/v0.17.6/ldc-0.17.6-src.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user