commit 27d58ad84d48cd11a09c93b02da8618771409006
Author: Jan RÄ™korajski <[email protected]>
Date:   Mon Oct 21 13:23:54 2013 +0200

    - fix hardcoded path to libgdiplus library
    - rel 2

 mono-sonames.patch | 9 +++++++++
 mono.spec          | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/mono.spec b/mono.spec
index f121184..a992a57 100644
--- a/mono.spec
+++ b/mono.spec
@@ -19,7 +19,7 @@ Summary:      Common Language Infrastructure implementation
 Summary(pl.UTF-8):     Implementacja Common Language Infrastructure
 Name:          mono
 Version:       3.2.3
-Release:       1
+Release:       2
 License:       LGPL v2 (VM), MIT X11/GPL v2 (C# compilers), MIT X11 (classes, 
tools), GPL v2 (tools)
 Group:         Development/Languages
 # latest downloads summary at http://download.mono-project.com/sources-stable/
diff --git a/mono-sonames.patch b/mono-sonames.patch
index 9523b27..2e8fdfd 100644
--- a/mono-sonames.patch
+++ b/mono-sonames.patch
@@ -12,3 +12,12 @@ diff -ur mono-1.2.4/data/config.in 
mono-sonames/data/config.in
        <dllmap dll="i:odbc32.dll" target="libiodbc.dylib" os="osx"/>
        <dllmap dll="oci" target="libclntsh@libsuffix@" os="!windows"/>
        <dllmap dll="db2cli" target="libdb2_36@libsuffix@" os="!windows"/>
+@@ -27,6 +27,6 @@
+               <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@libsuffix@" />
+-      <dllmap dll="gdiplus.dll" target="@prefix@/lib/libgdiplus@libsuffix@" />
++      <dllmap dll="gdiplus" target="libgdiplus.so.0" />
++      <dllmap dll="gdiplus.dll" target="libgdiplus.so.0" />
+ </configuration>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mono.git/commitdiff/27d58ad84d48cd11a09c93b02da8618771409006

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to