diff --git a/.dotnet5.0.metadata b/.dotnet5.0.metadata index 939b3c9..debb3e9 100644 --- a/.dotnet5.0.metadata +++ b/.dotnet5.0.metadata @@ -1 +1 @@ -ed16c6e24e11b7108bdff716ae73cfd8d82823d7 SOURCES/dotnet-v5.0.207-SDK.tar.gz +d1a80dee6c9e13ae7b2fa12a8b0018286501b91e SOURCES/dotnet-v5.0.209.1-SDK.tar.gz diff --git a/.gitignore b/.gitignore index 569a366..4c240a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v5.0.207-SDK.tar.gz +SOURCES/dotnet-v5.0.209.1-SDK.tar.gz diff --git a/SPECS/dotnet5.0.spec b/SPECS/dotnet5.0.spec index 04beb77..0a48555 100644 --- a/SPECS/dotnet5.0.spec +++ b/SPECS/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.10 -%global runtime_version 5.0.10 +%global host_version 5.0.12 +%global runtime_version 5.0.12 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 5.0.207 +%global sdk_version 5.0.209 %global templates_version %{runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') @@ -33,7 +33,7 @@ %global sdk_rpm_version %{sdk_version} # upstream can update releases without revving the SDK version so these don't always match -%global src_version %{sdk_version} +%global src_version %{sdk_version}.1 %if 0%{?fedora} || 0%{?rhel} < 8 %global use_bundled_libunwind 0 @@ -56,12 +56,12 @@ Name: dotnet5.0 Version: %{sdk_rpm_version} -Release: 3%{?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/ -# The source is generated on a Fedora box via: +# The source is generated on a RHEL/Fedora box via: # ./build-dotnet-tarball v%%{src_version}-SDK Source0: dotnet-v%{src_version}-SDK.tar.gz Source1: check-debug-symbols.py @@ -516,6 +516,14 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog +* Fri Nov 19 2021 Omair Majid - 5.0.209-1 +- Update to .NET SDK 5.0.209 and Runtime 5.0.12 +- Resolves: RHBZ#2024414 + +* Wed Oct 13 2021 Omair Majid - 5.0.208-2 +- Update to .NET SDK 5.0.208 and Runtime 5.0.11 +- Resolves: 2015936 + * Sun Oct 10 2021 Omair Majid - 5.0.207-3 - Disable subpackages that will be provided by .NET 6 SRPM - Resolves: RHBZ#1986017