diff --git a/ldc.spec b/ldc.spec index e0d55cc..22a5541 100644 --- a/ldc.spec +++ b/ldc.spec @@ -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 - 1:0.15.2.beta2-72 +- add bash-completion as required + * Wed Jul 29 2015 Jonathan MERCIER - 1:0.15.2.beta2-71 - update to beta release 0.15.2-beta2