diff --git a/dotnet6.0.spec b/dotnet6.0.spec index a4244aeda86716cc69e2e10ed48b0075d88320f8..3b8a86cbcc2df79956d53f4433b0b3d2609cf54d 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.6 -%global runtime_version 6.0.6 +%global host_version 6.0.7 +%global runtime_version 6.0.7 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.106 +%global sdk_version 6.0.107 %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 }') @@ -651,9 +651,13 @@ echo "Testing build results for debug symbols..." %changelog -* Thu Jun 16 2022 Liwei Ge - 6.0.106-1.0.1 +* Tue Aug 09 2022 Liwei Ge - 6.0.107-1.0.1 - Fix sdk suffix for Anolis OS +* Fri Jul 01 2022 Andrew Slice - 6.0.107-1 +- Update to .NET SDK 6.0.107 and Runtime 6.0.7 +- Resolves: RHBZ#2103268 + * Mon Jun 06 2022 Omair Majid - 6.0.106-1 - Update to .NET SDK 6.0.106 and Runtime 6.0.6 - Resolves: RHBZ#2093432 diff --git a/download b/download index 70a185c49ffacaa67d229b546b17910bb4f2453a..aa81a31f0e8cd9c3dfeeb3f8c04c5a538bd1c8e0 100644 --- a/download +++ b/download @@ -1 +1 @@ -72fd297e8bd456d16d0aefedcb5f1749 dotnet-v6.0.106-SDK.tar.gz +e68fab1931527431a990cf06be8534f5 dotnet-v6.0.107-SDK.tar.gz