From 3db37c6d122c9e91bd19261cd9538337ae14f1c2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Dec 02 2019 09:39:04 +0000 Subject: import rh-dotnet21-dotnet-2.1.510-2.el7 --- diff --git a/.gitignore b/.gitignore index ee2735f..46ef134 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v2.1.13.tar.gz +SOURCES/dotnet-v2.1.14.tar.gz diff --git a/.rh-dotnet21-dotnet.metadata b/.rh-dotnet21-dotnet.metadata index 7da8822..e62b56d 100644 --- a/.rh-dotnet21-dotnet.metadata +++ b/.rh-dotnet21-dotnet.metadata @@ -1 +1 @@ -5e682c8e8c5b07db830b324d4c8649e986abc9e8 SOURCES/dotnet-v2.1.13.tar.gz +da5f32c3a5ff47343a7e6e720958e5392e3e39b5 SOURCES/dotnet-v2.1.14.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 337e2c3..a79282b 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -30,12 +30,12 @@ # on system libcurl package. We require the %%{?scl_prefix}libcurl package %global __requires_exclude ^(%{privlibs}|libcurl)\\.so -%global runtime_version 2.1.13 -%global sdk_version 2.1.509 +%global runtime_version 2.1.14 +%global sdk_version 2.1.510 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 @@ -257,6 +257,14 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{pkg_name}/sdk/%{sdk_version} %changelog +* Thu Nov 07 2019 Radka Janekova - 2.1.510-2 +- Update to rebuild .NET Core Runtime 2.1.14 and SDK 2.1.510 +- Resolves: RHBZ#1767628 + +* Thu Oct 31 2019 Omair Majid - 2.1.510-1 +- Update to .NET Core Runtime 2.1.14 and SDK 2.1.510 +- Resolves: RHBZ#1767628 + * Thu Aug 29 2019 Omair Majid - 2.1.509-1 - Update to .NET Core Runtime 2.1.13 and SDK 2.1.509 - Resolves: RHBZ#1743290