diff options
author | Jiyoung Yun <jy910.yun@samsung.com> | 2017-04-13 17:46:38 +0900 |
---|---|---|
committer | Jiyoung Yun <jy910.yun@samsung.com> | 2017-06-13 18:53:23 +0900 |
commit | 50f5b30128eed8941ad7c905a02d0fc3d9a7e55c (patch) | |
tree | e493082fdb6ac01a2e569933aa7e5e87c4721021 /packaging/coreclr.spec | |
parent | 672ac8c17e67d727c2ecf63b44df35807e95e7e2 (diff) | |
download | coreclr-50f5b30128eed8941ad7c905a02d0fc3d9a7e55c.tar.gz coreclr-50f5b30128eed8941ad7c905a02d0fc3d9a7e55c.tar.bz2 coreclr-50f5b30128eed8941ad7c905a02d0fc3d9a7e55c.zip |
CoreCLR vesion up to 2.0.0.11353
Change-Id: I06e34b9e8b4da5d528a7066450912bef3a0f999b
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Diffstat (limited to 'packaging/coreclr.spec')
-rw-r--r-- | packaging/coreclr.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec index ae7b038798..1a8596095a 100644 --- a/packaging/coreclr.spec +++ b/packaging/coreclr.spec @@ -7,12 +7,12 @@ %define dotnet_buildtype Debug %endif -%define dotnet_version 1.0.0 +%define dotnet_version 2.0.0 # git rev-parse --verify HEAD -%define CORECLR_GIT_HASH e62b0f82a9c5bb770ac27ad2616074a32dbf0325 +%define CORECLR_GIT_HASH 402cea75d76b210e7f061d0587d46daa27062e01 Name: coreclr -Version: 1.0.0.9910 +Version: 2.0.0.11353 Release: 0 Summary: Microsoft .NET Runtime, Coreclr Group: Development/Languages @@ -24,8 +24,8 @@ Source1001: %{name}.manifest Source1002: libicu.tar.gz Source1003: dep_libs.tar.gz # Gbp-Ignore-Patches: 0 1 -Patch0: Add-Tizen-RuntimeID-case.patch -Patch1: Add-project.lock.json-files.patch +Patch0: Add-project.lock.json-files.patch +Patch1: Add-Tizen-RuntimeID-case.patch ExcludeArch: aarch64 |