From cf7d5663733b39d1217b3d6d5117e99991600f43 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Jul 11 2019 09:08:47 +0000 Subject: Update to .NET Core Runtime 2.1.12 and SDK 2.1.508 --- diff --git a/dotnet2.1.spec b/dotnet2.1.spec index 9ff5bb5..8a5db53 100644 --- a/dotnet2.1.spec +++ b/dotnet2.1.spec @@ -27,13 +27,13 @@ %global simple_name dotnet -%global host_version 2.1.11 -%global sdk_version 2.1.507 -%global runtime_version 2.1.11 +%global host_version 2.1.12 +%global sdk_version 2.1.508 +%global runtime_version 2.1.12 Name: %{simple_name}2.1 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/ @@ -85,6 +85,10 @@ BuildRequires: python3 BuildRequires: strace BuildRequires: zlib-devel +%if %{use_bundled_libunwind} +Provides: bundled(libunwind) = 1.3 +%endif + %description .NET Core is a fast, lightweight and modular platform for creating cross platform applications that work on Linux, macOS and Windows. @@ -329,6 +333,9 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{simple_name}/sdk/%{sdk_version} %changelog +* Thu Jul 11 2019 Omair Majid - 2.1.508-1 +- Update to .NET Core Runtime 2.1.12 and SDK 2.1.508 + * Mon Jun 03 2019 Omair Majid - 2.1.507-2 - Link against GNU strerror_r varaint correctly