]> git.pld-linux.org Git - packages/mono.git/commitdiff
- updated to 3.8.0 auto/th/mono-3.8.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Sep 2014 18:44:08 +0000 (20:44 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Sep 2014 18:44:08 +0000 (20:44 +0200)
- updated sonames patch

mono-sonames.patch
mono.spec

index 9c92398f5b197a3dc49a168ea2c9963084563510..f3dbeaa457f3ed7afdb2d284f57274ad6c272165 100644 (file)
@@ -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"/>
        <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"/>
-@@ -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@libsuffix@" os="!windows"/>
--      <dllmap dll="gdiplus.dll" target="@prefix@/lib/libgdiplus@libsuffix@"  os="!windows"/>
--      <dllmap dll="gdi32" target="@prefix@/lib/libgdiplus@libsuffix@" os="!windows"/>
--      <dllmap dll="gdi32.dll" target="@prefix@/lib/libgdiplus@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"/>
index 75a92d9e823fd2975164807e7b08919d7b3f0581..7ca8e96ddab4a2a7c46016624a79441eeff15387 100644 (file)
--- a/mono.spec
+++ b/mono.spec
 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
This page took 0.084736 seconds and 4 git commands to generate.