update to 4.4.0.40 Cycle 7 Alpha 2

This commit is contained in:
Timotheus Pokorra 2016-03-17 21:53:14 +01:00
parent 9ddae372b3
commit 4159ec8abf
3 changed files with 7 additions and 32 deletions

View File

@ -1,26 +0,0 @@
From 9a8067719ced08ebd866013637db865f74774d2d Mon Sep 17 00:00:00 2001
From: Zoltan Varga <vargaz@gmail.com>
Date: Fri, 5 Feb 2016 15:22:11 -0500
Subject: [PATCH] Fix the build.
---
mono/mini/aot-compiler.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/mono/mini/aot-compiler.c b/mono/mini/aot-compiler.c
index de12cc9..a39ea0a 100644
--- a/mono/mini/aot-compiler.c
+++ b/mono/mini/aot-compiler.c
@@ -4759,6 +4759,12 @@ get_pinvoke_import (MonoAotCompile *acfg, MonoMethod *method)
return import;
}
+#else
+static const char *
+get_pinvoke_import (MonoAotCompile *acfg, MonoMethod *method)
+{
+ return NULL;
+}
#endif
static gint

View File

@ -16,14 +16,14 @@
%endif
Name: mono
Version: 4.3.2
Release: 7%{?dist}
Version: 4.4.0
Release: 1%{?dist}
Summary: Cross-platform, Open Source, .NET development framework
Group: Development/Languages
License: MIT
URL: http://www.mono-project.com
Source0: http://download.mono-project.com/sources/mono/mono-%{version}.467.tar.bz2
Source0: http://download.mono-project.com/sources/mono/mono-%{version}.40.tar.bz2
# This key was generated by Tom "spot" Callaway <tcallawa@redhat.com> on Dec 1, 2009
# by running the following command:
# sn -k mono.snk
@ -34,7 +34,6 @@ Patch1: mono-4.0.0-libgdiplusconfig.patch
Patch2: mono-4.2.1-ppc.patch
Patch3: mono-4.2.1-s390.patch
Patch4: mono-4.3.2-find-provides.patch
Patch5: mono-4.3.2-s390-get_pinvoke_import.patch
BuildRequires: bison
BuildRequires: gcc-c++
@ -275,7 +274,6 @@ Development file for monodoc
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
# Add undeclared Arg
sed -i "61a #define ARG_MAX _POSIX_ARG_MAX" mono/io-layer/wapi_glob.h
@ -761,6 +759,9 @@ mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{_bindir}
%{_libdir}/pkgconfig/monodoc.pc
%changelog
* Thu Mar 17 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.0-1
- update to 4.4.0.40 Cycle 7 Alpha 2
* Thu Mar 03 2016 Dan Horák <dan[at]danny.cz> - 4.3.2-7
- enable hardened build on s390x (#1228570)

View File

@ -1 +1 @@
6afd906dcdfb193f6bb21175789a90c0 mono-4.3.2.467.tar.bz2
f9765c947421ec96ab30aa73f0f4659f mono-4.4.0.40.tar.bz2