From 59718849af41d40745d1f5272128d8f287e6be27 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Oct 02 2018 16:41:34 +0000 Subject: Update to .NET Core Runtime 2.1.5 and SDK 2.1.403 --- diff --git a/dotnet.spec b/dotnet.spec index b27a36d..2971554 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.402 -%global runtime_version 2.1.4 +%global sdk_version 2.1.403 +%global runtime_version 2.1.5 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/ @@ -35,7 +35,7 @@ URL: https://github.com/dotnet/ # - ./build-source-tarball.sh dotnet-%%{sdk_version} # - tar cvzf dotnet-%%{sdk_version}.tar.gz dotnet-%%{sdk_version} -Source0: https://omajid.fedorapeople.org/dotnet/dotnet-%{runtime_version}.tar.gz +Source0: dotnet-%{runtime_version}.tar.gz Source1: check-debug-symbols.py Source2: dotnet.sh @@ -165,7 +165,9 @@ export CFLAGS="%{dotnet_cflags}" export CXXFLAGS="%{dotnet_cflags}" export LDFLAGS="%{dotnet_ldflags}" -VERBOSE=1 ./build.sh /v:diag /p:MinimalConsoleLogOutput=false +VERBOSE=1 ./build.sh \ + /v:diag \ + /p:MinimalConsoleLogOutput=false %install install -d -m 0755 %{buildroot}%{_libdir}/%{name}/ @@ -234,6 +236,9 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{name}/sdk/%{sdk_version} %changelog +* Tue Oct 02 2018 Omair Majid - 2.1.403-1 +- Update to .NET Core Runtime 2.1.5 and SDK 2.1.403 + * Wed Sep 26 2018 Omair Majid - 2.1.402-2 - Add ~/.dotnet/tools to $PATH to make it easier to use dotnet tools