#27 Update to .NET Core Runtime 2.1.12 and SDK 2.1.508
Merged 4 years ago by rhea. Opened 4 years ago by omajid.
dotnet-sig/ omajid/dotnet-2-1 master  into  master

file modified
+11 -4
@@ -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:  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 @@ 

  %{_libdir}/%{simple_name}/sdk/%{sdk_version}

  

  %changelog

+ * Thu Jul 11 2019 Omair Majid <omajid@redhat.com> - 2.1.508-1

+ - Update to .NET Core Runtime 2.1.12 and SDK 2.1.508

+ 

  * Mon Jun 03 2019 Omair Majid <omajid@redhat.com> - 2.1.507-2

  - Link against GNU strerror_r varaint correctly

  

Metadata