OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Feb-2007 12:13:06
Branch: HEAD Handle: 2007020711130600
Modified files:
openpkg-src/mono mono.patch mono.spec
Log:
upgrading package: mono 1.2.2.1 -> 1.2.3
Summary:
Revision Changes Path
1.15 +17 -17 openpkg-src/mono/mono.patch
1.47 +2 -2 openpkg-src/mono/mono.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mono/mono.patch
============================================================================
$ cvs diff -u -r1.14 -r1.15 mono.patch
--- openpkg-src/mono/mono.patch 10 Nov 2006 07:51:22 -0000 1.14
+++ openpkg-src/mono/mono.patch 7 Feb 2007 11:13:06 -0000 1.15
@@ -1,6 +1,6 @@
Index: mcs/jay/Makefile
---- mcs/jay/Makefile.orig 2006-11-10 08:13:27 +0100
-+++ mcs/jay/Makefile 2006-11-10 08:23:02 +0100
+--- mcs/jay/Makefile.orig 2006-04-14 19:47:49 +0200
++++ mcs/jay/Makefile 2007-02-07 11:56:40 +0100
@@ -2,7 +2,7 @@
SUBDIRS :=
include ../build/rules.make
@@ -29,9 +29,9 @@
uninstall-local:
-rm -f $(DESTDIR)$(prefix)/bin/jay
Index: mono/Makefile.in
---- mono/Makefile.in.orig 2006-11-02 19:15:52 +0100
-+++ mono/Makefile.in 2006-11-10 08:02:45 +0100
-@@ -264,7 +264,7 @@
+--- mono/Makefile.in.orig 2007-02-07 02:53:37 +0100
++++ mono/Makefile.in 2007-02-07 11:56:40 +0100
+@@ -268,7 +268,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
SUBDIRS = utils io-layer monoburg os cil metadata \
@@ -41,8 +41,8 @@
all: all-recursive
Index: mono/mini/aot-runtime.c
---- mono/mini/aot-runtime.c.orig 2006-11-02 19:09:51 +0100
-+++ mono/mini/aot-runtime.c 2006-11-10 08:02:45 +0100
+--- mono/mini/aot-runtime.c.orig 2007-01-25 07:11:23 +0100
++++ mono/mini/aot-runtime.c 2007-02-07 11:56:40 +0100
@@ -10,6 +10,7 @@
#include "config.h"
@@ -52,9 +52,9 @@
#include <fcntl.h>
#include <string.h>
Index: mono/mini/mini-x86.c
---- mono/mini/mini-x86.c.orig 2006-11-02 19:09:51 +0100
-+++ mono/mini/mini-x86.c 2006-11-10 08:02:45 +0100
-@@ -418,6 +418,34 @@
+--- mono/mini/mini-x86.c.orig 2007-01-25 07:11:22 +0100
++++ mono/mini/mini-x86.c 2007-02-07 11:56:40 +0100
+@@ -419,6 +419,34 @@
return cinfo;
}
@@ -90,20 +90,20 @@
* mono_arch_get_argument_info:
* @csig: a method signature
Index: mono/utils/mono-codeman.c
---- mono/utils/mono-codeman.c.orig 2006-10-12 02:10:22 +0200
-+++ mono/utils/mono-codeman.c 2006-11-10 08:02:45 +0100
-@@ -45,7 +45,7 @@
- #endif
- #endif
+--- mono/utils/mono-codeman.c.orig 2007-01-25 07:11:23 +0100
++++ mono/utils/mono-codeman.c 2007-02-07 11:57:12 +0100
+@@ -24,7 +24,7 @@
+ #define MAX_WASTAGE 32
+ #define MIN_BSIZE 32
-#ifdef __x86_64__
+#if defined(__x86_64__) && !defined(__FreeBSD__)
- #define ARCH_MAP_FLAGS MAP_32BIT
+ #define ARCH_MAP_FLAGS MONO_MMAP_32BIT
#else
#define ARCH_MAP_FLAGS 0
Index: support/stdio.c
--- support/stdio.c.orig 2006-11-02 19:09:53 +0100
-+++ support/stdio.c 2006-11-10 08:02:45 +0100
++++ support/stdio.c 2007-02-07 11:56:40 +0100
@@ -142,14 +142,14 @@
Mono_Posix_Stdlib_setvbuf (void* stream, void *buf, int mode, mph_size_t
size)
{
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mono/mono.spec
============================================================================
$ cvs diff -u -r1.46 -r1.47 mono.spec
--- openpkg-src/mono/mono.spec 1 Jan 2007 17:39:51 -0000 1.46
+++ openpkg-src/mono/mono.spec 7 Feb 2007 11:13:06 -0000 1.47
@@ -24,7 +24,7 @@
# package version
%define V_major 1.2
-%define V_minor 2.1
+%define V_minor 3
# package information
Name: mono
@@ -37,7 +37,7 @@
Group: Language
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20061207
+Release: 20070207
# list of sources
Source0: http://go-mono.com/sources/mono/mono-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]