From 4f729abda5724306bfc4a914c09778253c771260 Mon Sep 17 00:00:00 2001 From: luffyluo Date: Mon, 25 Dec 2023 20:02:06 +0800 Subject: [PATCH] Rebuilt for llvm 17.0.6 --- dotnet6.0.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dotnet6.0.spec b/dotnet6.0.spec index f7ba165..fc81235 100644 --- a/dotnet6.0.spec +++ b/dotnet6.0.spec @@ -63,7 +63,7 @@ applications using the .NET SDK. Summary: .NET Runtime and SDK Name: dotnet%{name_version} Version: %{sdk_rpm_version} -Release: 1%{?dist} +Release: 2%{?dist} License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib URL: https://github.com/dotnet/ @@ -459,6 +459,9 @@ export COMPlus_LTTng=0 %changelog +* Mon Dec 25 2023 luffyluo - 6.0.123-2 +- Rebuilt for llvm 17.0.6 + * Fri Oct 20 2023 Feng Weiyao - 6.0.123-1 - Update to .NET SDK 6.0.123 and Runtime 6.0.23 -- Gitee