Update to .NET SDK 6.0.109 and Runtime 6.0.9
This commit is contained in:
parent
de83185317
commit
ef175b0e29
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/dotnet-v6.0.106.tar.gz
|
||||
/dotnet-v6.0.107.tar.gz
|
||||
/dotnet-v6.0.108.tar.gz
|
||||
/dotnet-v6.0.109.tar.gz
|
||||
|
@ -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 6.0.8
|
||||
%global runtime_version 6.0.8
|
||||
%global host_version 6.0.9
|
||||
%global runtime_version 6.0.9
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.108
|
||||
%global sdk_version 6.0.109
|
||||
%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 }')
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
Name: dotnet6.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/
|
||||
@ -647,6 +647,9 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 12 2022 Omair Majid <omajid@redhat.com> - 6.0.109-1
|
||||
- Update to .NET SDK 6.0.109 and Runtime 6.0.9
|
||||
|
||||
* Thu Sep 29 2022 Michael Cronenworth <mike@cchtml.com> - 6.0.108-3
|
||||
- Clang 15 and s390x fixes with upstream patches
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.108.tar.gz) = 3fe1f3ae9ee96813e8af42222542e89ee74f7f4098ba4ef5bad83e1fbcd029319758db204a2e167b5cb47134193f84a2c800e4158bfc2299801f1418c28e24a7
|
||||
SHA512 (dotnet-v6.0.109.tar.gz) = c467119fd06f4b59246d341c6bb7ab9341f501e063cd013f7749ab427bebca0974cb7fbab94ec211fab2b0e91d852360ab8562f4c9fd063328f218676fd45ffe
|
||||
|
Loading…
Reference in New Issue
Block a user