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: 09-Oct-2003 13:25:36
Branch: HEAD Handle: 2003100912253402
Modified files:
openpkg-re/vcheck vc.vile
openpkg-src/vile vile.spec
openpkg-web news.txt
Log:
start tracking patches and apply first one
Summary:
Revision Changes Path
1.2 +5 -0 openpkg-re/vcheck/vc.vile
1.2 +11 -4 openpkg-src/vile/vile.spec
1.6937 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.vile
============================================================================
$ cvs diff -u -r1.1 -r1.2 vc.vile
--- openpkg-re/vcheck/vc.vile 29 Sep 2003 19:09:18 -0000 1.1
+++ openpkg-re/vcheck/vc.vile 9 Oct 2003 11:25:34 -0000 1.2
@@ -6,4 +6,9 @@
url = ftp://invisible-island.net/vile/
regex = vile-(__VER__)\.tgz
}
+prog vile:patches = {
+ version = 9.4a
+ url = ftp://invisible-island.net/vile/patches/
+ regex = vile-(__VER__)\.patch\.gz
+}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/vile/vile.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 vile.spec
--- openpkg-src/vile/vile.spec 29 Sep 2003 19:09:21 -0000 1.1
+++ openpkg-src/vile/vile.spec 9 Oct 2003 11:25:36 -0000 1.2
@@ -23,6 +23,11 @@
## SUCH DAMAGE.
##
+# package version
+%define V_base 9.4
+%define V_patch1 a
+%define V_patchL %{V_patch1}
+
# package information
Name: vile
Summary: Vi like Emacs
@@ -32,14 +37,15 @@
Distribution: OpenPKG [EVAL]
Group: Editor
License: BeerWare
-Version: 9.4
-Release: 20030929
+Version: %{V_base}%{V_patchL}
+Release: 20031009
# package options
%option with_x11 no
# list of sources
-Source0: ftp://invisible-island.net/vile/vile-%{version}.tgz
+Source0: ftp://invisible-island.net/vile/vile-%{V_base}.tgz
+Patch1:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch1}.patch.gz
# build information
Prefix: %{l_prefix}
@@ -59,7 +65,8 @@
Window System support.
%prep
- %setup -q
+ %setup -q -n vile-%{V_base}
+ %patch -p1 -P 1
%build
%if "%{with_x11}" == "yes"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6936 -r1.6937 news.txt
--- openpkg-web/news.txt 9 Oct 2003 10:56:05 -0000 1.6936
+++ openpkg-web/news.txt 9 Oct 2003 11:25:34 -0000 1.6937
@@ -1,3 +1,4 @@
+09-Oct-2003: Upgraded package: P<vile-9.4a-20031009>
09-Oct-2003: Upgraded package: P<gcc34-3.4s20031008-20031009>
09-Oct-2003: Upgraded package: P<spread-3.17.1-20031009>
09-Oct-2003: Upgraded package: P<libgdome-0.8.1-20031009>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]