forked from pool/mono-core
Accepting request 592625 from Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/592625 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=118
This commit is contained in:
commit
9a8520d236
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecd7c55c2f62caa65fb360ace74a45ee44bbe2de046566d90594ba66c082f39c
|
||||
size 204090092
|
3
mono-5.8.1.0.tar.bz2
Normal file
3
mono-5.8.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a25ed4c8c4623ebae77dd307e7aca874f84f310d5cad1ff9454b3813a7f1cc39
|
||||
size 206741976
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 29 00:00:00 UTC 2018 - fwdsbs.to.11df@xoxy.net
|
||||
|
||||
- Update to version 5.8.1.0 (Service Release)
|
||||
- Switch aarch64 build to use older mcs instead of roslyn-csc to fix build failure
|
||||
- Packaging updated to add .NET 4.7.1 api support
|
||||
- Bugfixes:
|
||||
* gh#mono/mono#6658 - NullReferenceException at op_Increment when using assemblies compiled by csc rather than mcs that use native types such as nuint and that have specially-handled assembly names like Xamarin.Mac.dll.
|
||||
* gh#mono/mono#7472 - Incorrect NullReferenceException when using extension methods on null instances as Action or Func arguments or variables.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 3 16:48:22 UTC 2018 - kasimir_@outlook.de
|
||||
|
||||
|
@ -32,16 +32,16 @@
|
||||
%define btls no
|
||||
%endif
|
||||
|
||||
%ifarch %ix86 x86_64 %{arm} aarch64
|
||||
%ifarch %ix86 x86_64 %{arm}
|
||||
%define roslyn yes
|
||||
%else
|
||||
%define roslyn no
|
||||
%endif
|
||||
|
||||
%define version_suffix 108
|
||||
%define version_suffix 0
|
||||
|
||||
Name: mono-core
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
Release: 0
|
||||
Summary: Cross-platform, Open Source, .NET development framework
|
||||
License: LGPL-2.1 and MIT and MS-PL
|
||||
@ -1374,6 +1374,7 @@ Mono development tools.
|
||||
%{_mandir}/man1/xbuild.1%ext_man
|
||||
%{_prefix}/lib/mono-source-libs
|
||||
%{_prefix}/lib/mono/4.0
|
||||
%{_prefix}/lib/mono/4.7.1-api
|
||||
%{_prefix}/lib/mono/4.7-api
|
||||
%{_prefix}/lib/mono/4.6.2-api
|
||||
%{_prefix}/lib/mono/4.6.1-api
|
||||
|
Loading…
Reference in New Issue
Block a user