Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/dotnet3.1.git#ba65c2a77f92e7af299552bee1438a48553260cb
This commit is contained in:
parent
3b2727d90d
commit
277185220e
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/dotnet-v3.1.109-SDK.tar.gz
|
||||
/dotnet-v3.1.110-SDK.tar.gz
|
||||
/dotnet-v3.1.111-SDK.tar.gz
|
||||
/dotnet-v3.1.112-SDK.tar.gz
|
||||
|
@ -21,10 +21,10 @@
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
|
||||
%global host_version 3.1.11
|
||||
%global runtime_version 3.1.11
|
||||
%global host_version 3.1.12
|
||||
%global runtime_version 3.1.12
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 3.1.111
|
||||
%global sdk_version 3.1.112
|
||||
# upstream can update releases without revving the SDK version so these don't always match
|
||||
%global src_version %{sdk_version}
|
||||
%global templates_version %(echo %{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: dotnet3.1
|
||||
Version: %{sdk_rpm_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: .NET Core 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/
|
||||
@ -556,6 +556,9 @@ echo "Testing build results for debug symbols..."
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 12 2021 Omair Majid <omajid@redhat.com> - 3.1.112-1
|
||||
- Update to .NET Core SDK 3.1.112 and Runtime 3.1.12
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.111-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v3.1.111-SDK.tar.gz) = e65b8b96a0814a4a3fb9f56d2bde8f0f851fdeeeb1ce9980945994a0194aa1deabdb14141e0b77a09feaaf6a515565a337e7cac56be8ef663ca8ec127556b4e7
|
||||
SHA512 (dotnet-v3.1.112-SDK.tar.gz) = df2d20397f1bfb383cfc720467585c959f59354cb41a03e18d0b6b4ae0a6794e1b882fba4ec90ed23d545b0380b2a15a769be8265bfeb82bc9d8943406359aef
|
||||
|
Loading…
Reference in New Issue
Block a user