forked from pool/mono-core
Accepting request 417199 from Mono:Factory
1 OBS-URL: https://build.opensuse.org/request/show/417199 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=102
This commit is contained in:
commit
032fcd6ee6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:165e7686b5cbb1ab671b4cb2069207999c3d70044002190b6ec84bb1fdf62b4a
|
|
||||||
size 85897587
|
|
3
mono-4.4.2.11.tar.bz2
Normal file
3
mono-4.4.2.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:900c2cc25ee55adeec04e1ae889316efc127c82cc0c392f928421f19f8f5b633
|
||||||
|
size 86090698
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 5 00:00:00 UTC 2016 - fwdsbs.to.11df@xoxy.net
|
||||||
|
|
||||||
|
- Update to mono 4.4.2.11, service release 4.4 SR1. Bugfixes since v4.4.1.0:
|
||||||
|
* bxc#30686 - ZipArchive ctor throws InvalidDataException for WebConnectionStream
|
||||||
|
* bxc#34498 - AOT task fails if project path has a space in it
|
||||||
|
* bxc#39100 - ‘library not loaded’ error when using embedded mono
|
||||||
|
* bxc#39282 - [System.IO.Compression] issues with ZipArchiveEntry streams
|
||||||
|
* bxc#40916 - [System.IO.Compression] ZipArchive can create an ZipArchiveEntry that has a modified time of DateTime.MinValue
|
||||||
|
* bxc#41264 - System “Socket” tests fails on devices with System.ObjectDisposedException
|
||||||
|
* bxc#41290 - Behavior change of ServicePointManager.ServerCertificateValidationCallback’s SslPolicyErrors result for untrusted CA certificates
|
||||||
|
* bxc#41530 - [iOS]TimerTest failing randomly on devices
|
||||||
|
* bxc#41979 - CodeDom cannot call mcs because of invalid encoding configuration
|
||||||
|
* bxc#42219 - [System.IO.Compression] Cannot create ZipArchive with duplicate entries with same name
|
||||||
|
* bxc#42274 - System.IO.Compression.ZipArchive vs System.Xml.XmlReader
|
||||||
|
* bxc#42688 - Can’t wait for more than 429496 ms (429s)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 00:00:00 UTC 2016 - fwdsbs.to.11df@xoxy.net
|
Tue Jun 28 00:00:00 UTC 2016 - fwdsbs.to.11df@xoxy.net
|
||||||
|
|
||||||
|
@ -21,13 +21,13 @@
|
|||||||
%define sgen yes
|
%define sgen yes
|
||||||
|
|
||||||
Name: mono-core
|
Name: mono-core
|
||||||
Version: 4.4.1
|
Version: 4.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cross-platform, Open Source, .NET development framework
|
Summary: Cross-platform, Open Source, .NET development framework
|
||||||
License: LGPL-2.1 and MIT and MS-PL
|
License: LGPL-2.1 and MIT and MS-PL
|
||||||
Group: Development/Languages/Mono
|
Group: Development/Languages/Mono
|
||||||
Url: http://www.mono-project.com
|
Url: http://www.mono-project.com
|
||||||
Source0: http://download.mono-project.com/sources/mono/mono-%{version}.0.tar.bz2
|
Source0: http://download.mono-project.com/sources/mono/mono-%{version}.11.tar.bz2
|
||||||
Source1: mono-core.rpmlintrc
|
Source1: mono-core.rpmlintrc
|
||||||
Source2: gmcs
|
Source2: gmcs
|
||||||
# ppc build segfault so exclude it
|
# ppc build segfault so exclude it
|
||||||
@ -369,6 +369,8 @@ rm %{buildroot}%{_bindir}/mono-sgen-gdb.py
|
|||||||
%{_prefix}/lib/mono/4.5/System.Net.Http.WebRequest.dll
|
%{_prefix}/lib/mono/4.5/System.Net.Http.WebRequest.dll
|
||||||
%{_prefix}/lib/mono/4.5/System.Numerics.dll
|
%{_prefix}/lib/mono/4.5/System.Numerics.dll
|
||||||
%{_prefix}/lib/mono/4.5/System.Numerics.Vectors.dll
|
%{_prefix}/lib/mono/4.5/System.Numerics.Vectors.dll
|
||||||
|
%{_prefix}/lib/mono/4.5/System.Reflection.Context.dll
|
||||||
|
%{_prefix}/lib/mono/4.5/System.Runtime.InteropServices.RuntimeInformation.dll
|
||||||
%{_prefix}/lib/mono/4.5/System.Security.dll
|
%{_prefix}/lib/mono/4.5/System.Security.dll
|
||||||
%{_prefix}/lib/mono/4.5/System.Threading.Tasks.Dataflow.dll
|
%{_prefix}/lib/mono/4.5/System.Threading.Tasks.Dataflow.dll
|
||||||
%{_prefix}/lib/mono/4.5/System.Windows.dll
|
%{_prefix}/lib/mono/4.5/System.Windows.dll
|
||||||
@ -412,6 +414,8 @@ rm %{buildroot}%{_bindir}/mono-sgen-gdb.py
|
|||||||
%{_prefix}/lib/mono/gac/System.Net.Http.WebRequest
|
%{_prefix}/lib/mono/gac/System.Net.Http.WebRequest
|
||||||
%{_prefix}/lib/mono/gac/System.Numerics
|
%{_prefix}/lib/mono/gac/System.Numerics
|
||||||
%{_prefix}/lib/mono/gac/System.Numerics.Vectors
|
%{_prefix}/lib/mono/gac/System.Numerics.Vectors
|
||||||
|
%{_prefix}/lib/mono/gac/System.Reflection.Context
|
||||||
|
%{_prefix}/lib/mono/gac/System.Runtime.InteropServices.RuntimeInformation
|
||||||
%{_prefix}/lib/mono/gac/System.Security
|
%{_prefix}/lib/mono/gac/System.Security
|
||||||
%{_prefix}/lib/mono/gac/System.Threading.Tasks.Dataflow
|
%{_prefix}/lib/mono/gac/System.Threading.Tasks.Dataflow
|
||||||
%{_prefix}/lib/mono/gac/System.Windows
|
%{_prefix}/lib/mono/gac/System.Windows
|
||||||
|
Loading…
Reference in New Issue
Block a user