From b6ac9528b23d0c5ffc7fb18d4ec5bb5bdf3dcb7d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Dec 02 2019 09:41:25 +0000 Subject: import rh-dotnet22-dotnet-2.2.110-2.el7 --- diff --git a/.gitignore b/.gitignore index 1869507..90d81da 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v2.2.7.tar.gz +SOURCES/dotnet-v2.2.8.tar.gz diff --git a/.rh-dotnet22-dotnet.metadata b/.rh-dotnet22-dotnet.metadata index 0b36009..41fba68 100644 --- a/.rh-dotnet22-dotnet.metadata +++ b/.rh-dotnet22-dotnet.metadata @@ -1 +1 @@ -d145eccfd93c4d38b42f0effec3d2ca7908d97c6 SOURCES/dotnet-v2.2.7.tar.gz +eda6144dd5c6168fd743b4c7065df843d5741bed SOURCES/dotnet-v2.2.8.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 22c24b6..8fe6710 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.7 -%global runtime_version 2.2.7 -%global sdk_version 2.2.109 +%global host_version 2.2.8 +%global runtime_version 2.2.8 +%global sdk_version 2.2.110 Name: %{?scl_prefix}dotnet Version: %{sdk_version} -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages Summary: .NET Core CLI tools and runtime License: MIT and ASL 2.0 and BSD @@ -286,6 +286,14 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{pkg_name}/sdk/%{sdk_version} %changelog +* Thu Nov 07 2019 Radka Janekova - 2.2.110-2 +- Update to rebuild .NET Core Runtime 2.2.8 and SDK 2.2.110 +- Resolves: RHBZ#1767563 + +* Thu Oct 31 2019 Omair Majid - 2.2.110-1 +- Update to .NET Core Runtime 2.2.8 and SDK 2.2.110 +- Resolves: RHBZ#1767563 + * 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