From 33120d9d329e59a1cf1e0660f31a3dff48c11ec2 Mon Sep 17 00:00:00 2001 From: tigro Date: Thu, 2 May 2024 21:05:07 +0300 Subject: [PATCH] Rebuilt for MSVSphere 9.4 against llvm 17 --- SPECS/ldc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/ldc.spec b/SPECS/ldc.spec index c7353d3..8840567 100644 --- a/SPECS/ldc.spec +++ b/SPECS/ldc.spec @@ -1,7 +1,7 @@ %if 0%{?rhel} #global llvm_version 15 %else -%global llvm_version 16 +%global llvm_version 17 %endif %global soversion 105 @@ -17,7 +17,7 @@ Name: ldc Epoch: 1 Version: 1.35.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: LLVM D Compiler # The DMD frontend in dmd/* GPL version 1 or artistic license @@ -149,6 +149,9 @@ install --mode=0644 %{SOURCE3} %{buildroot}%{_rpmconfigdir}/macros.d/macros.ldc %{_libdir}/libphobos2-ldc-shared.so.%{soversion}* %changelog +* Thu May 02 2024 Arkady L. Shane - 1:1.35.0-2 +- Rebuilt for MSVSphere 9.4 against llvm 17 + * Fri Nov 17 2023 Arkady L. Shane - 1:1.35.0-1 - Rebuilt for MSVSphere 9.3