Accepting request 393962 from Mono:Factory
new upstream (service) release OBS-URL: https://build.opensuse.org/request/show/393962 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=99
This commit is contained in:
commit
9d65fbf08c
@ -1,7 +0,0 @@
|
|||||||
diff -uprN mono-4.2.0.old/AUTHORS mono-4.2.0.new/AUTHORS
|
|
||||||
--- mono-4.2.0.old/AUTHORS 1970-01-01 03:00:00.000000000 +0300
|
|
||||||
+++ mono-4.2.0.new/AUTHORS 2015-07-20 10:07:11.000000000 +0300
|
|
||||||
@@ -0,0 +1,3 @@
|
|
||||||
+Miguel de Icaza (miguel@ximian.com)
|
|
||||||
+Paolo Molaro (lupus@ximian.com)
|
|
||||||
+Dietmar Maurer (dietmar@ximian.com)
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:57858cd033be9915d7abdc5158c1faae8fa05757c3b7117cab3d703aa696c56b
|
|
||||||
size 78365827
|
|
3
mono-4.2.3.4.tar.bz2
Normal file
3
mono-4.2.3.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4703d390416a6e9977585f13711f59a6d54431086c2dbacee49888dcc31937be
|
||||||
|
size 79614085
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 17 12:43:59 UTC 2016 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
- update to 4.2.3.4 (service release), bugfixes:
|
||||||
|
* bxc#36116 - [System.Web.Services] Unix paths fix
|
||||||
|
* bxc#37079 - [jit] Fix the support for gshared types in mini_emit_initobj ()
|
||||||
|
* bxc#37273 - [llvm] Disable support for nested clauses.
|
||||||
|
* bxc#38012 - [sgen] Fix register scanning on ARM
|
||||||
|
* bxc#37846 - [jit] Fix the reference type detection for Volatile:Read/Write ()
|
||||||
|
- remove outdated authors.patch as it was removed on purpose
|
||||||
|
https://github.com/mono/mono/commit/b39e7e9d78938362417b2c966d204da60952c7b4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 31 16:30:56 UTC 2016 - mailaender@opensuse.org
|
Sun Jan 31 16:30:56 UTC 2016 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mono-core
|
# spec file for package mono-core
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,23 +21,22 @@
|
|||||||
%define sgen yes
|
%define sgen yes
|
||||||
|
|
||||||
Name: mono-core
|
Name: mono-core
|
||||||
Version: 4.2.2
|
Version: 4.2.3
|
||||||
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}.30.tar.bz2
|
Source0: http://download.mono-project.com/sources/mono/mono-%{version}.4.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
|
||||||
ExcludeArch: ppc
|
ExcludeArch: ppc
|
||||||
# PATCH-FIX-OPENSUSE Use runtime 4.5 as default for nunit
|
# PATCH-FIX-UPSTREAM https://github.com/mono/mono/commit/f3e4d331e7c9e02d25162b01604c0a3c54b23fc0
|
||||||
Patch0: mono-nunit-default-runtime-4.5.patch
|
Patch0: mono-nunit-default-runtime-4.5.patch
|
||||||
# PATCH-FIX-OPENSUSE authors file is missing
|
|
||||||
Patch2: authors.patch
|
|
||||||
# PATCH-FIX-OPENSUSE fix insecure use of strncat at process.c:383 to fix build process
|
# PATCH-FIX-OPENSUSE fix insecure use of strncat at process.c:383 to fix build process
|
||||||
Patch3: strncat-process-c.patch
|
Patch3: strncat-process-c.patch
|
||||||
|
# PATCH-FIX-UPSTREAM https://github.com/mono/mono/commit/cdb098617af97c6af76e9048af62e8e5e778b5b6)
|
||||||
Patch4: mono-un-revoke-fix-in-BNC-144655.patch
|
Patch4: mono-un-revoke-fix-in-BNC-144655.patch
|
||||||
##################
|
##################
|
||||||
## set of ppc patches from git upstream not yet in tarball 4.2.1
|
## set of ppc patches from git upstream not yet in tarball 4.2.1
|
||||||
@ -125,7 +124,6 @@ technologies that have been submitted to the ECMA for standardization.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n mono-%{version}
|
%setup -q -n mono-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
@ -235,7 +233,7 @@ rm %{buildroot}%{_bindir}/mono-sgen-gdb.py
|
|||||||
|
|
||||||
%files -f mcs.lang
|
%files -f mcs.lang
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING.LIB LICENSE ChangeLog NEWS README.md
|
%doc COPYING.LIB LICENSE ChangeLog NEWS README.md
|
||||||
%config %{_sysconfdir}/mono/2.0/machine.config
|
%config %{_sysconfdir}/mono/2.0/machine.config
|
||||||
%config %{_sysconfdir}/mono/2.0/settings.map
|
%config %{_sysconfdir}/mono/2.0/settings.map
|
||||||
%config %{_sysconfdir}/mono/4.0/machine.config
|
%config %{_sysconfdir}/mono/4.0/machine.config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user