OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 03-Nov-2003 09:43:54
Branch: HEAD Handle: 2003110308435202
Modified files:
openpkg-re/vcheck vc.vile
openpkg-src/vile vile.spec
openpkg-web news.txt
Log:
upgrading package: vile 9.4a -> 9.4b
Summary:
Revision Changes Path
1.3 +1 -1 openpkg-re/vcheck/vc.vile
1.3 +5 -2 openpkg-src/vile/vile.spec
1.7273 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.vile
============================================================================
$ cvs diff -u -r1.2 -r1.3 vc.vile
--- openpkg-re/vcheck/vc.vile 9 Oct 2003 11:25:34 -0000 1.2
+++ openpkg-re/vcheck/vc.vile 3 Nov 2003 08:43:52 -0000 1.3
@@ -7,7 +7,7 @@
regex = vile-(__VER__)\.tgz
}
prog vile:patches = {
- version = 9.4a
+ version = 9.4b
url = ftp://invisible-island.net/vile/patches/
regex = vile-(__VER__)\.patch\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/vile/vile.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 vile.spec
--- openpkg-src/vile/vile.spec 9 Oct 2003 11:25:36 -0000 1.2
+++ openpkg-src/vile/vile.spec 3 Nov 2003 08:43:54 -0000 1.3
@@ -26,7 +26,8 @@
# package version
%define V_base 9.4
%define V_patch1 a
-%define V_patchL %{V_patch1}
+%define V_patch2 b
+%define V_patchL %{V_patch2}
# package information
Name: vile
@@ -38,7 +39,7 @@
Group: Editor
License: BeerWare
Version: %{V_base}%{V_patchL}
-Release: 20031009
+Release: 20031103
# package options
%option with_x11 no
@@ -46,6 +47,7 @@
# list of sources
Source0: ftp://invisible-island.net/vile/vile-%{V_base}.tgz
Patch1:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch1}.patch.gz
+Patch2:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch2}.patch.gz
# build information
Prefix: %{l_prefix}
@@ -67,6 +69,7 @@
%prep
%setup -q -n vile-%{V_base}
%patch -p1 -P 1
+ %patch -p1 -P 2
%build
%if "%{with_x11}" == "yes"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7272 -r1.7273 news.txt
--- openpkg-web/news.txt 3 Nov 2003 08:42:13 -0000 1.7272
+++ openpkg-web/news.txt 3 Nov 2003 08:43:52 -0000 1.7273
@@ -1,3 +1,4 @@
+03-Nov-2003: Upgraded package: P<vile-9.4b-20031103>
03-Nov-2003: Upgraded package: P<pgautodoc-1.20-20031103>
02-Nov-2003: New package: P<newsyslog-1.1-20031102>
02-Nov-2003: Upgraded package: P<vim-6.2.144-20031102>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]