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:   16-Dec-2009 20:34:21
  Branch: HEAD                             Handle: 2009121619342100

  Modified files:
    openpkg-src/mono        mono.patch mono.spec

  Log:
    upgrading package: mono 2.4.3 -> 2.6

  Summary:
    Revision    Changes     Path
    1.19        +16 -16     openpkg-src/mono/mono.patch
    1.68        +2  -2      openpkg-src/mono/mono.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mono/mono.patch
  ============================================================================
  $ cvs diff -u -r1.18 -r1.19 mono.patch
  --- openpkg-src/mono/mono.patch       28 Mar 2009 19:13:00 -0000      1.18
  +++ openpkg-src/mono/mono.patch       16 Dec 2009 19:34:21 -0000      1.19
  @@ -1,6 +1,6 @@
   Index: mcs/jay/Makefile
  ---- mcs/jay/Makefile.orig    2009-02-14 00:37:55 +0100
  -+++ mcs/jay/Makefile 2009-03-28 18:53:47 +0100
  +--- mcs/jay/Makefile.orig    2009-09-25 16:58:21 +0200
  ++++ mcs/jay/Makefile 2009-12-16 19:57:37 +0100
   @@ -2,7 +2,7 @@
    SUBDIRS := 
    include ../build/rules.make
  @@ -29,21 +29,21 @@
    uninstall-local:
        -rm -f $(DESTDIR)$(prefix)/bin/jay
   Index: mono/Makefile.in
  ---- mono/Makefile.in.orig    2009-03-13 15:51:07 +0100
  -+++ mono/Makefile.in 2009-03-28 18:56:41 +0100
  -@@ -240,7 +240,7 @@
  +--- mono/Makefile.in.orig    2009-12-14 23:36:37 +0100
  ++++ mono/Makefile.in 2009-12-16 19:58:31 +0100
  +@@ -252,7 +252,7 @@
    top_builddir = @top_builddir@
    top_srcdir = @top_srcdir@
  - SUBDIRS = utils io-layer os cil metadata \
  + SUBDIRS = utils io-layer cil metadata \
   -      arch interpreter mini dis monograph tests benchmark profiler
   +      arch interpreter mini dis monograph benchmark profiler
    
    all: all-recursive
    
   Index: mono/mini/mini-x86.c
  ---- mono/mini/mini-x86.c.orig        2009-03-13 15:50:07 +0100
  -+++ mono/mini/mini-x86.c     2009-03-28 18:53:47 +0100
  -@@ -476,6 +476,34 @@
  +--- mono/mini/mini-x86.c.orig        2009-11-13 19:23:07 +0100
  ++++ mono/mini/mini-x86.c     2009-12-16 19:57:37 +0100
  +@@ -486,6 +486,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   2009-02-14 00:33:07 +0100
  -+++ mono/utils/mono-codeman.c        2009-03-28 18:53:47 +0100
  -@@ -43,7 +43,7 @@
  +--- mono/utils/mono-codeman.c.orig   2009-09-25 16:58:11 +0200
  ++++ mono/utils/mono-codeman.c        2009-12-16 19:57:37 +0100
  +@@ -44,7 +44,7 @@
    #define MAX_WASTAGE 32
    #define MIN_BSIZE 32
    
  @@ -91,8 +91,8 @@
    #else
    #define ARCH_MAP_FLAGS 0
   Index: mono/utils/mono-proclib.c
  ---- mono/utils/mono-proclib.c.orig   2009-02-14 00:33:07 +0100
  -+++ mono/utils/mono-proclib.c        2009-03-28 18:53:47 +0100
  +--- mono/utils/mono-proclib.c.orig   2009-10-31 05:22:03 +0100
  ++++ mono/utils/mono-proclib.c        2009-12-16 19:57:37 +0100
   @@ -16,6 +16,7 @@
    #if defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || 
defined(__NetBSD__)
    #include <sys/types.h>
  @@ -102,8 +102,8 @@
    #ifdef HAVE_SYS_USER_H
    #include <sys/user.h>
   Index: support/stdio.c
  ---- support/stdio.c.orig     2009-02-14 00:34:54 +0100
  -+++ support/stdio.c  2009-03-28 18:53:47 +0100
  +--- support/stdio.c.orig     2009-09-25 16:58:14 +0200
  ++++ support/stdio.c  2009-12-16 19:57:37 +0100
   @@ -146,13 +146,13 @@
    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.67 -r1.68 mono.spec
  --- openpkg-src/mono/mono.spec        12 Dec 2009 11:39:25 -0000      1.67
  +++ openpkg-src/mono/mono.spec        16 Dec 2009 19:34:21 -0000      1.68
  @@ -23,7 +23,7 @@
   
   #   package version
   %define       V_major 2
  -%define       V_minor 4.3
  +%define       V_minor 6
   
   #   package information
   Name:         mono
  @@ -36,7 +36,7 @@
   Group:        Language
   License:      GPL
   Version:      %{V_major}.%{V_minor}
  -Release:      20091212
  +Release:      20091216
   
   #   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

Reply via email to