]> git.pld-linux.org Git - packages/mono.git/commitdiff
- updated to 3.4.0 auto/th/mono-3.4.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Apr 2014 15:38:54 +0000 (17:38 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Apr 2014 15:38:54 +0000 (17:38 +0200)
- updated sonames patch
- added missing patch (missing file from mono git)

mono-missing.patch [new file with mode: 0644]
mono-sonames.patch
mono.spec

diff --git a/mono-missing.patch b/mono-missing.patch
new file mode 100644 (file)
index 0000000..e78407f
--- /dev/null
@@ -0,0 +1,7 @@
+--- mono-3.4.0/mcs/tools/xbuild/targets/Microsoft.Portable.Common.targets.orig 1970-01-01 01:00:00.000000000 +0100
++++ mono-3.4.0/mcs/tools/xbuild/targets/Microsoft.Portable.Common.targets      2014-04-04 16:08:12.169422698 +0200
+@@ -0,0 +1,4 @@
++<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++      <Import Project="..\Microsoft.Portable.Core.props" />
++      <Import Project="..\Microsoft.Portable.Core.targets" />
++</Project>
index 6d6d1c1b68bb8290d13f5e01c4f6a68fe2f82790..9c92398f5b197a3dc49a168ea2c9963084563510 100644 (file)
@@ -1,5 +1,5 @@
---- mono-3.2.8/data/config.in.orig     2014-02-19 19:51:55.000000000 +0100
-+++ mono-3.2.8/data/config.in  2014-03-03 11:03:45.980947697 +0100
+--- 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
 @@ -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,6 +26,6 @@
+@@ -26,8 +26,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.so.0" os="!windows"/>
 +      <dllmap dll="gdiplus.dll" target="libgdiplus.so.0"  os="!windows"/>
++      <dllmap dll="gdi32" target="libgdiplus.so.0" os="!windows"/>
++      <dllmap dll="gdi32.dll" target="libgdiplus.so.0" os="!windows"/>
  </configuration>
index 53f8a79a14ab4b3761117818e6dca47a9bbee605..df295c59e7692afabe68d6c6029fac8e0934958e 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.2.8
+Version:       3.4.0
 Release:       1
 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/
 Source0:       http://download.mono-project.com/sources/mono/%{name}-%{version}.tar.bz2
-# Source0-md5: 1075f99bd8a69890af9e30309728e684
+# Source0-md5: 698024a40ee0721c2a24c45be2e39f28
+Patch0:                %{name}-missing.patch
 Patch1:                %{name}-mint.patch
 Patch2:                %{name}-sonames.patch
 Patch4:                %{name}-console-no-utf8-bom.patch
@@ -215,6 +216,7 @@ oraz dotGNU.
 
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
This page took 0.038762 seconds and 4 git commands to generate.