From ecdbf5ecac6d155d8068c5c4c2ec7d82943091e4 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Feb 19 2019 18:41:18 +0000 Subject: Update to .NET Core Runtime 2.1.8 and SDK 2.1.504 --- diff --git a/dotnet2.1.spec b/dotnet2.1.spec index 70d942e..f13c51b 100644 --- a/dotnet2.1.spec +++ b/dotnet2.1.spec @@ -27,13 +27,13 @@ %global simple_name dotnet -%global host_version 2.1.7 -%global sdk_version 2.1.503 -%global runtime_version 2.1.7 +%global host_version 2.1.8 +%global sdk_version 2.1.504 +%global runtime_version 2.1.8 Name: %{simple_name}2.1 Version: %{sdk_version} -Release: 5%{?dist} +Release: 1%{?dist} Summary: .NET Core CLI tools and runtime License: MIT and ASL 2.0 and BSD URL: https://github.com/dotnet/ @@ -350,6 +350,9 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{simple_name}/sdk/%{sdk_version} %changelog +* Tue Feb 19 2019 Omair Majid - 2.1.504-1 +- Update to .NET Core Runtime 2.1.8 and SDK 2.1.504 + * Wed Feb 13 2019 Omair Majid - 2.1.503-4 - Rename spec file to dotnet2.1 - Link executibles with -pie