OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 01-Oct-2002 20:59:35
Branch: HEAD Handle: 2002100119593301
Modified files:
openpkg-re/vcheck vc.vim
openpkg-src/vim vim.spec
openpkg-web news.txt
Log:
upgrading package: vim 6.1.200 -> 6.1.206
Summary:
Revision Changes Path
1.65 +1 -1 openpkg-re/vcheck/vc.vim
1.110 +14 -9 openpkg-src/vim/vim.spec
1.1667 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.vim
============================================================
$ cvs diff -u -r1.64 -r1.65 vc.vim
--- openpkg-re/vcheck/vc.vim 28 Sep 2002 18:40:13 -0000 1.64
+++ openpkg-re/vcheck/vc.vim 1 Oct 2002 18:59:33 -0000 1.65
@@ -2,7 +2,7 @@
}
prog vim:patchlevel = {
- version = 6.1.200
+ version = 6.1.206
url = ftp://ftp.vim.org/pub/vim/patches/
regex = (\d+\.\d+\.\d+)
}
Index: openpkg-src/vim/vim.spec
============================================================
$ cvs diff -u -r1.109 -r1.110 vim.spec
--- openpkg-src/vim/vim.spec 28 Sep 2002 18:40:14 -0000 1.109
+++ openpkg-src/vim/vim.spec 1 Oct 2002 18:59:34 -0000 1.110
@@ -26,7 +26,7 @@
# package versions
%define V_vl 6.1
%define V_vs 61
-%define V_pl 200
+%define V_pl 206
# package options
%ifndef with_x11
@@ -43,7 +43,7 @@
Group: Editor
License: Charityware
Version: %{V_vl}.%{V_pl}
-Release: 20020928
+Release: 20021001
# list of sources
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}-src1.tar.gz
@@ -53,7 +53,12 @@
Source6: rc.vim
Patch1: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.1-100.gz
Patch2: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.101-200.gz
-#Patch201: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.201
+Patch201: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.201
+Patch202: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.202
+Patch203: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.203
+Patch204: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.204
+Patch205: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.205
+Patch206: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.206
# build information
Prefix: %{l_prefix}
@@ -87,12 +92,12 @@
%{l_patch} -p0 -E -t -s >/dev/null 2>&1 || true
%{l_gzip} -d -c $RPM_SOURCE_DIR/%{V_vl}.101-200.gz |\
%{l_patch} -p0 -E -t -s >/dev/null 2>&1 || true
- #i=201
- #while [ $i -le %{V_pl} ]; do
- # cat $RPM_SOURCE_DIR/%{V_vl}.`echo $i | awk '{ printf("%03d", $0); }'` |\
- # %{l_patch} -p0 -E -t -s >/dev/null 2>&1 || true
- # i=`expr $i + 1`
- #done
+ i=201
+ while [ $i -le %{V_pl} ]; do
+ cat $RPM_SOURCE_DIR/%{V_vl}.`echo $i | awk '{ printf("%03d", $0); }'` |\
+ %{l_patch} -p0 -E -t -s >/dev/null 2>&1 || true
+ i=`expr $i + 1`
+ done
%build
( cd vim%{V_vs}/src
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1666 -r1.1667 news.txt
--- openpkg-web/news.txt 1 Oct 2002 18:49:00 -0000 1.1666
+++ openpkg-web/news.txt 1 Oct 2002 18:59:34 -0000 1.1667
@@ -1,3 +1,4 @@
+01-Oct-2002: Upgraded package: P<vim-6.1.206-20021001>
01-Oct-2002: Upgraded package: P<perl-util-20021001-20021001>
01-Oct-2002: Upgraded package: P<logsurfer-1.5b-20021001>
01-Oct-2002: Upgraded package: P<curl-7.10-20021001>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]