From 1834b87dd42f7309039d9662f9a797f2d2b92072 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Feb 19 2019 21:32:23 +0000 Subject: Update to .NET Core Runtime 2.2.2 and SDK 2.2.104 --- diff --git a/dotnet2.2.spec b/dotnet2.2.spec index 2b7190a..2a64001 100644 --- a/dotnet2.2.spec +++ b/dotnet2.2.spec @@ -27,13 +27,13 @@ %global simple_name dotnet -%global host_version 2.2.1 -%global sdk_version 2.2.103 -%global runtime_version 2.2.1 +%global host_version 2.2.2 +%global sdk_version 2.2.104 +%global runtime_version 2.2.2 Name: %{simple_name}2.2 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/ @@ -45,7 +45,7 @@ URL: https://github.com/dotnet/ # - ./build-source-tarball.sh dotnet-%%{sdk_version} # - tar cvzf dotnet-%%{runtime_version}.tar.gz dotnet-%%{runtime_version} -Source0: dotnet-v%{sdk_version}-SDK-ga.tar.gz +Source0: dotnet-v%{runtime_version}.tar.gz Source1: check-debug-symbols.py Source2: dotnet.sh @@ -208,7 +208,7 @@ applications and micro-services. %prep -%setup -q -n dotnet-v%{sdk_version}-SDK-ga +%setup -q -n dotnet-v%{runtime_version} # Fix bad hardcoded path in build sed -i 's|/usr/share/dotnet|%{_libdir}/%{simple_name}|' src/core-setup/src/corehost/common/pal.unix.cpp @@ -330,6 +330,9 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{simple_name}/sdk/%{sdk_version} %changelog +* Tue Feb 19 2019 Omair Majid - 2.2.104-1 +- Update to .NET Core Runtime 2.2.2 and SDK 2.2.104 + * Mon Feb 11 2019 Omair Majid - 2.2.103-2 - Rename spec file to dotnet2.2 to meet Fedora guidelines - Link executibles with -pie