diff --git a/.gitignore b/.gitignore index 69c1b65..679a3d1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /dotnet-v5.0.102-SDK-arm64-bootstrap.tar.gz /dotnet-v5.0.102-SDK-x64-bootstrap.tar.gz /dotnet-v5.0.102-SDK.tar.gz +/dotnet-v5.0.103-SDK.tar.gz diff --git a/dotnet5.0.spec b/dotnet5.0.spec index 1e0613d..6b1dc9d 100644 --- a/dotnet5.0.spec +++ b/dotnet5.0.spec @@ -20,10 +20,10 @@ # until that's done, disable LTO. This has to happen before setting the flags below. %define _lto_cflags %{nil} -%global host_version 5.0.2 -%global runtime_version 5.0.2 -%global aspnetcore_runtime_version 5.0.2 -%global sdk_version 5.0.102 +%global host_version 5.0.3 +%global runtime_version 5.0.3 +%global aspnetcore_runtime_version %{runtime_version} +%global sdk_version 5.0.103 %global templates_version %{runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') @@ -56,7 +56,7 @@ Name: dotnet5.0 Version: %{sdk_rpm_version} -Release: 2%{?dist} +Release: 1%{?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/ @@ -544,6 +544,9 @@ echo "Testing build results for debug symbols..." %changelog +* Thu Feb 11 2021 Omair Majid - 5.0.103-1 +- Update to .NET SDK 5.0.103 and Runtime 5.0.3 + * Fri Jan 29 2021 Omair Majid - 5.0.102-2 - Disable bootstrap diff --git a/sources b/sources index a52be32..77bcd05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dotnet-v5.0.102-SDK.tar.gz) = 86208c0cfa4dc574e77265bac794387d3315d7097ec4e035a99333386e6254478bb4a3e6b866f36391de8dd98cba9d4b0aee19e0b54ca097cd02309786d22188 +SHA512 (dotnet-v5.0.103-SDK.tar.gz) = 60705e65a757476dd8d45e0bd5f622cc90baa56b5337234fa8f040bd315639ae7456a30f11045159dafe2b0d16a87af3d7c0fde3d05cf3638ee9a5ce9d1b5141 diff --git a/update-release b/update-release index da87262..8c6edfe 100755 --- a/update-release +++ b/update-release @@ -52,7 +52,7 @@ sed -i -E "s|^%global host_version [[:digit:]]\.[[:digit:]]\.[[:digit:]]+|%globa sed -i -E "s|^%global runtime_version [[:digit:]]\.[[:digit:]]\.[[:digit:]]+|%global runtime_version ${runtime_version}|" "$spec_file" sed -i -E "s|^%global sdk_version [[:digit:]]\.[[:digit:]]\.[[:digit:]][[:digit:]][[:digit:]]|%global sdk_version ${sdk_version}|" "$spec_file" -comment="Update to .NET Core Runtime ${runtime_version} and SDK ${sdk_version}" +comment="Update to .NET SDK ${sdk_version} and Runtime ${runtime_version}" rpmdev-bumpspec --comment="$comment" $spec_file