From 7b0ca5475799bf84d5047d615a2939dae8af36a44b6fc5d4fca115697d32d491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 28 Oct 2015 17:33:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:D/ldc?expand=0&rev=4 --- ldc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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