diff --git a/.gitignore b/.gitignore index 70b9f7d..1869507 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v2.2.6.tar.gz +SOURCES/dotnet-v2.2.7.tar.gz diff --git a/.rh-dotnet22-dotnet.metadata b/.rh-dotnet22-dotnet.metadata index 200f632..0b36009 100644 --- a/.rh-dotnet22-dotnet.metadata +++ b/.rh-dotnet22-dotnet.metadata @@ -1 +1 @@ -b1e2150242f5301e82ea463aeeba418ef8b29d60 SOURCES/dotnet-v2.2.6.tar.gz +d145eccfd93c4d38b42f0effec3d2ca7908d97c6 SOURCES/dotnet-v2.2.7.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index cbcaf23..22c24b6 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -28,13 +28,13 @@ %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 host_version 2.2.6 -%global runtime_version 2.2.6 -%global sdk_version 2.2.108 +%global host_version 2.2.7 +%global runtime_version 2.2.7 +%global sdk_version 2.2.109 Name: %{?scl_prefix}dotnet Version: %{sdk_version} -Release: 2%{?dist} +Release: 1%{?dist} Group: Development/Languages Summary: .NET Core CLI tools and runtime License: MIT and ASL 2.0 and BSD @@ -286,6 +286,10 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{pkg_name}/sdk/%{sdk_version} %changelog +* Thu Aug 29 2019 Omair Majid - 2.2.109-1 +- Update to .NET Core Runtime 2.2.7 and SDK 2.2.109 +- Resolves: RHBZ#1744260 + * Thu Jul 11 2019 Omair Majid - 2.2.108-2 - Fix strerror linkage issue identified by tests - Resolves: RHBZ#1728895