From ecdabc9e15ba892769fed781cc960377cd7fcf38 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Sep 13 2018 21:02:38 +0000 Subject: Update to .NET Core Runtime 2.1.4 and SDK 2.1.402 --- diff --git a/dotnet.spec b/dotnet.spec index 9252f3d..6fb1dc6 100644 --- a/dotnet.spec +++ b/dotnet.spec @@ -18,12 +18,12 @@ %global dotnet_cflags %(echo %optflags | sed -e 's/-fcf-protection//' | sed -re 's/-specs=[^ ]*//g') %global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g') -%global sdk_version 2.1.401 -%global runtime_version 2.1.3 +%global sdk_version 2.1.402 +%global runtime_version 2.1.4 Name: dotnet Version: %{sdk_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: .NET Core CLI tools and runtime License: MIT and ASL 2.0 and BSD URL: https://github.com/dotnet/ @@ -151,9 +151,6 @@ applications and micro-services. %prep %setup -q -n %{name}-%{runtime_version} -# See https://github.com/dotnet/source-build/pull/669 -rm -rf Tools/configuration/configuration.props - # Fix bad hardcoded path in build sed -i 's|/usr/share/dotnet|%{_libdir}/%{name}|' src/core-setup/src/corehost/common/pal.unix.cpp @@ -163,13 +160,11 @@ popd %build -# strace -fo strace.log \ - export CFLAGS="%{dotnet_cflags}" export CXXFLAGS="%{dotnet_cflags}" export LDFLAGS="%{dotnet_ldflags}" -./build.sh /v:diag /p:MinimalConsoleLogOutput=false +VERBOSE=1 ./build.sh /v:diag /p:MinimalConsoleLogOutput=false %install install -d -m 0755 %{buildroot}%{_libdir}/%{name}/ @@ -233,6 +228,9 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{name}/sdk/%{sdk_version} %changelog +* Thu Sep 13 2018 Omair Majid - 2.1.402-1 +- Update to .NET Core Runtime 2.1.4 and SDK 2.1.402 + * Wed Sep 05 2018 Omair Majid - 2.1.401-2 - Use distro-standard flags when building .NET Core