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: 26-Jul-2005 08:25:36
Branch: HEAD Handle: 2005072607253600
Modified files:
openpkg-src/vile vile.spec
Log:
upgrade to new major version and intentionally keep patching stuff in
place as I know that the first patch comes out again next week anyway
Summary:
Revision Changes Path
1.35 +8 -57 openpkg-src/vile/vile.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/vile/vile.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 vile.spec
--- openpkg-src/vile/vile.spec 27 Jun 2005 18:16:35 -0000 1.34
+++ openpkg-src/vile/vile.spec 26 Jul 2005 06:25:36 -0000 1.35
@@ -23,34 +23,9 @@
##
# package version
-%define V_base 9.4
-%define V_patch1 a
-%define V_patch2 b
-%define V_patch3 c
-%define V_patch4 d
-%define V_patch5 e
-%define V_patch6 f
-%define V_patch7 g
-%define V_patch8 h
-%define V_patch9 i
-%define V_patch10 j
-%define V_patch11 k
-%define V_patch12 l
-%define V_patch13 m
-%define V_patch14 n
-%define V_patch15 o
-%define V_patch16 p
-%define V_patch17 q
-%define V_patch18 r
-%define V_patch19 s
-%define V_patch20 t
-%define V_patch21 u
-%define V_patch22 v
-%define V_patch23 w
-%define V_patch24 x
-%define V_patch25 y
-%define V_patch26 z
-%define V_patchL %{V_patch26}
+%define V_base 9.5
+%define V_patch1 %nil
+%define V_patchL %{V_patch1}
# package information
Name: vile
@@ -63,7 +38,7 @@
Group: Editor
License: BeerWare
Version: %{V_base}%{V_patchL}
-Release: 20050627
+Release: 20050726
# package options
%option with_x11 no
@@ -71,32 +46,7 @@
# list of sources
Source0: ftp://invisible-island.net/vile/vile-%{V_base}.tgz
Patch0: vile.patch
-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
-Patch3:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch3}.patch.gz
-Patch4:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch4}.patch.gz
-Patch5:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch5}.patch.gz
-Patch6:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch6}.patch.gz
-Patch7:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch7}.patch.gz
-Patch8:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch8}.patch.gz
-Patch9:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch9}.patch.gz
-Patch10:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch10}.patch.gz
-Patch11:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch11}.patch.gz
-Patch12:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch12}.patch.gz
-Patch13:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch13}.patch.gz
-Patch14:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch14}.patch.gz
-Patch15:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch15}.patch.gz
-Patch16:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch16}.patch.gz
-Patch17:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch17}.patch.gz
-Patch18:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch18}.patch.gz
-Patch19:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch19}.patch.gz
-Patch20:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch20}.patch.gz
-Patch21:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch21}.patch.gz
-Patch22:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch22}.patch.gz
-Patch23:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch23}.patch.gz
-Patch24:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch24}.patch.gz
-Patch25:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch25}.patch.gz
-Patch26:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch26}.patch.gz
+# Patch1:
ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch1}.patch.gz
# build information
Prefix: %{l_prefix}
@@ -129,8 +79,9 @@
%prep
%setup -q -n vile-%{V_base}
- %patch -p1 -P 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
23 24 25 26
- %patch -p0 -P 0
+ # %patch -p1 -P 1
+ # %patch -p0 -P 0
+ %patch -p0
chmod u+w filters/sql-filt.l*
%{l_shtool} subst \
-e 's;= LEAD;= 0;' \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]