OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 14-Jul-2002 21:52:55
Branch: HEAD Handle: 2002071420525302
Modified files:
openpkg-re/vcheck vc.vim
openpkg-src/vim vim.spec
openpkg-web news.txt
Log:
upgrade to 6.1.128 and remove of deps to gzip+patch
Summary:
Revision Changes Path
1.42 +1 -1 openpkg-re/vcheck/vc.vim
1.84 +6 -5 openpkg-src/vim/vim.spec
1.938 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.vim
============================================================
$ cvs diff -u -r1.41 -r1.42 vc.vim
--- openpkg-re/vcheck/vc.vim 13 Jul 2002 20:47:31 -0000 1.41
+++ openpkg-re/vcheck/vc.vim 14 Jul 2002 19:52:53 -0000 1.42
@@ -2,7 +2,7 @@
}
prog vim:patchlevel = {
- version = 6.1.127
+ version = 6.1.128
url = ftp://ftp.vim.org/pub/vim/patches/
regex = (\d+\.\d+\.\d+)
}
Index: openpkg-src/vim/vim.spec
============================================================
$ cvs diff -u -r1.83 -r1.84 vim.spec
--- openpkg-src/vim/vim.spec 13 Jul 2002 20:47:33 -0000 1.83
+++ openpkg-src/vim/vim.spec 14 Jul 2002 19:52:55 -0000 1.84
@@ -26,7 +26,7 @@
# package versions
%define V_vl 6.1
%define V_vs 61
-%define V_pl 127
+%define V_pl 128
# package options
%ifndef with_x11
@@ -43,7 +43,7 @@
Group: Editor
License: Charityware
Version: %{V_vl}.%{V_pl}
-Release: 20020713
+Release: 20020714
# list of sources
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}-src1.tar.gz
@@ -178,12 +178,13 @@
Patch125: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.125
Patch126: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.126
Patch127: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.127
+Patch128: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.128
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gzip, patch
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20020714
+PreReq: OpenPKG, openpkg >= 20020714
%if "%{with_x11}" == "yes"
BuildPreReq: X11, gtk
PreReq: X11, gtk
@@ -207,7 +208,7 @@
i=1
while [ $i -le %{V_pl} ]; do
cat $RPM_SOURCE_DIR/%{V_vl}.`echo $i | awk '{ printf("%03d", $0); }'` |\
- %{l_prefix}/bin/patch -p0 -E -t -s >/dev/null 2>&1 || true
+ %{l_patch} -p0 -E -t -s >/dev/null 2>&1 || true
i=`expr $i + 1`
done
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.937 -r1.938 news.txt
--- openpkg-web/news.txt 14 Jul 2002 12:50:42 -0000 1.937
+++ openpkg-web/news.txt 14 Jul 2002 19:52:54 -0000 1.938
@@ -1,3 +1,4 @@
+14-Jul-2002: Upgraded package: P<vim-6.1.128-20020714>
14-Jul-2002: Upgraded package: P<ncurses-5.2.20020706-20020714>
14-Jul-2002: Upgraded package: P<mozilla-1.0-20020714>
13-Jul-2002: Upgraded package: P<vim-6.1.127-20020713>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]