add bash-completion as required

epel9
bioinfornatics 9 years ago
parent 5b51a2c20c
commit 01337f1b27

@ -6,7 +6,7 @@
Name: ldc
Version: %ldc_version.beta2
Release: 71%{?dist}
Release: 72%{?dist}
Epoch: 1
Summary: A compiler for the D programming language
@ -30,7 +30,7 @@ BuildRequires: libcurl-devel
BuildRequires: zlib-devel
BuildRequires: libedit-devel
Requires: ldc-druntime-devel ldc-phobos-devel ldc-config libedit clang-libs
Requires: ldc-druntime-devel ldc-phobos-devel ldc-config libedit clang-libs bash-completion
%description
LDC is a compiler for the D programming Language. It is based on the latest DMD
frontend and uses LLVM as backend. LLVM provides a fast and modern backend for
@ -239,6 +239,9 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
%changelog
* Thu Jul 30 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.15.2.beta2-72
- add bash-completion as required
* Wed Jul 29 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.15.2.beta2-71
- update to beta release 0.15.2-beta2

Loading…
Cancel
Save