[packages/mono] - updated to 3.8.0 - updated sonames patch
qboosh
qboosh at pld-linux.org
Sat Sep 6 20:43:38 CEST 2014
commit 68d9ec8f85ba207d4a0f25289a0f2726c4af03f5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Sep 6 20:44:08 2014 +0200
- updated to 3.8.0
- updated sonames patch
mono-sonames.patch | 14 +++++++-------
mono.spec | 6 +++---
2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/mono.spec b/mono.spec
index 75a92d9..7ca8e96 100644
--- a/mono.spec
+++ b/mono.spec
@@ -13,12 +13,12 @@
Summary: Common Language Infrastructure implementation
Summary(pl.UTF-8): Implementacja Common Language Infrastructure
Name: mono
-Version: 3.6.0
+Version: 3.8.0
Release: 1
License: LGPL v2 (VM), MIT X11/GPL v2 (C# compilers), MIT X11 (classes, tools), GPL v2 (tools)
Group: Development/Languages
Source0: http://download.mono-project.com/sources/mono/%{name}-%{version}.tar.bz2
-# Source0-md5: 4564e5f68629f6261f4453ab93b9af17
+# Source0-md5: f143bc5077fb817c0bedbe2d5bd49035
Patch1: %{name}-mint.patch
Patch2: %{name}-sonames.patch
Patch4: %{name}-console-no-utf8-bom.patch
@@ -47,7 +47,7 @@ BuildConflicts: mono-csharp < 2.4
Requires: zlib >= 1.2.3
Suggests: binfmt-detector
# for System.Drawing
-Suggests: libgdiplus >= 3.6
+Suggests: libgdiplus >= 3.8
Obsoletes: mono-jscript
ExclusiveArch: %{ix86} %{x8664} arm ia64 mips ppc ppc64 s390x sparc sparcv9 sparc64
# plain i386 is not supported; mono uses cmpxchg/xadd which require i486
diff --git a/mono-sonames.patch b/mono-sonames.patch
index 9c92398..f3dbeaa 100644
--- a/mono-sonames.patch
+++ b/mono-sonames.patch
@@ -1,5 +1,5 @@
---- mono-3.4.0/data/config.in.orig 2014-03-31 22:25:07.000000000 +0200
-+++ mono-3.4.0/data/config.in 2014-04-03 20:03:02.227596535 +0200
+--- mono-3.8.0/data/config.in.orig 2014-08-28 18:22:10.000000000 +0200
++++ mono-3.8.0/data/config.in 2014-09-06 16:12:15.928307992 +0200
@@ -5,8 +5,8 @@
<dllmap dll="intl" name="bind_textdomain_codeset" target="@LIBC@" os="solaris"/>
<dllmap dll="libintl" name="bind_textdomain_codeset" target="@LIBC@" os="solaris"/>
@@ -11,14 +11,14 @@
<dllmap dll="i:odbc32.dll" target="libiodbc.dylib" os="osx"/>
<dllmap dll="oci" target="libclntsh at libsuffix@" os="!windows"/>
<dllmap dll="db2cli" target="libdb2_36 at libsuffix@" os="!windows"/>
-@@ -26,8 +26,8 @@
+@@ -29,8 +29,8 @@
<dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/>
<dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/>
</dllmap>
-- <dllmap dll="gdiplus" target="@prefix@/lib/libgdiplus at libsuffix@" os="!windows"/>
-- <dllmap dll="gdiplus.dll" target="@prefix@/lib/libgdiplus at libsuffix@" os="!windows"/>
-- <dllmap dll="gdi32" target="@prefix@/lib/libgdiplus at libsuffix@" os="!windows"/>
-- <dllmap dll="gdi32.dll" target="@prefix@/lib/libgdiplus at libsuffix@" os="!windows"/>
+- <dllmap dll="gdiplus" target="@libgdiplus_install_loc@" os="!windows"/>
+- <dllmap dll="gdiplus.dll" target="@libgdiplus_install_loc@" os="!windows"/>
+- <dllmap dll="gdi32" target="@libgdiplus_install_loc@" os="!windows"/>
+- <dllmap dll="gdi32.dll" target="@libgdiplus_install_loc@" os="!windows"/>
+ <dllmap dll="gdiplus" target="libgdiplus.so.0" os="!windows"/>
+ <dllmap dll="gdiplus.dll" target="libgdiplus.so.0" os="!windows"/>
+ <dllmap dll="gdi32" target="libgdiplus.so.0" os="!windows"/>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mono.git/commitdiff/68d9ec8f85ba207d4a0f25289a0f2726c4af03f5
More information about the pld-cvs-commit
mailing list