diff --git a/.dotnet3.1.metadata b/.dotnet3.1.metadata index dcb7afc..a687178 100644 --- a/.dotnet3.1.metadata +++ b/.dotnet3.1.metadata @@ -1 +1 @@ -1308d561d5a1f57d51b018babd06a04cd6401a0c SOURCES/dotnet-v3.1.113-SDK.tar.gz +888025430ffdfffda636f91021430537041147b6 SOURCES/dotnet-v3.1.114-SDK.tar.gz diff --git a/.gitignore b/.gitignore index 84ed032..46b01af 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v3.1.113-SDK.tar.gz +SOURCES/dotnet-v3.1.114-SDK.tar.gz diff --git a/SPECS/dotnet3.1.spec b/SPECS/dotnet3.1.spec index 4c3d61b..e79189c 100644 --- a/SPECS/dotnet3.1.spec +++ b/SPECS/dotnet3.1.spec @@ -23,10 +23,10 @@ %endif %global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g') -%global host_version 3.1.13 -%global runtime_version 3.1.13 +%global host_version 3.1.14 +%global runtime_version 3.1.14 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 3.1.113 +%global sdk_version 3.1.114 %global templates_version %(echo %{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') %global host_rpm_version %{host_version} @@ -451,6 +451,14 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %dir %{_libdir}/dotnet/packs %changelog +* Tue Apr 13 2021 Omair Majid - 3.1.114-2 +- Rebuild to tag into the correct location +- Resolves: RHBZ#1947455 + +* Mon Apr 12 2021 Omair Majid - 3.1.114-1 +- Update to .NET Core SDK 3.1.114 and Runtime 3.1.14 +- Resolves: RHBZ#1947455 + * Tue Mar 09 2021 Omair Majid - 3.1.113-2 - Update to .NET Core SDK 3.1.113 and Runtime 3.1.13 - Resolves: RHBZ#1933376