[CVS] OpenPKG: openpkg-src/xemacs/ xemacs.patch xemacs.spec

2006-01-14 Thread Ralf S. Engelschall
lib_var`\" = yes" ; then
  --  echo "$ac_t""yes" 1>&6
  --  libs_gtk="-lglade-gnome $libs_gtk" &&  if test "$extra_verbose" = "yes"; 
then echo "Prepending \"-lglade-gnome\" to \$libs_gtk"; fi
  --else
  --  echo "$ac_t""no" 1>&6
  --fi
  --
  --
  --  cat > conftest.$ac_ext <
  --EOF
  --if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  --  egrep "char \*txtdomain;" >/dev/null 2>&1; then
  --  rm -rf conftest*
  --  echo "$ac_t""yes" 1>&6
  --   { test "$extra_verbose" = "yes" && cat << \EOF
  --Defining LIBGLADE_XML_TXTDOMAIN = 1
  --EOF
  --cat >> confdefs.h <<\EOF
  --#define LIBGLADE_XML_TXTDOMAIN 1
  --EOF
  --}
  --
  --else
  --  rm -rf conftest*
  --  echo "$ac_t""no" 1>&6
  --fi
  - rm -f conftest*
  - 
  -   CFLAGS="${OLD_CFLAGS}"
  +Index: src/glyphs-gtk.h
  +--- src/glyphs-gtk.h.orig2004-05-11 04:40:46 +0200
   src/glyphs-gtk.h 2006-01-14 13:48:33 +0100
  +@@ -86,7 +86,7 @@
  +  (GTK_IMAGE_INSTANCE_DATA (i)->pixmaps[slice])
  + #define IMAGE_INSTANCE_GTK_PIXMAP_SLICES(i) \
  +  (GTK_IMAGE_INSTANCE_DATA (i)->pixmaps)
  +-#define IMAGE_INSTANCE_GTK_MASK(i) (GdkPixmap*)(IMAGE_INSTANCE_PIXMAP_MASK 
(i))
  ++#define IMAGE_INSTANCE_GTK_MASK(i) (IMAGE_INSTANCE_PIXMAP_MASK (i))
  + #define IMAGE_INSTANCE_GTK_CURSOR(i) (GTK_IMAGE_INSTANCE_DATA (i)->cursor)
  + #define IMAGE_INSTANCE_GTK_COLORMAP(i) (GTK_IMAGE_INSTANCE_DATA 
(i)->colormap)
  + #define IMAGE_INSTANCE_GTK_PIXELS(i) (GTK_IMAGE_INSTANCE_DATA (i)->pixels)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/xemacs/xemacs.spec
  
  $ cvs diff -u -r1.38 -r1.39 xemacs.spec
  --- openpkg-src/xemacs/xemacs.spec1 Jan 2006 13:24:21 -   1.38
  +++ openpkg-src/xemacs/xemacs.spec14 Jan 2006 12:55:41 -  1.39
  @@ -23,8 +23,8 @@
   ##
   
   #   package versions
  -%define   V_xemacs  21.4.17
  -%define   V_sumo2005-07-15
  +%define   V_xemacs  21.4.18
  +%define   V_sumo2005-12-08
   
   #   package information
   Name: xemacs
  @@ -37,7 +37,7 @@
   Group:Editor
   License:  GPL
   Version:  %{V_xemacs}
  -Release:  20050716
  +Release:  20060114
   
   #   package options
   %option   with_gtk  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gcc41/ gcc41.spec

2006-01-14 Thread Ralf S. Engelschall
  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:   14-Jan-2006 13:40:49
  Branch: HEAD Handle: 2006011412404900

  Modified files:
openpkg-src/gcc41   gcc41.spec

  Log:
upgrading package: gcc41 4.1s20060106 -> 4.1s20060113

  Summary:
RevisionChanges Path
1.45+2  -2  openpkg-src/gcc41/gcc41.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc41/gcc41.spec
  
  $ cvs diff -u -r1.44 -r1.45 gcc41.spec
  --- openpkg-src/gcc41/gcc41.spec  8 Jan 2006 12:01:01 -   1.44
  +++ openpkg-src/gcc41/gcc41.spec  14 Jan 2006 12:40:49 -  1.45
  @@ -25,7 +25,7 @@
   #   package version
   %define   V_full 4.1
   %define   V_comp 41
  -%define   V_snap 20060106
  +%define   V_snap 20060113
   
   #   package information
   Name: gcc41
  @@ -38,7 +38,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20060108
  +Release:  20060114
   
   #   package options
   %option   with_cxx   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2006-01-14 Thread Ralf S. Engelschall
  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:   14-Jan-2006 13:40:29
  Branch: HEAD Handle: 2006011412402900

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

  Log:
upgrading package: mono 1.1.13 -> 1.1.13.1

  Summary:
RevisionChanges Path
1.8 +16 -7  openpkg-src/mono/mono.patch
1.25+3  -3  openpkg-src/mono/mono.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.7 -r1.8 mono.patch
  --- openpkg-src/mono/mono.patch   10 Dec 2005 08:27:28 -  1.7
  +++ openpkg-src/mono/mono.patch   14 Jan 2006 12:40:29 -  1.8
  @@ -13,9 +13,18 @@
SQLITE="libsqlite.so.0"
SQLITE3="libsqlite3.so.0"
X11="libX11.so"
  +Index: mcs/class/Microsoft.VisualBasic/fixup/fixup.pl
  +--- mcs/class/Microsoft.VisualBasic/fixup/fixup.pl.orig  2005-04-22 
08:31:29 +0200
   mcs/class/Microsoft.VisualBasic/fixup/fixup.pl   2006-01-14 09:40:14 
+0100
  +@@ -1,4 +1,4 @@
  +-#!/usr/bin/perl -w
  ++#!/usr/bin/env perl
  + #
  + # fixup.pl
  + #
   Index: mono/Makefile.in
   mono/Makefile.in.orig2005-10-05 18:43:16 +0200
  -+++ mono/Makefile.in 2005-10-07 09:10:21 +0200
  +--- mono/Makefile.in.orig2006-01-12 20:34:40 +0100
   mono/Makefile.in 2006-01-14 09:27:13 +0100
   @@ -56,7 +56,7 @@
ETAGS = etags
CTAGS = ctags
  @@ -25,7 +34,7 @@
profiler
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
  -@@ -259,7 +259,7 @@
  +@@ -266,7 +266,7 @@
# the handles dir doesn't apply to windows
@[EMAIL PROTECTED] = handles
SUBDIRS = utils io-layer monoburg os cil metadata \
  @@ -35,9 +44,9 @@
all: all-recursive

   Index: mono/mini/mini-x86.c
   mono/mini/mini-x86.c.orig2005-08-25 11:14:53 +0200
  -+++ mono/mini/mini-x86.c 2005-10-07 09:05:01 +0200
  -@@ -388,6 +388,34 @@
  +--- mono/mini/mini-x86.c.orig2005-11-11 18:51:24 +0100
   mono/mini/mini-x86.c 2006-01-14 09:27:13 +0100
  +@@ -383,6 +383,34 @@
return cinfo;
}

  @@ -74,7 +83,7 @@
 * @csig:  a method signature
   Index: support/stdio.c
   --- support/stdio.c.orig 2005-10-14 13:58:02 +0200
  -+++ support/stdio.c  2005-11-10 08:05:13 +0100
   support/stdio.c  2006-01-14 09:27:13 +0100
   @@ -141,14 +141,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.24 -r1.25 mono.spec
  --- openpkg-src/mono/mono.spec10 Jan 2006 15:45:28 -  1.24
  +++ openpkg-src/mono/mono.spec14 Jan 2006 12:40:29 -  1.25
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 1.1
  -%define   V_minor 13
  +%define   V_minor 13.1
   
   #   package information
   Name: mono
  @@ -37,7 +37,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20060110
  +Release:  20060114
   
   #   list of sources
   Source0:  
http://go-mono.com/sources/mono-%{V_major}/mono-%{version}.tar.gz
  @@ -46,7 +46,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, pkgconfig
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, pkgconfig, perl
   PreReq:   OpenPKG, openpkg >= 20040130
   BuildPreReq:  glib2, glib2::with_threads = yes
   PreReq:   glib2, glib2::with_threads = yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-util/ perl-util.spec

2006-01-14 Thread Ralf S. Engelschall
  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:   14-Jan-2006 09:33:46
  Branch: HEAD Handle: 2006011408334500

  Modified files:
openpkg-src/perl-util   perl-util.spec

  Log:
modifying package: perl-util-5.8.7 20060113 -> 20060114

  Summary:
RevisionChanges Path
1.235   +2  -2  openpkg-src/perl-util/perl-util.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.spec
  
  $ cvs diff -u -r1.234 -r1.235 perl-util.spec
  --- openpkg-src/perl-util/perl-util.spec  13 Jan 2006 19:01:50 -  
1.234
  +++ openpkg-src/perl-util/perl-util.spec  14 Jan 2006 08:33:45 -  
1.235
  @@ -59,7 +59,7 @@
   %define   V_object_realize_later 0.15
   %define   V_object_multitype 0.05
   %define   V_object_lexical   0.02
  -%define   V_params_validate  0.78
  +%define   V_params_validate  0.79
   %define   V_startup  0.103
   %define   V_string_divert0.96
   %define   V_test 1.25
  @@ -99,7 +99,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20060113
  +Release:  20060114
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org