#8 Update to .NET Core Runtime 2.1.5 and SDK 2.1.403
Merged 5 years ago by rhea. Opened 5 years ago by omajid.
dotnet-sig/ omajid/dotnet-2-1 master  into  master

file modified
+10 -5
@@ -18,12 +18,12 @@ 

  %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 sdk_version 2.1.402

- %global runtime_version 2.1.4

+ %global sdk_version 2.1.403

+ %global runtime_version 2.1.5

  

  Name:           dotnet

  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/
@@ -35,7 +35,7 @@ 

  # - ./build-source-tarball.sh dotnet-%%{sdk_version}

  # - tar cvzf dotnet-%%{sdk_version}.tar.gz dotnet-%%{sdk_version}

  

- Source0:        https://omajid.fedorapeople.org/dotnet/dotnet-%{runtime_version}.tar.gz

+ Source0:        dotnet-%{runtime_version}.tar.gz

  Source1:        check-debug-symbols.py

  Source2:        dotnet.sh

  
@@ -165,7 +165,9 @@ 

  export CXXFLAGS="%{dotnet_cflags}"

  export LDFLAGS="%{dotnet_ldflags}"

  

- VERBOSE=1 ./build.sh /v:diag /p:MinimalConsoleLogOutput=false

+ VERBOSE=1 ./build.sh \

+   /v:diag \

+   /p:MinimalConsoleLogOutput=false

  

  %install

  install -d -m 0755 %{buildroot}%{_libdir}/%{name}/
@@ -234,6 +236,9 @@ 

  %{_libdir}/%{name}/sdk/%{sdk_version}

  

  %changelog

+ * Tue Oct 02 2018 Omair Majid <omajid@redhat.com> - 2.1.403-1

+ - Update to .NET Core Runtime 2.1.5 and SDK 2.1.403

+ 

  * Wed Sep 26 2018 Omair Majid <omajid@redhat.com> - 2.1.402-2

  - Add ~/.dotnet/tools to $PATH to make it easier to use dotnet tools

  

Metadata