From 0f334addaeebf8c16084efceb04bfbb7536ee7aa36e082bd4b9de7ecc7f89790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 28 Feb 2016 14:29:55 +0000 Subject: [PATCH] Accepting request 362606 from home:marc_schuetz:branches:devel:languages:D so version was wrong OBS-URL: https://build.opensuse.org/request/show/362606 OBS-URL: https://build.opensuse.org/package/show/devel:languages:D/ldc?expand=0&rev=7 --- ldc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldc.spec b/ldc.spec index 88e710f..b1e64ce 100644 --- a/ldc.spec +++ b/ldc.spec @@ -31,14 +31,14 @@ BuildRequires: cmake BuildRequires: help2man BuildRequires: libconfig++-devel BuildRequires: llvm-clang -BuildRequires: llvm-devel >= 3.0 +BuildRequires: llvm-devel >= 3.5 BuildRequires: ncurses-devel BuildRequires: zlib-devel # Should be installed, at least runtime Recommends: ldc-phobos-devel = %{version} Recommends: ldc-runtime-devel = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define so_ver 67 +%define so_ver 68 %define lname_runtime libdruntime-%{name} %define lname_phobos libphobos2-%{name}