From 5301a82d1d3248e1786883444603cc13a98f6d81 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 11 2019 10:15:00 +0000 Subject: import rh-dotnet22-dotnet-2.2.106-2.el7 --- diff --git a/.gitignore b/.gitignore index dfb38e3..554ef7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v2.2.3.tar.gz +SOURCES/dotnet-v2.2.4.tar.gz diff --git a/.rh-dotnet22-dotnet.metadata b/.rh-dotnet22-dotnet.metadata index b7988d7..cac6043 100644 --- a/.rh-dotnet22-dotnet.metadata +++ b/.rh-dotnet22-dotnet.metadata @@ -1 +1 @@ -5b951a762cc6fbbda23007a878a730ff46f5be35 SOURCES/dotnet-v2.2.3.tar.gz +1dfd4445cf932d601f351cbc270522183bd3494f SOURCES/dotnet-v2.2.4.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 0d1ee30..8deda10 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -1,11 +1,3 @@ -# Do *NOT* try and build this locally (using rhpkg or any other tool) if one of -# the parent directories is a git repository. This build uses git-apply during -# the upstream build process. git-apply will simply skip all patches since none -# of the patches affect the build subdirectory. -# -# Use `rhpkg local --builddir ../dotnet-build` or something similar to work -# around this. - %{?scl:%scl_package dotnet} %{!?scl:%global pkg_name %{name}} @@ -36,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.3 -%global runtime_version 2.2.3 -%global sdk_version 2.2.105 +%global host_version 2.2.4 +%global runtime_version 2.2.4 +%global sdk_version 2.2.106 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 @@ -294,6 +286,14 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{pkg_name}/sdk/%{sdk_version} %changelog +* Mon Apr 08 2019 Omair Majid - 2.2.106-2 +- Update to .NET Core Runtime 2.2.4 and SDK 2.2.106 +- Resolves: RHBZ#1696779 + +* Fri Apr 05 2019 Omair Majid - 2.2.203-1 +- Update to .NET Core Runtime 2.2.4 and SDK 2.2.203 +- Resolves: RHBZ#1696779 + * Tue Mar 05 2019 Omair Majid - 2.2.105-1 - Update to .NET Core Runtime 2.2.3 and SDK 2.2.105 - Resolves: RHBZ#1685718