OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 15-Jan-2009 19:34:53 Branch: HEAD Handle: 2009011518345300 Modified files: openpkg-src/mono mono.patch mono.spec Log: upgrading package: mono 2.0.1 -> 2.2 Summary: Revision Changes Path 1.17 +29 -18 openpkg-src/mono/mono.patch 1.59 +3 -3 openpkg-src/mono/mono.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/mono/mono.patch ============================================================================ $ cvs diff -u -r1.16 -r1.17 mono.patch --- openpkg-src/mono/mono.patch 31 Aug 2007 15:58:26 -0000 1.16 +++ openpkg-src/mono/mono.patch 15 Jan 2009 18:34:53 -0000 1.17 @@ -1,6 +1,6 @@ Index: mcs/jay/Makefile ---- mcs/jay/Makefile.orig 2007-04-25 20:48:54 +0200 -+++ mcs/jay/Makefile 2007-08-31 15:47:11 +0200 +--- mcs/jay/Makefile.orig 2008-11-11 05:59:58 +0100 ++++ mcs/jay/Makefile 2009-01-15 19:07:00 +0100 @@ -2,7 +2,7 @@ SUBDIRS := include ../build/rules.make @@ -29,11 +29,11 @@ uninstall-local: -rm -f $(DESTDIR)$(prefix)/bin/jay Index: mono/Makefile.in ---- mono/Makefile.in.orig 2007-08-27 21:33:44 +0200 -+++ mono/Makefile.in 2007-08-31 15:47:11 +0200 -@@ -274,7 +274,7 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ +--- mono/Makefile.in.orig 2009-01-09 16:55:58 +0100 ++++ mono/Makefile.in 2009-01-15 19:07:00 +0100 +@@ -239,7 +239,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ SUBDIRS = utils io-layer monoburg os cil metadata \ - arch interpreter mini dis monograph tests benchmark profiler + arch interpreter mini dis monograph benchmark profiler @@ -41,9 +41,9 @@ all: all-recursive Index: mono/mini/mini-x86.c ---- mono/mini/mini-x86.c.orig 2007-07-24 23:47:30 +0200 -+++ mono/mini/mini-x86.c 2007-08-31 15:47:11 +0200 -@@ -424,6 +424,34 @@ +--- mono/mini/mini-x86.c.orig 2008-11-11 05:56:14 +0100 ++++ mono/mini/mini-x86.c 2009-01-15 19:07:00 +0100 +@@ -476,6 +476,34 @@ return cinfo; } @@ -79,9 +79,9 @@ * mono_arch_get_argument_info: * @csig: a method signature Index: mono/utils/mono-codeman.c ---- mono/utils/mono-codeman.c.orig 2007-08-01 20:07:31 +0200 -+++ mono/utils/mono-codeman.c 2007-08-31 15:47:11 +0200 -@@ -31,7 +31,7 @@ +--- mono/utils/mono-codeman.c.orig 2008-09-02 17:42:54 +0200 ++++ mono/utils/mono-codeman.c 2009-01-15 19:07:00 +0100 +@@ -43,7 +43,7 @@ #define MAX_WASTAGE 32 #define MIN_BSIZE 32 @@ -90,10 +90,21 @@ #define ARCH_MAP_FLAGS MONO_MMAP_32BIT #else #define ARCH_MAP_FLAGS 0 +Index: mono/utils/mono-proclib.c +--- mono/utils/mono-proclib.c.orig 2008-11-11 05:56:14 +0100 ++++ mono/utils/mono-proclib.c 2009-01-15 19:07:00 +0100 +@@ -16,6 +16,7 @@ + #if defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) + #include <sys/types.h> + #include <sys/sysctl.h> ++#include <sys/param.h> + #include <sys/proc.h> + #ifdef HAVE_SYS_USER_H + #include <sys/user.h> Index: support/stdio.c ---- support/stdio.c.orig 2007-07-24 23:47:31 +0200 -+++ support/stdio.c 2007-08-31 17:20:28 +0200 -@@ -142,13 +142,13 @@ +--- support/stdio.c.orig 2008-07-01 19:51:14 +0200 ++++ support/stdio.c 2009-01-15 19:07:00 +0100 +@@ -146,13 +146,13 @@ Mono_Posix_Stdlib_setvbuf (void* stream, void *buf, int mode, mph_size_t size) { mph_return_if_size_t_overflow (size); @@ -109,7 +120,7 @@ return 0; } -@@ -157,13 +157,13 @@ +@@ -161,13 +161,13 @@ { mph_return_if_long_overflow (offset); @@ -125,7 +136,7 @@ } void* -@@ -176,20 +176,20 @@ +@@ -180,20 +180,20 @@ gint32 Mono_Posix_Stdlib_fgetpos (void* stream, void *pos) { @@ . patch -p0 <<'@@ .' Index: openpkg-src/mono/mono.spec ============================================================================ $ cvs diff -u -r1.58 -r1.59 mono.spec --- openpkg-src/mono/mono.spec 23 Oct 2008 22:16:53 -0000 1.58 +++ openpkg-src/mono/mono.spec 15 Jan 2009 18:34:53 -0000 1.59 @@ -22,8 +22,8 @@ ## # package version -%define V_major 2.0 -%define V_minor 1 +%define V_major 2 +%define V_minor 2 # package information Name: mono @@ -36,7 +36,7 @@ Group: Language License: GPL Version: %{V_major}.%{V_minor} -Release: 20081024 +Release: 20090115 # list of sources Source0: http://go-mono.com/sources/mono/mono-%{version}.tar.bz2 @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org