From 738d8963abd638972b5d12e6255866c8eda2aa44 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Dec 02 2019 09:44:01 +0000 Subject: import rh-dotnet30-dotnet-3.0.101-1.el7 --- diff --git a/.gitignore b/.gitignore index 975c99e..f0b91d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v3.0.0.tar.gz +SOURCES/dotnet-v3.0.1-runtime.tar.gz diff --git a/.rh-dotnet30-dotnet.metadata b/.rh-dotnet30-dotnet.metadata index c3610da..43fef41 100644 --- a/.rh-dotnet30-dotnet.metadata +++ b/.rh-dotnet30-dotnet.metadata @@ -1 +1 @@ -54cff2893b47da7695670a255e106d4c66d79cd0 SOURCES/dotnet-v3.0.0.tar.gz +e6d068e0ebb04ff52beaa4b4fdf682f36e1503ce SOURCES/dotnet-v3.0.1-runtime.tar.gz diff --git a/SOURCES/corefx-optflags-support.patch b/SOURCES/corefx-optflags-support.patch index 63f4730..8ab8409 100644 --- a/SOURCES/corefx-optflags-support.patch +++ b/SOURCES/corefx-optflags-support.patch @@ -1,16 +1,3 @@ -diff --git a/src/Native/Unix/CMakeLists.txt b/src/Native/Unix/CMakeLists.txt -index 7d804a1e54..717c2718d7 100644 ---- a/src/Native/Unix/CMakeLists.txt -+++ b/src/Native/Unix/CMakeLists.txt -@@ -25,7 +25,7 @@ add_compile_options(-fPIC) - add_compile_options(-Wthread-safety) - add_compile_options(-Wno-thread-safety-analysis) - endif() --add_compile_options(-Werror) -+add_compile_options(-Wno-unused-result) - - if(CMAKE_SYSTEM_NAME STREQUAL Emscripten) - set(CLR_CMAKE_PLATFORM_WASM 1) diff --git a/src/Native/Unix/configure.cmake b/src/Native/Unix/configure.cmake index f4a30ad6cb..f2db68402a 100644 --- a/src/Native/Unix/configure.cmake diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 1ac7572..50953e6 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -26,10 +26,10 @@ %endif %global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g') -%global host_version 3.0.0 -%global runtime_version 3.0.0 +%global host_version 3.0.1 +%global runtime_version 3.0.1 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 3.0.100 +%global sdk_version 3.0.101 %global templates_version %{runtime_version} %global host_rpm_version %{host_version} @@ -55,14 +55,14 @@ Name: %{?scl_prefix}dotnet Version: %{sdk_rpm_version} -Release: 3%{?dist} +Release: 1%{?dist} Summary: .NET Core CLI tools and runtime License: MIT and ASL 2.0 and BSD URL: https://github.com/dotnet/ -# The source is generated on a Fedora box via: -# ./build-dotnet-tarball dotnet-v%%{runtime_version} -Source0: dotnet-v%{runtime_version}.tar.gz +# The source is generated on a dev box via: +# ./build-dotnet-tarball dotnet-v%%{runtime_version}-runtime +Source0: dotnet-v%{runtime_version}-runtime.tar.gz Source1: check-debug-symbols.py Source2: dotnet.sh @@ -270,7 +270,7 @@ applications using the .NET Core SDK. %prep -%setup -q -n dotnet-v%{runtime_version} +%setup -q -n dotnet-v%{runtime_version}-runtime # Fix bad hardcoded path in build sed -i 's|/usr/share/dotnet|%{_libdir}/dotnet|' src/core-setup.*/src/corehost/common/pal.unix.cpp @@ -420,6 +420,10 @@ echo "Testing build results for debug symbols..." %dir %{_libdir}/dotnet/packs %changelog +* Thu Nov 14 2019 Omair Majid - 3.0.101-1 +- Update to .NET Core Runtime 3.0.1 and SDK 3.0.101 +- Resolves: RHBZ#1772600 + * Mon Sep 30 2019 Omair Majid - 3.0.100-3 - Install bash completion globally - Resolves: RHBZ#1746116