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

2005-04-11 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:   11-Apr-2005 09:06:28
  Branch: HEAD Handle: 2005041108062700

  Modified files:
openpkg-src/gxmame  gxmame.spec

  Log:
upgrading package: gxmame 0.35b1 - 0.35b2

  Summary:
RevisionChanges Path
1.15+3  -3  openpkg-src/gxmame/gxmame.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gxmame/gxmame.spec
  
  $ cvs diff -u -r1.14 -r1.15 gxmame.spec
  --- openpkg-src/gxmame/gxmame.spec24 Mar 2005 11:19:00 -  1.14
  +++ openpkg-src/gxmame/gxmame.spec11 Apr 2005 07:06:27 -  1.15
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_dist  0.35beta1
  -%define   V_opkg  0.35b1
  +%define   V_dist  0.35beta2
  +%define   V_opkg  0.35b2
   
   #   package information
   Name: gxmame
  @@ -37,7 +37,7 @@
   Group:Games
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20050210
  +Release:  20050411
   
   #   list of sources
   Source0:  http://osdn.dl.sourceforge.net/gxmame/gxmame-%{V_dist}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/proftpd/ proftpd.patch proftpd.spec rc.prof...

2005-04-11 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:   11-Apr-2005 10:50:45
  Branch: HEAD Handle: 2005041109504400

  Modified files:
openpkg-src/proftpd proftpd.spec rc.proftpd
  Removed files:
openpkg-src/proftpd proftpd.patch

  Log:
upgrade to 1.3.0rc1; flag more files as %config; fix substitutions;
remove obsolete patch

  Summary:
RevisionChanges Path
1.8 +0  -93 openpkg-src/proftpd/proftpd.patch
1.93+7  -8  openpkg-src/proftpd/proftpd.spec
1.17+0  -2  openpkg-src/proftpd/rc.proftpd
  

  rm -f openpkg-src/proftpd/proftpd.patch '@@ .'
  Index: openpkg-src/proftpd/proftpd.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/proftpd/proftpd.spec
  
  $ cvs diff -u -r1.92 -r1.93 proftpd.spec
  --- openpkg-src/proftpd/proftpd.spec  6 Apr 2005 19:38:34 -   1.92
  +++ openpkg-src/proftpd/proftpd.spec  11 Apr 2005 08:50:44 -  1.93
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:FTP
   License:  GPL
  -Version:  1.2.10
  -Release:  20050406
  +Version:  1.3.0rc1
  +Release:  20050411
   
   #   package options
   %option   with_ifsession  no
  @@ -53,7 +53,6 @@
   Source2:  proftpd.msg.goaway
   Source3:  proftpd.msg.login
   Source4:  rc.proftpd
  -Patch0:   proftpd.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -107,7 +106,6 @@
   
   %prep
   %setup -q
  -%patch -p0
   
   #   utils also require link with getopt
   %{l_shtool} subst \
  @@ -140,12 +138,12 @@
   -e 's;^\([EMAIL PROTECTED]@\)/proftpd;\1;' \
   Make.rules.in
   %{l_shtool} subst \
  --e 's;^\(#define RUN_DIR `eval echo 
${localstatedir}\)/proftpd;\1;' \
  +-e 's;^\(#define PR_RUN_DIR `eval echo 
${localstatedir}\)/proftpd;\1;' \
   configure
   
   #   write shutdown message file to OpenPKG instance, not outside
   %{l_shtool} subst \
  --e 's;\(#define 
SHUTMSG_PATH.*\)\(/etc/\)\(shutmsg\);\1%{l_prefix}\2proftpd/\3;' \
  +-e 's;\(#define 
PR_SHUTMSG_PATH.*\)\(/etc/\)\(shutmsg\);\1%{l_prefix}\2proftpd/\3;' \
   include/default_paths.h
   
   #   configure the ProFTPd source tree
  @@ -204,7 +202,7 @@
   %{l_shtool} subst -v \
   -e 's;-o $(INSTALL_USER) -g $(INSTALL_GROUP);;g' \
   -e 's;chown;true;g' \
  -Makefile
  +Makefile Make.rules
   
   #   perform the install procedure while redirecting
   #   it to the temporarily install area
  @@ -252,7 +250,8 @@
   #   determine the package ingredients
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
   %{l_files_std} \
  -'%config %attr(0600,%{l_susr},%{l_sgrp}) 
%{l_prefix}/etc/proftpd/proftpd.conf'
  +'%config %attr(0600,%{l_susr},%{l_sgrp}) 
%{l_prefix}/etc/proftpd/proftpd.conf' \
  +'%config %{l_prefix}/etc/proftpd/proftpd.msg.*'
   
   %files -f files
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/proftpd/rc.proftpd
  
  $ cvs diff -u -r1.16 -r1.17 rc.proftpd
  --- openpkg-src/proftpd/rc.proftpd30 Jul 2004 14:03:04 -  1.16
  +++ openpkg-src/proftpd/rc.proftpd11 Apr 2005 08:50:44 -  1.17
  @@ -67,8 +67,6 @@
   
   %daily -u @l_susr@
   rcService proftpd enable yes || exit 0
  -
  -#   rotate logfile
   rcTmp -i
   hintfile=`rcTmp -f -n hint`
   shtool rotate -f \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-04-11 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:   11-Apr-2005 12:47:45
  Branch: HEAD Handle: 200504474500

  Modified files:
openpkg-src/ngircd  ngircd.spec

  Log:
fix filename of motd file

  Summary:
RevisionChanges Path
1.3 +3  -3  openpkg-src/ngircd/ngircd.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ngircd/ngircd.spec
  
  $ cvs diff -u -r1.2 -r1.3 ngircd.spec
  --- openpkg-src/ngircd/ngircd.spec24 Mar 2005 11:19:40 -  1.2
  +++ openpkg-src/ngircd/ngircd.spec11 Apr 2005 10:47:45 -  1.3
  @@ -33,7 +33,7 @@
   Group:Network
   License:  GNU
   Version:  0.8.3
  -Release:  20050316
  +Release:  20050411
   
   #   package options
   %option   with_fsl  yes
  @@ -98,7 +98,7 @@
   %{l_make} %{l_mflags} install AM_MAKEFLAGS=DESTDIR=$RPM_BUILD_ROOT
   %{l_shtool} echo \
   'Welcome to ngIRCd (%{l_openpkg_release -F OpenPKG-%s})' \
  -$RPM_BUILD_ROOT%{l_prefix}/etc/ngircd/nircd.motd
  +$RPM_BUILD_ROOT%{l_prefix}/etc/ngircd/ngircd.motd
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* /dev/null 21 || true
   
   #   add startup script
  @@ -107,7 +107,7 @@
   -e 's|;\(Listen = \).*$|\1 127.0.0.1|' \
   -e 's|;\(ServerUID = \).*$|\1 %{l_ruid}|' \
   -e 's|;\(ServerGID = \).*$|\1 %{l_rgid}|' \
  --e 's|;\(MotdFile = \).*$|\1 %{l_prefix}/etc/ngircd/nircd.motd|' \
  +-e 's|;\(MotdFile = \).*$|\1 %{l_prefix}/etc/ngircd/ngircd.motd|' \
   ngircd.conf \
   $RPM_BUILD_ROOT%{l_prefix}/etc/ngircd/
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-04-11 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:   11-Apr-2005 20:05:21
  Branch: HEAD Handle: 2005041119052100

  Modified files:
openpkg-src/openssl openssl.spec

  Log:
upgrading package: openssl 0.9.7f - 0.9.7g

  Summary:
RevisionChanges Path
1.63+2  -2  openpkg-src/openssl/openssl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openssl/openssl.spec
  
  $ cvs diff -u -r1.62 -r1.63 openssl.spec
  --- openpkg-src/openssl/openssl.spec  24 Mar 2005 11:19:46 -  1.62
  +++ openpkg-src/openssl/openssl.spec  11 Apr 2005 18:05:21 -  1.63
  @@ -32,8 +32,8 @@
   Class:CORE
   Group:Cryptography
   License:  BSD-style
  -Version:  0.9.7f
  -Release:  20050322
  +Version:  0.9.7g
  +Release:  20050411
   
   #   package options
   %option   with_zlib no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-04-11 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:   11-Apr-2005 20:05:36
  Branch: HEAD Handle: 2005041119053600

  Modified files:
openpkg-src/dspam   dspam.spec

  Log:
upgrading package: dspam 3.4.2 - 3.4.3

  Summary:
RevisionChanges Path
1.25+3  -3  openpkg-src/dspam/dspam.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/dspam/dspam.spec
  
  $ cvs diff -u -r1.24 -r1.25 dspam.spec
  --- openpkg-src/dspam/dspam.spec  30 Mar 2005 07:58:51 -  1.24
  +++ openpkg-src/dspam/dspam.spec  11 Apr 2005 18:05:36 -  1.25
  @@ -26,8 +26,8 @@
   #   FIXME: rse: CGI support?
   
   #   package version
  -%define   V_dist 3.4.2
  -%define   V_opkg 3.4.2
  +%define   V_dist 3.4.3
  +%define   V_opkg 3.4.3
   
   #   package information
   Name: dspam
  @@ -40,7 +40,7 @@
   Group:Mail
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20050330
  +Release:  20050411
   
   #   list of sources
   Source0:  
http://www.nuclearelephant.com/projects/dspam/sources/dspam-%{V_dist}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-04-11 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:   11-Apr-2005 20:10:39
  Branch: HEAD Handle: 2005041119103900

  Modified files:
openpkg-src/gtk2gtk2.spec

  Log:
upgrading package: gtk2 2.6.5 - 2.6.6

  Summary:
RevisionChanges Path
1.47+2  -2  openpkg-src/gtk2/gtk2.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gtk2/gtk2.spec
  
  $ cvs diff -u -r1.46 -r1.47 gtk2.spec
  --- openpkg-src/gtk2/gtk2.spec10 Apr 2005 08:44:59 -  1.46
  +++ openpkg-src/gtk2/gtk2.spec11 Apr 2005 18:10:39 -  1.47
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_gtk 2.6.5
  +%define   V_gtk 2.6.6
   %define   V_gtk_major   2.6
   %define   V_glib_major  2.6
   %define   V_pango_major 1.8
  @@ -40,7 +40,7 @@
   Group:XWindow
   License:  GPL
   Version:  %{V_gtk}
  -Release:  20050410
  +Release:  20050411
   
   #   list of sources
   Source0:  ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/gtk+-%{V_gtk}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-04-11 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:   11-Apr-2005 20:31:00
  Branch: HEAD Handle: 200504111931

  Modified files:
openpkg-src/orbit2  orbit2.spec

  Log:
upgrading package: orbit2 2.12.1 - 2.12.2

  Summary:
RevisionChanges Path
1.38+2  -2  openpkg-src/orbit2/orbit2.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/orbit2/orbit2.spec
  
  $ cvs diff -u -r1.37 -r1.38 orbit2.spec
  --- openpkg-src/orbit2/orbit2.spec24 Mar 2005 11:19:47 -  1.37
  +++ openpkg-src/orbit2/orbit2.spec11 Apr 2005 18:31:00 -  1.38
  @@ -25,7 +25,7 @@
   #   package version
   %define   V_major   2
   %define   V_minor   12
  -%define   V_level   1
  +%define   V_level   2
   
   #   package information
   Name: orbit2
  @@ -38,7 +38,7 @@
   Group:System
   License:  GPL
   Version:  %{V_major}.%{V_minor}.%{V_level}
  -Release:  20050205
  +Release:  20050411
   
   #   list of sources
   Source0:  
ftp://ftp.gnome.org/pub/GNOME/sources/ORBit%{V_major}/%{V_major}.%{V_minor}/ORBit%{V_major}-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-04-11 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:   11-Apr-2005 21:54:41
  Branch: HEAD Handle: 2005041120544100

  Added files:
openpkg-src/ratbox  ratbox.patch ratbox.spec rc.ratbox

  Log:
new package: ratbox 2.0.8 (Internet Relay Chat (IRC) Server)

  Summary:
RevisionChanges Path
1.1 +24 -0  openpkg-src/ratbox/ratbox.patch
1.1 +215 -0 openpkg-src/ratbox/ratbox.spec
1.1 +71 -0  openpkg-src/ratbox/rc.ratbox
  

  patch -p0 '@@ .'
  Index: openpkg-src/ratbox/ratbox.patch
  
  $ cvs diff -u -r0 -r1.1 ratbox.patch
  --- /dev/null 2005-04-11 21:45:06 +0200
  +++ ratbox.patch  2005-04-11 21:54:41 +0200
  @@ -0,0 +1,24 @@
  +Index: ircd-ratbox-2.0.8/modules/Makefile.in
  +--- ircd-ratbox-2.0.8/modules/Makefile.in.orig   2005-01-14 18:25:51 
+0100
   ircd-ratbox-2.0.8/modules/Makefile.in2005-04-11 21:44:28 +0200
  +@@ -182,7 +182,7 @@
  + ${CC} ${CPPFLAGS} ${CFLAGS} -DMODNAME=`basename $ .c`_mheader -c $ -o 
$@
  + 
  + .c.so:
  +-${CC} ${PICFLAGS} ${CPPFLAGS} ${CFLAGS} $ -o $@
  ++${CC} ${PICFLAGS} ${CPPFLAGS} ${CFLAGS} $ -o $@ ${IRCDLIBS}
  + 
  + .so.sl:
  + $(LD) -b $ -o $@
  +Index: ratbox-services-1.0beta1/src/Makefile.in
  +--- ratbox-services-1.0beta1/src/Makefile.in.orig2005-01-04 20:58:50 
+0100
   ratbox-services-1.0beta1/src/Makefile.in 2005-04-11 21:41:39 +0200
  +@@ -12,7 +12,7 @@
  + INCLUDES=-I ../include/ @SQLITE_INCLUDES@
  + [EMAIL PROTECTED]@
  + [EMAIL PROTECTED]@
  +-CFLAGS=-g -O0 -Wall -Werror -Wunused -Wshadow -Wmissing-declarations 
-Wwrite-strings -DPREFIX=\$(PREFIX)\
  [EMAIL PROTECTED]@ @CFLAGS@ -g -O0 -Wall -Werror -Wunused -Wshadow 
-Wmissing-declarations -Wwrite-strings -DPREFIX=\$(PREFIX)\
  + MAKE = make
  + 
  + # Anything marked with the .PHONY attribute is always considered out of 
date
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/ratbox/ratbox.spec
  
  $ cvs diff -u -r0 -r1.1 ratbox.spec
  --- /dev/null 2005-04-11 21:45:06 +0200
  +++ ratbox.spec   2005-04-11 21:54:41 +0200
  @@ -0,0 +1,215 @@
  +##
  +##  ratbox.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2005 OpenPKG Foundation e.V. http://openpkg.net/
  +##  Copyright (c) 2000-2005 Ralf S. Engelschall http://engelschall.com/
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +##  SUCH DAMAGE.
  +##
  +
  +#   package version
  +%define   V_server   2.0.8
  +%define   V_services 1.0beta1
  +
  +#   package information
  +Name: ratbox
  +Summary:  Internet Relay Chat (IRC) Server
  +URL:  http://www.ircd-ratbox.org/
  +Vendor:   A. Sethman, L. Hardy, E. Brocklesby et al.
  +Packager: OpenPKG
  +Distribution: OpenPKG
  +Class:EVAL
  +Group:Network
  +License:  GPL
  +Version:  %{V_server}
  +Release:  20050411
  +
  +#   list of sources
  +Source0:  
ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/ircd-ratbox-%{V_server}.tgz
  +Source1:  
ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/ratbox-services/ratbox-services-%{V_services}.tgz
  +Source2:  rc.ratbox
  +Patch0:   
ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/ircd-ratbox-%{V_server}+unxr.diff
  +Patch1:   ratbox.patch
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg = 20040130, bison, flex
  +PreReq:   OpenPKG, openpkg = 20040130
  +BuildPreReq:  openssl, zlib, sqlite
  +PreReq

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

2005-04-11 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:   12-Apr-2005 07:50:14
  Branch: HEAD Handle: 2005041206501300

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 6.3.68 - 6.3.71

  Summary:
RevisionChanges Path
1.376   +5  -2  openpkg-src/vim/vim.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.375 -r1.376 vim.spec
  --- openpkg-src/vim/vim.spec  25 Mar 2005 16:40:20 -  1.375
  +++ openpkg-src/vim/vim.spec  12 Apr 2005 05:50:13 -  1.376
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_vl  6.3
   %define   V_vs  63
  -%define   V_pl  68
  +%define   V_pl  71
   
   #   package information
   Name: vim
  @@ -38,7 +38,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20050325
  +Release:  20050412
   
   #   package options
   %option   with_x11no
  @@ -124,6 +124,9 @@
   Patch66:  ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.066
   Patch67:  ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.067
   Patch68:  ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.068
  +Patch69:  ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.069
  +Patch70:  ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.070
  +Patch71:  ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.071
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org