[arch-commits] Commit in dotnet-core-3.1/trunk (2 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Jul 27 15:39:39 UTC 2021


    Date: Tuesday, July 27, 2021 @ 15:39:39
  Author: alucryd
Revision: 987757

upgpkg: dotnet-core-3.1 3.1.17.sdk117-1

Modified:
  dotnet-core-3.1/trunk/9999-corefx-fix-build-clang10.patch
  dotnet-core-3.1/trunk/PKGBUILD

-------------------------------------+
 9999-corefx-fix-build-clang10.patch |   10 +++++-----
 PKGBUILD                            |    8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: 9999-corefx-fix-build-clang10.patch
===================================================================
--- 9999-corefx-fix-build-clang10.patch	2021-07-27 15:33:50 UTC (rev 987756)
+++ 9999-corefx-fix-build-clang10.patch	2021-07-27 15:39:39 UTC (rev 987757)
@@ -1,13 +1,13 @@
-diff -rupN corefx.620cea9ccf0359993e803c900059932966399584.orig/src/Native/Unix/CMakeLists.txt corefx.620cea9ccf0359993e803c900059932966399584/src/Native/Unix/CMakeLists.txt
---- corefx.620cea9ccf0359993e803c900059932966399584.orig/src/Native/Unix/CMakeLists.txt	2020-06-23 18:07:14.111464986 +0200
-+++ corefx.620cea9ccf0359993e803c900059932966399584/src/Native/Unix/CMakeLists.txt	2020-06-23 18:08:56.147153789 +0200
-@@ -18,6 +18,8 @@ add_compile_options(-Wno-empty-translati
+diff -rupN corefx.707cf4f62ea1fdbca730c910c4c18c0d3217412e.orig/src/Native/Unix/CMakeLists.txt corefx.707cf4f62ea1fdbca730c910c4c18c0d3217412e/src/Native/Unix/CMakeLists.txt
+--- corefx.707cf4f62ea1fdbca730c910c4c18c0d3217412e.orig/src/Native/Unix/CMakeLists.txt	2021-07-27 14:26:14.020698478 +0000
++++ corefx.707cf4f62ea1fdbca730c910c4c18c0d3217412e/src/Native/Unix/CMakeLists.txt	2021-07-27 14:26:52.279672576 +0000
+@@ -26,6 +26,8 @@ add_compile_options(-Wno-empty-translati
  add_compile_options(-Wno-cast-align)
  add_compile_options(-Wno-typedef-redefinition)
  add_compile_options(-Wno-c11-extensions)
 +add_compile_options(-Wno-sign-conversion)
 +add_compile_options(-Wno-unused-result)
- add_compile_options(-fPIC)
  add_compile_options(-I${CMAKE_CURRENT_SOURCE_DIR}/Common)
  add_compile_options(-I${CMAKE_CURRENT_BINARY_DIR}/Common)
+ add_compile_options(-g)
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-27 15:33:50 UTC (rev 987756)
+++ PKGBUILD	2021-07-27 15:39:39 UTC (rev 987757)
@@ -11,7 +11,7 @@
  dotnet-targeting-pack-3.1
  aspnet-targeting-pack-3.1
 )
-pkgver=3.1.16.sdk116
+pkgver=3.1.17.sdk117
 pkgrel=1
 arch=(x86_64)
 url=https://www.microsoft.com/net/core
@@ -38,7 +38,7 @@
   zlib
 )
 options=(staticlibs)
-_tag=50888aa55ff56a262682cf3e42193fd1abb6adf1
+_tag=6e438c30c8db69f7e9b26e4e47a87a7ff90d80cf
 source=(
   dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=${_tag}
   dotnet-source-build-coreclr-tools-path.patch
@@ -49,7 +49,7 @@
 b2sums=('SKIP'
         'bd6bba84f851ce25b8dda085af1415acc14e50c6c99712dc03d51cdb3dbb362e7dc0ee16d54b27a1d46eb0db03be5dd0c1dae6c2a8a9ab0e46b2bf6c76292989'
         '2e56d6458c50c95e5d2489235b13727c8d708162318cad1cc05b225d47d736dbd9bc897eb3eb7014f716423dcfef67178efbdee41be30e64bac120912efeabd4'
-        '6d0945602c351bab8b7c8555ce0bf0d72ee465e5807c444b10d24e00376d40ba84b5f1fd5adc4f06966a711e1d405a9c6dc3d988a19fd3baabefcb45277afb2a'
+        '831a76ec9c12498edcb0e8085f3f725e8ebecc951c8ae9cbd871330ffb813cce42e03e28c0fe1493cdd629936feff98ae26f48f50435039ac38fbba53a9371ac'
         'bd9e0cec11937997df2764bccfdb9468af8ffabd85597447a3de52c801cd6c2717fb297f4bad00784568c67b4f1648038cc0ffdccc7f52c63935562bc2f2ef9a')
 
 prepare() {
@@ -69,7 +69,7 @@
 pkgver() {
   cd dotnet-source-build
 
-  if [[ $(git describe --tags) != v3.1.*-SDK ]]; then
+  if [[ $(git describe --tags) != v3.1.*-runtime ]]; then
     exit 1
   fi
 



More information about the arch-commits mailing list