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

2007-11-06 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:   07-Nov-2007 08:55:13
  Branch: HEAD Handle: 2007110707551300

  Modified files:
openpkg-src/tw  tw.spec

  Log:
upgrading package: tw 20070628 -> 20071105

  Summary:
RevisionChanges Path
1.5 +4  -4  openpkg-src/tw/tw.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tw/tw.spec
  
  $ cvs diff -u -r1.4 -r1.5 tw.spec
  --- openpkg-src/tw/tw.spec3 Aug 2007 18:31:28 -   1.4
  +++ openpkg-src/tw/tw.spec7 Nov 2007 07:55:13 -   1.5
  @@ -23,9 +23,9 @@
   ##
   
   #   package versions
  -%define   V_here  20070628
  -%define   V_init  2007-06-28
  -%define   V_base  2007-06-28
  +%define   V_here  20071105
  +%define   V_init  2007-11-05
  +%define   V_base  2007-11-05
   
   #   package information
   Name: tw
  @@ -38,7 +38,7 @@
   Group:ShellUtils
   License:  CPL
   Version:  %{V_here}
  -Release:  20070803
  +Release:  20071107
   
   #   list of sources
   Source0:  http://I%20accept%20www.opensource.org%2flicenses%2fcpl:[EMAIL 
PROTECTED]/~gsf/download/tgz/ast-base.%{V_base}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 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:   07-Nov-2007 08:55:00
  Branch: HEAD Handle: 2007110707545900

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

  Log:
upgrading package: gettext 0.16.1 -> 0.17

  Summary:
RevisionChanges Path
1.12+9  -123openpkg-src/gettext/gettext.patch
1.71+3  -3  openpkg-src/gettext/gettext.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gettext/gettext.patch
  
  $ cvs diff -u -r1.11 -r1.12 gettext.patch
  --- openpkg-src/gettext/gettext.patch 30 Sep 2007 08:29:21 -  1.11
  +++ openpkg-src/gettext/gettext.patch 7 Nov 2007 07:54:59 -   1.12
  @@ -1,6 +1,6 @@
   Index: gettext-runtime/intl/libgnuintl.h.in
   gettext-runtime/intl/libgnuintl.h.in.orig2006-11-27 18:02:00 
+0100
  -+++ gettext-runtime/intl/libgnuintl.h.in 2007-09-30 10:24:14 +0200
  +--- gettext-runtime/intl/libgnuintl.h.in.orig2007-11-02 01:23:43 
+0100
   gettext-runtime/intl/libgnuintl.h.in 2007-11-07 08:24:35 +0100
   @@ -88,7 +88,7 @@
   If he doesn't, we choose the method.  A third possible method is
   _INTL_REDIRECT_ASM, supported only by GCC.  */
  @@ -20,21 +20,21 @@
#else
# define _INTL_MAY_RETURN_STRING_ARG(n)
   Index: gettext-runtime/intl/plural-exp.c
   gettext-runtime/intl/plural-exp.c.orig   2006-11-27 18:02:00 +0100
  -+++ gettext-runtime/intl/plural-exp.c2007-09-30 10:24:51 +0200
  +--- gettext-runtime/intl/plural-exp.c.orig   2007-10-13 17:51:52 +0200
   gettext-runtime/intl/plural-exp.c2007-11-07 08:25:11 +0100
   @@ -27,7 +27,7 @@

#include "plural-exp.h"

  --#if (defined __GNUC__ && !(__APPLE_CC__ > 1)) \
  -+#if (defined __GNUC__ && !(__APPLE_CC__+0 > 1)) \
  +-#if (defined __GNUC__ && !(__APPLE_CC__ > 1) && !defined __cplusplus) \
  ++#if (defined __GNUC__ && !(__APPLE_CC__+0 > 1) && !defined __cplusplus) \
|| (defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L)

/* These structs are the constant expression for the germanic plural
   Index: gettext-tools/gnulib-lib/execute.c
   gettext-tools/gnulib-lib/execute.c.orig  2006-11-27 18:14:50 +0100
  -+++ gettext-tools/gnulib-lib/execute.c   2007-09-30 10:23:36 +0200
  -@@ -193,6 +193,9 @@
  +--- gettext-tools/gnulib-lib/execute.c.orig  2007-10-07 22:29:19 +0200
   gettext-tools/gnulib-lib/execute.c   2007-11-07 08:24:35 +0100
  +@@ -196,6 +196,9 @@
 dependent which error is reported which way.  We treat both cases as
 equivalent.  */
#if HAVE_POSIX_SPAWN
  @@ -44,117 +44,3 @@
  sigset_t blocked_signals;
  posix_spawn_file_actions_t actions;
  bool actions_allocated;
  -Index: gettext-tools/gnulib-lib/vasprintf.c
   gettext-tools/gnulib-lib/vasprintf.c.orig2006-11-27 18:14:53 
+0100
  -+++ gettext-tools/gnulib-lib/vasprintf.c 2007-09-30 10:23:36 +0200
  -@@ -32,13 +32,14 @@
  - #endif
  - 
  - static int
  --int_vasprintf (char **result, const char *format, va_list *args)
  -+int_vasprintf (char **result, const char *format, va_list args)
  - {
  -   const char *p = format;
  -   /* Add one to make sure that it is never zero, which might cause malloc
  -  to return NULL.  */
  -   size_t total_width = strlen (format) + 1;
  --  va_list ap = *args;
  -+  va_list ap;
  -+  __builtin_va_copy(ap, args); /* GCC-specific to avoid Autoconf glue */
  - 
  -   while (*p != '\0')
  - {
  -@@ -112,7 +113,7 @@
  - #endif
  -   *result = malloc (total_width);
  -   if (*result != NULL)
  --return vsprintf (*result, format, *args);
  -+return vsprintf (*result, format, args);
  -   else
  - return -1;
  - }
  -@@ -120,7 +121,7 @@
  - int
  - vasprintf (char **result, const char *format, va_list args)
  - {
  --  return int_vasprintf (result, format, &args);
  -+  return int_vasprintf (result, format, args);
  - }
  - 
  - int
  -Index: gettext-tools/libgettextpo/vasprintf.c
   gettext-tools/libgettextpo/vasprintf.c.orig  2006-11-27 18:15:09 
+0100
  -+++ gettext-tools/libgettextpo/vasprintf.c   2007-09-30 10:23:36 +0200
  -@@ -32,13 +32,14 @@
  - #endif
  - 
  - static int
  --int_vasprintf (char **result, const char *format, va_list *args)
  -+int_vasprintf (char **result, const char *format, va_list args)
  - {
  -   const char *p = format;
  -   /* Add one to make sure that it is never zero, which might cause malloc
  -  to return NULL.  */
  -   size_t total_width = strlen (format) + 1;
  --  va_list ap = *args;
  -+

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

2007-11-06 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:   07-Nov-2007 08:42:03
  Branch: HEAD Handle: 2007110707420200

  Modified files:
openpkg-src/nmake   nmake.spec

  Log:
upgrading package: nmake 20070628 -> 20071105

  Summary:
RevisionChanges Path
1.5 +4  -4  openpkg-src/nmake/nmake.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/nmake/nmake.spec
  
  $ cvs diff -u -r1.4 -r1.5 nmake.spec
  --- openpkg-src/nmake/nmake.spec  3 Aug 2007 18:32:21 -   1.4
  +++ openpkg-src/nmake/nmake.spec  7 Nov 2007 07:42:02 -   1.5
  @@ -23,9 +23,9 @@
   ##
   
   #   package versions
  -%define   V_here  20070628
  -%define   V_init  2007-06-28
  -%define   V_base  2007-06-28
  +%define   V_here  20071105
  +%define   V_init  2007-11-05
  +%define   V_base  2007-11-05
   
   #   package information
   Name: nmake
  @@ -38,7 +38,7 @@
   Group:Building
   License:  CPL
   Version:  %{V_here}
  -Release:  20070803
  +Release:  20071107
   
   #   list of sources
   Source0:  http://I%20accept%20www.opensource.org%2flicenses%2fcpl:[EMAIL 
PROTECTED]/~gsf/download/tgz/ast-base.%{V_base}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 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:   07-Nov-2007 08:28:07
  Branch: HEAD Handle: 2007110707280700

  Modified files:
openpkg-src/ksh ksh.spec

  Log:
upgrading package: ksh 20070628 -> 20071105

  Summary:
RevisionChanges Path
1.49+4  -4  openpkg-src/ksh/ksh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ksh/ksh.spec
  
  $ cvs diff -u -r1.48 -r1.49 ksh.spec
  --- openpkg-src/ksh/ksh.spec  29 Jun 2007 14:59:19 -  1.48
  +++ openpkg-src/ksh/ksh.spec  7 Nov 2007 07:28:07 -   1.49
  @@ -23,9 +23,9 @@
   ##
   
   #   package versions
  -%define   V_pkg   20070628
  -%define   V_ksh   2007-06-28
  -%define   V_init  2007-06-28
  +%define   V_pkg   20071105
  +%define   V_ksh   2007-11-05
  +%define   V_init  2007-11-05
   
   #   package information
   Name: ksh
  @@ -38,7 +38,7 @@
   Group:Shell
   License:  CPL
   Version:  %{V_pkg}
  -Release:  20070629
  +Release:  20071107
   
   #   list of sources
   Source0:  http://I%20accept%20www.opensource.org%2flicenses%2fcpl:[EMAIL 
PROTECTED]/~gsf/download/tgz/ast-ksh.%{V_ksh}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 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:   07-Nov-2007 08:28:00
  Branch: HEAD Handle: 200711070728

  Modified files:
openpkg-src/monit   monit.spec

  Log:
upgrading package: monit 4.10 -> 4.10.1

  Summary:
RevisionChanges Path
1.68+2  -2  openpkg-src/monit/monit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/monit/monit.spec
  
  $ cvs diff -u -r1.67 -r1.68 monit.spec
  --- openpkg-src/monit/monit.spec  6 Nov 2007 07:25:35 -   1.67
  +++ openpkg-src/monit/monit.spec  7 Nov 2007 07:28:00 -   1.68
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Monitoring
   License:  GPL
  -Version:  4.10
  -Release:  20071106
  +Version:  4.10.1
  +Release:  20071107
   
   #   package options
   %option   with_fsl   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 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:   07-Nov-2007 08:25:05
  Branch: HEAD Handle: 2007110707250400

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 7.1.148 -> 7.1.149

  Summary:
RevisionChanges Path
1.562   +3  -2  openpkg-src/vim/vim.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.561 -r1.562 vim.spec
  --- openpkg-src/vim/vim.spec  4 Nov 2007 16:24:18 -   1.561
  +++ openpkg-src/vim/vim.spec  7 Nov 2007 07:25:04 -   1.562
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_vl  7.1
   %define   V_vs  71
  -%define   V_pl  148
  +%define   V_pl  149
   
   #   package information
   Name: vim
  @@ -38,7 +38,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20071104
  +Release:  20071107
   
   #   package options
   %option   with_x11no
  @@ -202,6 +202,7 @@
   Patch146: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.146
   Patch147: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.147
   Patch148: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.148
  +Patch149: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.149
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 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:   07-Nov-2007 08:24:48
  Branch: HEAD Handle: 2007110707244800

  Modified files:
openpkg-src/bazaar  bazaar.spec

  Log:
modifying package: bazaar-0.91 20071102 -> 20071107

  Summary:
RevisionChanges Path
1.26+2  -2  openpkg-src/bazaar/bazaar.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/bazaar/bazaar.spec
  
  $ cvs diff -u -r1.25 -r1.26 bazaar.spec
  --- openpkg-src/bazaar/bazaar.spec2 Nov 2007 08:14:43 -   1.25
  +++ openpkg-src/bazaar/bazaar.spec7 Nov 2007 07:24:48 -   1.26
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_bzr  0.91
  -%define   V_bzrtools 0.92.0
  +%define   V_bzrtools 0.92.1
   
   #   package information
   Name: bazaar
  @@ -37,7 +37,7 @@
   Group:SCM
   License:  GPL
   Version:  %{V_bzr}
  -Release:  20071102
  +Release:  20071107
   
   #   list of sources
   Source0:  http://bazaar-vcs.org/releases/src/bzr-%{V_bzr}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 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:   07-Nov-2007 08:24:32
  Branch: HEAD Handle: 2007110707243200

  Modified files:
openpkg-src/ansifilter  ansifilter.spec

  Log:
upgrading package: ansifilter 0.1 -> 0.2

  Summary:
RevisionChanges Path
1.3 +2  -2  openpkg-src/ansifilter/ansifilter.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ansifilter/ansifilter.spec
  
  $ cvs diff -u -r1.2 -r1.3 ansifilter.spec
  --- openpkg-src/ansifilter/ansifilter.spec28 Oct 2007 08:19:52 -  
1.2
  +++ openpkg-src/ansifilter/ansifilter.spec7 Nov 2007 07:24:32 -   
1.3
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Terminal
   License:  GPL
  -Version:  0.1
  -Release:  20071028
  +Version:  0.2
  +Release:  20071107
   
   #   list of sources
   Source0:  http://www.andre-simon.de/zip/ansifilter-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 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:   07-Nov-2007 08:14:17
  Branch: HEAD Handle: 2007110707141700

  Modified files:
openpkg-src/subversion  subversion.spec

  Log:
subversion.config consists variables, so expand them, please

  Summary:
RevisionChanges Path
1.131   +2  -2  openpkg-src/subversion/subversion.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/subversion/subversion.spec
  
  $ cvs diff -u -r1.130 -r1.131 subversion.spec
  --- openpkg-src/subversion/subversion.spec28 Aug 2007 08:21:04 -  
1.130
  +++ openpkg-src/subversion/subversion.spec7 Nov 2007 07:14:17 -   
1.131
  @@ -41,7 +41,7 @@
   Group:SCM
   License:  Apache/BSD
   Version:  %{V_opkg}
  -Release:  20070828
  +Release:  20071107
   
   #   package options
   %option   with_cvs2svn  no
  @@ -283,7 +283,7 @@
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/etc/subversion
   %{l_shtool} install -c -m 644 \
  -%{SOURCE subversion.config} \
  +%{SOURCE subversion.config} %{l_value -s -a} \
   $RPM_BUILD_ROOT%{l_prefix}/etc/subversion/config
   %{l_shtool} install -c -m 644 \
   %{SOURCE subversion.servers} \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/imapd/ fsl.imapd imapd.spec

2007-11-06 Thread Kolab Konsortium via Gunnar Wrobel
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Kolab Konsortium via Gunnar 
Wro$
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Nov-2007 08:10:23
  Branch: HEAD Handle: 2007110707102100

  Modified files:
openpkg-src/imapd   fsl.imapd imapd.spec

  Log:
Fixed the log identification for the lmtpd process.

  Summary:
RevisionChanges Path
1.15+1  -1  openpkg-src/imapd/fsl.imapd
1.184   +1  -1  openpkg-src/imapd/imapd.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/imapd/fsl.imapd
  
  $ cvs diff -u -r1.14 -r1.15 fsl.imapd
  --- openpkg-src/imapd/fsl.imapd   17 Dec 2006 12:35:57 -  1.14
  +++ openpkg-src/imapd/fsl.imapd   7 Nov 2007 07:10:21 -   1.15
  @@ -38,7 +38,7 @@
   }
   };
   
  -ident (lmtpd)/.+ q{
  +ident (lmtp)/.+ q{
   prefix(
   prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
   )
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/imapd/imapd.spec
  
  $ cvs diff -u -r1.183 -r1.184 imapd.spec
  --- openpkg-src/imapd/imapd.spec  6 Nov 2007 19:32:05 -   1.183
  +++ openpkg-src/imapd/imapd.spec  7 Nov 2007 07:10:21 -   1.184
  @@ -33,7 +33,7 @@
   Group:Mail
   License:      BSD
   Version:  2.3.10
  -Release:  20071106
  +Release:  20071107
   
   #   package options
   %option   with_fsl   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Nov-2007 23:22:31
  Branch: HEAD Handle: 200711063100

  Modified files:
openpkg-src/pgpool  pgpool.spec

  Log:
install the 'real' manpage as well

  Summary:
RevisionChanges Path
1.29+5  -2  openpkg-src/pgpool/pgpool.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/pgpool/pgpool.spec
  
  $ cvs diff -u -r1.28 -r1.29 pgpool.spec
  --- openpkg-src/pgpool/pgpool.spec25 Oct 2007 06:23:15 -  1.28
  +++ openpkg-src/pgpool/pgpool.spec6 Nov 2007 22:22:31 -   1.29
  @@ -37,7 +37,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_pgpool}
  -Release:  20071025
  +Release:  20071106
   
   #   list of sources
   Source0:  
http://pgfoundry.org/frs/download.php/%{V_pgpool_dir}/pgpool-%{V_pgpool}.tar.gz
  @@ -97,6 +97,7 @@
   $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \
   $RPM_BUILD_ROOT%{l_prefix}/etc/pgpool \
   $RPM_BUILD_ROOT%{l_prefix}/var/pgpool \
  +$RPM_BUILD_ROOT%{l_prefix}/man/man8 \
   $RPM_BUILD_ROOT%{l_prefix}/man/cat8
   
   #   install program
  @@ -105,7 +106,9 @@
   
   #   install documentation
   %{l_shtool} install -c -m 644 \
  -README $RPM_BUILD_ROOT%{l_prefix}/man/cat8/pgpool.8
  +pgpool.8 $RPM_BUILD_ROOT%{l_prefix}/man/man8/
  +%{l_shtool} install -c -m 644 \
  +README $RPM_BUILD_ROOT%{l_prefix}/man/cat8/pgpool_readme.8
   
   #   install default configuration
   %{l_shtool} install -c -m 644 \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Nov-2007 23:01:26
  Branch: HEAD Handle: 2007110622012600

  Modified files:
openpkg-src/libgsasllibgsasl.spec

  Log:
try to fix Kerberos support blindly

  Summary:
RevisionChanges Path
1.30+3  -1  openpkg-src/libgsasl/libgsasl.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libgsasl/libgsasl.spec
  
  $ cvs diff -u -r1.29 -r1.30 libgsasl.spec
  --- openpkg-src/libgsasl/libgsasl.spec12 Oct 2007 07:00:13 -  
1.29
  +++ openpkg-src/libgsasl/libgsasl.spec6 Nov 2007 22:01:26 -   
1.30
  @@ -33,7 +33,7 @@
   Group:Cryptography
   License:  LGPL
   Version:  0.2.21
  -Release:  20071012
  +Release:  20071106
   
   #   package options
   %option   with_kerberos  no
  @@ -83,8 +83,10 @@
   --with-libgcrypt-prefix=%{l_prefix} \
   --with-stringprep \
   %if "%{with_kerberos}" == "yes"
  +--enable-gssapi \
   --with-libgss-prefix=%{l_prefix} \
   %else
  +--disable-gssapi \
   --without-libgss-prefix \
   %endif
   --disable-shared \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Nov-2007 21:58:56
  Branch: HEAD Handle: 2007110620585500

  Modified files:
openpkg-src/gcrypt  gcrypt.spec

  Log:
fix build on Solaris

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcrypt/gcrypt.spec
  
  $ cvs diff -u -r1.44 -r1.45 gcrypt.spec
  --- openpkg-src/gcrypt/gcrypt.spec20 Jul 2007 20:16:33 -  1.44
  +++ openpkg-src/gcrypt/gcrypt.spec6 Nov 2007 20:58:55 -   1.45
  @@ -33,7 +33,7 @@
   Group:Cryptography
   License:  LGPL
   Version:  1.2.4
  -Release:  20070720
  +Release:  20071106
   
   #   list of sources
   Source0:  
ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.gz
  @@ -65,6 +65,7 @@
   ) >config.cache
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
  +GREP="grep" \
   ./configure \
   --cache-file=./config.cache \
   --prefix=%{l_prefix} \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Nov-2007 21:24:33
  Branch: HEAD Handle: 2007110620243300

  Modified files:
openpkg-src/gawkgawk.spec

  Log:
fix build on Solaris

  Summary:
RevisionChanges Path
1.42+2  -1  openpkg-src/gawk/gawk.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gawk/gawk.spec
  
  $ cvs diff -u -r1.41 -r1.42 gawk.spec
  --- openpkg-src/gawk/gawk.spec26 Oct 2007 07:44:35 -  1.41
  +++ openpkg-src/gawk/gawk.spec6 Nov 2007 20:24:33 -   1.42
  @@ -33,7 +33,7 @@
   Group:Language
   License:  GPL
   Version:  3.1.6
  -Release:  20071026
  +Release:  20071106
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.gz
  @@ -69,6 +69,7 @@
   %build
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
  +GREP="grep" \
   ./configure \
   --prefix=%{l_prefix} \
   --mandir=%{l_prefix}/man \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 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:   06-Nov-2007 21:16:59
  Branch: HEAD Handle: 2007110620165900

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

  Log:
apply a Debian bugfix for the CVS 1.11.x client hang problem

  Summary:
RevisionChanges Path
1.9 +19 -0  openpkg-src/cvs/cvs.patch
1.116   +1  -1  openpkg-src/cvs/cvs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/cvs/cvs.patch
  
  $ cvs diff -u -r1.8 -r1.9 cvs.patch
  --- openpkg-src/cvs/cvs.patch 5 Oct 2005 18:08:30 -   1.8
  +++ openpkg-src/cvs/cvs.patch 6 Nov 2007 20:16:59 -   1.9
  @@ -23,3 +23,22 @@

#ifdef SYSTEM_INITIALIZE
/* Hook for OS-specific behavior, for example socket subsystems on
  +
  +-
  +
  +Fix "read hang" problem for CVS 1.11.x clients:
  
+http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/~checkout~/SOURCES/cvs-debian-zlib-read-compressed.patch?rev=1.1;content-type=text%2Fplain
  +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368494
  +
  +Index: src/zlib.c
  +--- src/zlib.c.orig  3 Jun 2005 18:26:09 -   1.31
   src/zlib.c   27 Oct 2005 17:59:49 -
  +@@ -229,7 +229,7 @@ compress_buffer_input (void *closure, ch
  +would fetch all the available bytes, and at least one byte.  */
  + 
  + status = (*cb->buf->input) (cb->buf->closure, bd->text,
  +-need, BUFFER_DATA_SIZE, &nread);
  ++need ? 1 : 0, BUFFER_DATA_SIZE, &nread);
  + 
  + if (status == -2)
  + /* Don't try to recover from memory allcoation errors.  */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/cvs/cvs.spec
  
  $ cvs diff -u -r1.115 -r1.116 cvs.spec
  --- openpkg-src/cvs/cvs.spec  27 Oct 2007 11:59:19 -  1.115
  +++ openpkg-src/cvs/cvs.spec  6 Nov 2007 20:16:59 -   1.116
  @@ -37,7 +37,7 @@
   Group:SCM
   License:  GPL
   Version:  %{V_cvs}
  -Release:  20071027
  +Release:  20071106
   
   #   package options
   %option   with_fsl yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Nov-2007 20:32:06
  Branch: HEAD Handle: 2007110619320500

  Modified files:
openpkg-src/imapd   imapd.spec

  Log:
remove obsolete Berkeley DB fiddling

  Summary:
RevisionChanges Path
1.183   +1  -11 openpkg-src/imapd/imapd.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/imapd/imapd.spec
  
  $ cvs diff -u -r1.182 -r1.183 imapd.spec
  --- openpkg-src/imapd/imapd.spec  27 Oct 2007 11:59:30 -  1.182
  +++ openpkg-src/imapd/imapd.spec  6 Nov 2007 19:32:05 -   1.183
  @@ -33,7 +33,7 @@
   Group:Mail
   License:  BSD
   Version:  2.3.10
  -Release:  20071027
  +Release:  20071106
   
   #   package options
   %option   with_fsl   yes
  @@ -162,14 +162,6 @@
   #   make sure config2header rebuilds imapopts based on imapoptions
   rm -f lib/imapopts.h lib/imapopts.c >/dev/null 2>&1 || true
   
  -#   fix Berkeley-DB detection
  -%{l_shtool} subst\
  --e 's;-L/usr/local/lib;;g' \
  --e 's;-I/usr/local/include;;g' \
  --e 's;db-4\.[0-9];db;g' \
  --e 's;-l\$dbname;%{l_prefix}/lib/lib$dbname.a;g' \
  -configure
  -
   #   ensure correct linking of Berkeley-DB in perl bindings
   loclibs=""
   case "%{l_platform -t}" in
  @@ -257,8 +249,6 @@
   --with-lib-subdir=%{l_prefix}/lib \
   --with-openssl=%{l_prefix} \
   --with-bdb=%{l_prefix} \
  ---with-bdb-incdir=%{l_prefix}/include \
  ---with-bdb-libdir=%{l_prefix}/lib \
   --with-sasl=%{l_prefix} \
   --with-staticsasl=%{l_prefix} \
   --with-com_err \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 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:   06-Nov-2007 19:46:08
  Branch: HEAD Handle: 2007110618460600

  Modified files:
openpkg-src/perl-xmlperl-xml.spec

  Log:
modifying package: perl-xml-5.8.8 20071102 -> 20071106

  Summary:
RevisionChanges Path
1.309   +2  -2  openpkg-src/perl-xml/perl-xml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.308 -r1.309 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec2 Nov 2007 17:57:07 -   
1.308
  +++ openpkg-src/perl-xml/perl-xml.spec6 Nov 2007 18:46:06 -   
1.309
  @@ -65,7 +65,7 @@
   %define   V_xml_sax_expat   0.39
   %define   V_xml_simple  2.18
   %define   V_xml_simpleobject_libxml 0.60
  -%define   V_xml_twig3.29
  +%define   V_xml_twig3.30
   %define   V_xml_writer  0.603
   %define   V_xml_writer_string   0.1
   %define   V_xml_xpath   1.13
  @@ -99,7 +99,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20071102
  +Release:  20071106
   
   #   package options
   %option   with_libxmlno
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Nov-2007 17:02:38
  Branch: HEAD Handle: 2007110616023700

  Modified files:
openpkg-src/imagemagick imagemagick.spec

  Log:
upgrading package: imagemagick 6.3.6.8 -> 6.3.6.9

  Summary:
RevisionChanges Path
1.400   +2  -2  openpkg-src/imagemagick/imagemagick.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.399 -r1.400 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  5 Nov 2007 16:43:23 -   
1.399
  +++ openpkg-src/imagemagick/imagemagick.spec  6 Nov 2007 16:02:37 -   
1.400
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 6.3.6
  -%define   V_minor 8
  +%define   V_minor 9
   %define   V_dist  %{V_major}-%{V_minor}
   %define   V_opkg  %{V_major}.%{V_minor}
   
  @@ -39,7 +39,7 @@
   Group:Graphics
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20071105
  +Release:  20071106
   
   #   package options
   %option   with_perl   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Nov-2007 17:00:23
  Branch: HEAD Handle: 2007110616002200

  Modified files:
openpkg-src/tailor  tailor.spec

  Log:
upgrading package: tailor 0.9.29 -> 0.9.30

  Summary:
RevisionChanges Path
1.7 +2  -2  openpkg-src/tailor/tailor.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tailor/tailor.spec
  
  $ cvs diff -u -r1.6 -r1.7 tailor.spec
  --- openpkg-src/tailor/tailor.spec30 Jul 2007 15:46:25 -  1.6
  +++ openpkg-src/tailor/tailor.spec6 Nov 2007 16:00:22 -   1.7
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:SCM
   License:  GPL
  -Version:  0.9.29
  -Release:  20070730
  +Version:  0.9.30
  +Release:  20071106
   
   #   list of sources
   Source0:  http://darcs.arstecnica.it/tailor-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Nov-2007 16:50:48
  Branch: HEAD Handle: 2007110615504700

  Modified files:
openpkg-src/js  js.spec

  Log:
modifying package: js-1.6.20070208 20070910 -> 20071106

  Summary:
RevisionChanges Path
1.58+2  -2  openpkg-src/js/js.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/js/js.spec
  
  $ cvs diff -u -r1.57 -r1.58 js.spec
  --- openpkg-src/js/js.spec10 Sep 2007 05:39:21 -  1.57
  +++ openpkg-src/js/js.spec6 Nov 2007 15:50:47 -   1.58
  @@ -29,7 +29,7 @@
   %define   V_javascript_squish   0.05
   %define   V_javascript_code 0.08
   %define   V_javascript_jslint   0.06
  -%define   V_javascript_engine   0.017
  +%define   V_javascript_engine   0.018
   %define   V_jsmin   20070522
   
   #   package information
  @@ -43,7 +43,7 @@
   Group:Language
   License:  MPL/GPL/LGPL
   Version:  %{V_js}
  -Release:  20070910
  +Release:  20071106
   
   #   package options
   %option   with_fileyes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Nov-2007 16:48:09
  Branch: HEAD Handle: 2007110615480900

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

  Log:
modifying package: perl-mail-5.8.8 20071025 -> 20071106

  Summary:
RevisionChanges Path
1.268   +2  -2  openpkg-src/perl-mail/perl-mail.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-mail/perl-mail.spec
  
  $ cvs diff -u -r1.267 -r1.268 perl-mail.spec
  --- openpkg-src/perl-mail/perl-mail.spec  25 Oct 2007 06:21:10 -  
1.267
  +++ openpkg-src/perl-mail/perl-mail.spec  6 Nov 2007 15:48:09 -   
1.268
  @@ -43,7 +43,7 @@
   %define   V_email_messageid 1.351
   %define   V_email_mime_contenttype  1.014
   %define   V_email_mime_encodings1.311
  -%define   V_email_mime  1.860
  +%define   V_email_mime  1.861
   %define   V_email_mime_modifier 1.442
   %define   V_email_mime_creator  1.454
   
  @@ -58,7 +58,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20071025
  +Release:  20071106
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Mail/MailTools-%{V_mailtools}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Nov-2007 16:47:46
  Branch: HEAD Handle: 2007110615474400

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

  Log:
modifying package: perl-util-5.8.8 20071101 -> 20071106

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.spec
  
  $ cvs diff -u -r1.359 -r1.360 perl-util.spec
  --- openpkg-src/perl-util/perl-util.spec  1 Nov 2007 16:45:07 -   
1.359
  +++ openpkg-src/perl-util/perl-util.spec  6 Nov 2007 15:47:44 -   
1.360
  @@ -65,7 +65,7 @@
   %define   V_startup  0.103
   %define   V_string_divert0.96
   %define   V_test 1.25
  -%define   V_test_harness 2.64
  +%define   V_test_harness 3.00
   %define   V_test_manifest1.22
   %define   V_test_simple  0.72
   %define   V_universal_moniker0.08
  @@ -109,7 +109,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20071101
  +Release:  20071106
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Nov-2007 16:47:47
  Branch: HEAD Handle: 2007110615474700

  Modified files:
openpkg-src/dhtml   dhtml.spec

  Log:
modifying package: dhtml-0 20071105 -> 20071106

  Summary:
RevisionChanges Path
1.113   +2  -2  openpkg-src/dhtml/dhtml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dhtml/dhtml.spec
  
  $ cvs diff -u -r1.112 -r1.113 dhtml.spec
  --- openpkg-src/dhtml/dhtml.spec  5 Nov 2007 19:53:59 -   1.112
  +++ openpkg-src/dhtml/dhtml.spec  6 Nov 2007 15:47:47 -   1.113
  @@ -26,7 +26,7 @@
   %define   V_prototype1.5.1.1
   %define   V_rico 1.1.2
   %define   V_rico_prototype   1.4
  -%define   V_scriptaculous1.7.0
  +%define   V_scriptaculous1.8.0
   %define   V_mktree   20051017
   %define   V_dol  20050215
   %define   V_ie7  0_9
  @@ -79,7 +79,7 @@
   Group:HTML
   License:  Open Source
   Version:  0
  -Release:  20071105
  +Release:  20071106
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dhtml/prototype-%{V_prototype}.js
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-11-06 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:   06-Nov-2007 09:00:26
  Branch: HEAD Handle: 2007110608002500

  Modified files:
openpkg-src/monomono.spec

  Log:
upgrading package: mono 1.2.5.1 -> 1.2.5.2

  Summary:
RevisionChanges Path
1.52+2  -2  openpkg-src/mono/mono.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mono/mono.spec
  
  $ cvs diff -u -r1.51 -r1.52 mono.spec
  --- openpkg-src/mono/mono.spec20 Sep 2007 19:54:10 -  1.51
  +++ openpkg-src/mono/mono.spec6 Nov 2007 08:00:25 -   1.52
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 1.2
  -%define   V_minor 5.1
  +%define   V_minor 5.2
   
   #   package information
   Name: mono
  @@ -37,7 +37,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20070920
  +Release:  20071106
   
   #   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