diff --git a/dotnet6.0.spec b/dotnet6.0.spec index ca2f5df243a45365e8a84191e2608b791b9a44a5..533aed1e05fad64f73eb4651c774aea2cfa2db41 100644 --- a/dotnet6.0.spec +++ b/dotnet6.0.spec @@ -22,10 +22,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.18 -%global runtime_version 6.0.18 +%global host_version 6.0.20 +%global runtime_version 6.0.20 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.118 +%global sdk_version 6.0.120 %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 }') @@ -617,9 +617,17 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog -* Thu Jun 15 2023 Liwei Ge - 6.0.118-1.0.1 +* Mon Jul 24 2023 Liwei Ge - 6.0.120-1.0.1 - Fix sdk suffix for Anolis OS +* Tue Jul 04 2023 Omair Majid - 6.0.120-1 +- Update to .NET SDK 6.0.120 and Runtime 6.0.20 +- Resolves: RHBZ#2219639 + +* Tue Jun 20 2023 Omair Majid - 6.0.119-1 +- Update to .NET SDK 6.0.119 and Runtime 6.0.19 +- Resolves: RHBZ#2216221 + * Thu Jun 01 2023 Andrew Slice - 6.0.118-1 - Update to .NET SDK 6.0.118 and Runtime 6.0.18 - Resolves: RHBZ#2212378 diff --git a/download b/download index bf88f0c776efdcc42eadc5d24c7db99eda26386d..325d81aa86ad673d07a1a46e3ea1b2dc2edd9023 100644 --- a/download +++ b/download @@ -1 +1 @@ -8e66a275a25f6094c9a8d50bec1330d5 dotnet-v6.0.118.tar.gz +f356418034031aea30ff8405d8689cb2 dotnet-v6.0.120.tar.gz