diff --git a/.gitignore b/.gitignore index 0f67fc4..648d0f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.102-SDK.tar.gz +SOURCES/dotnet-v6.0.103-SDK.tar.gz diff --git a/.rh-dotnet60-dotnet.metadata b/.rh-dotnet60-dotnet.metadata index 2ae79b6..995e807 100644 --- a/.rh-dotnet60-dotnet.metadata +++ b/.rh-dotnet60-dotnet.metadata @@ -1 +1 @@ -2720e6913372231c2c54703e279ef0bc65ac5920 SOURCES/dotnet-v6.0.102-SDK.tar.gz +cc1fbf4c6c6624fc2a9a0bc210357dceb086974c SOURCES/dotnet-v6.0.103-SDK.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 03dc18c..af10035 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.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.2 -%global runtime_version 6.0.2 +%global host_version 6.0.3 +%global runtime_version 6.0.3 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.102 +%global sdk_version 6.0.103 %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 }') @@ -63,7 +63,7 @@ Name: %{?scl_prefix}dotnet Version: %{sdk_rpm_version} -Release: 1%{?dist} +Release: 3%{?dist} Summary: .NET Runtime and SDK 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/ @@ -614,6 +614,18 @@ echo "Testing build results for debug symbols..." %changelog +* Mon Mar 07 2022 Omair Majid - 6.0.103-3 +- Rebuild against .NET 6.0.102 +- Resolves: RHBZ#2059635 + +* Thu Mar 03 2022 Omair Majid - 6.0.103-2 +- Update to new source drop for .NET SDK 6.0.103 and Runtime 6.0.3 +- Resolves: RHBZ#2059635 + +* Wed Mar 02 2022 Omair Majid - 6.0.103-1 +- Update to .NET SDK 6.0.103 and Runtime 6.0.3 +- Resolves: RHBZ#2059635 + * Sun Jan 30 2022 Omair Majid - 6.0.102-1 - Update to .NET SDK 6.0.102 and Runtime 6.0.2 - Resolves: RHBZ#2048255