diff --git a/ldc.spec b/ldc.spec index cba69ef..ab79b8b 100644 --- a/ldc.spec +++ b/ldc.spec @@ -22,7 +22,7 @@ License: BSD-3-Clause and Artistic-1.0 Summary: The LLVM D Compiler Url: https://github.com/ldc-developers/ldc Group: Development/Languages/Other -Source0: ldc-0.16.1-src.tar.gz +Source0: ldc-%{version}-src.tar.gz # PATCH-FIX-OPENSUSE workaround-buggy-llvm-config.patch bnc#856691 Patch1: workaround-buggy-llvm-config.patch BuildRequires: libconfig++-devel @@ -56,7 +56,7 @@ This package contains the Phobos development files necessary for developing with LDC. %prep -%setup -q -n ldc-0.16.1-src +%setup -q -n ldc-%{version}-src %patch1 -p1 %build