diff --git a/dotnet6.0.spec b/dotnet6.0.spec index f3875d63f7880d2b764bc076d55c812ef075d6a6..a4244aeda86716cc69e2e10ed48b0075d88320f8 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.5 -%global runtime_version 6.0.5 +%global host_version 6.0.6 +%global runtime_version 6.0.6 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.105 +%global sdk_version 6.0.106 %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 }') @@ -92,8 +92,19 @@ Patch101: runtime-mono-remove-ilstrip.patch # https://github.com/dotnet/runtime/pull/66594 Patch102: runtime-66594-s390x-debuginfo.patch +# https://github.com/dotnet/command-line-api/pull/1401 +Patch300: command-line-api-use-work-tree-with-git-apply.patch + +# https://github.com/microsoft/vstest/pull/3046 +Patch400: vstest-use-work-tree-with-git-apply.patch + +# This is the suggestion from https://github.com/dotnet/source-build/pull/2450, applied +Patch500: fsharp-use-work-tree-with-git-apply.patch # Disable apphost, needed for s390x -Patch500: fsharp-no-apphost.patch +Patch501: fsharp-no-apphost.patch + +# This is the suggestion from https://github.com/dotnet/source-build/pull/2450, applied +Patch600: xliff-tasks-use-work-tree-with-git-apply.patch # Disable apphost, needed for s390x Patch700: arcade-no-apphost.patch @@ -406,8 +417,17 @@ pushd src/runtime %patch102 -p1 popd +pushd src/command-line-api +%patch300 -p1 +popd + +pushd src/vstest +%patch400 -p1 +popd + pushd src/fsharp %patch500 -p1 +%patch501 -p1 popd pushd src/arcade @@ -631,9 +651,13 @@ echo "Testing build results for debug symbols..." %changelog -* Mon May 30 2022 Liwei Ge - 6.0.105-1.0.1 +* Thu Jun 16 2022 Liwei Ge - 6.0.106-1.0.1 - Fix sdk suffix for Anolis OS +* 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 + * Thu May 05 2022 Omair Majid - 6.0.105-1 - Update to .NET SDK 6.0.105 and Runtime 6.0.5 - Resolves: RHBZ#2082267 diff --git a/download b/download index 9c26c70af1f8c82f7e9afe1494ae707735bec64b..70a185c49ffacaa67d229b546b17910bb4f2453a 100644 --- a/download +++ b/download @@ -1 +1 @@ -06302b75e2d001c775f6260779b0d4a6 dotnet-v6.0.105-SDK.tar.gz +72fd297e8bd456d16d0aefedcb5f1749 dotnet-v6.0.106-SDK.tar.gz