diff --git a/dotnet6.0.spec b/dotnet6.0.spec index 7a78bc9bce299a6df42e42d8c54f6271404f3c33..f0008939b6c67dfac203efe3afd54bf42c9f72c8 100644 --- a/dotnet6.0.spec +++ b/dotnet6.0.spec @@ -23,10 +23,10 @@ # until that's done, disable LTO. This has to happen before setting the flags below. %define _lto_cflags %{nil} -%global host_version 6.0.32 -%global runtime_version 6.0.32 +%global host_version 6.0.33 +%global runtime_version 6.0.33 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.132 +%global sdk_version 6.0.133 %global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|') %global templates_version %{runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') @@ -657,11 +657,15 @@ echo "Testing build results for debug symbols..." %changelog -* Wed Jul 31 2024 Liwei Ge - 6.0.132-1.0.1 +* Fri Aug 16 2024 Liwei Ge - 6.0.133-1.0.1 - Fix sdk suffix for Anolis OS - Update netstandard-targeting-pack-2.1 acquisition method (Zhao Hang) -* Thu Jun 27 2024 Omair Majid - 6.0.132-1 +* Thu Aug 01 2024 Omair Majid - 6.0.133-1 +- Update to .NET SDK 6.0.133 and Runtime 6.0.33 +- Resolves: RHEL-52384 + +* Tue Jul 09 2024 Omair Majid - 6.0.132-2 - Update to .NET SDK 6.0.132 and Runtime 6.0.32 - Resolves: RHEL-45319 diff --git a/download b/download index b5ae1062df168a29dd326062184710f365312a1c..278f7470eb35153d0072d9960bd750dd331f3350 100644 --- a/download +++ b/download @@ -1 +1 @@ -0dfec067b54749217e63ac84c15d1b98 dotnet-v6.0.132.tar.gz +aaa107a729ac42f0b9a845b5c7876a16 dotnet-v6.0.133.tar.gz