|
|
@@ -43,7 +43,8 @@
|
|
|
%define V_patch17 q
|
|
|
%define V_patch18 r
|
|
|
%define V_patch19 s
|
|
|
-%define V_patchL %{V_patch19}
|
|
|
+%define V_patch20 t
|
|
|
+%define V_patchL %{V_patch20}
|
|
|
|
|
|
# package information
|
|
|
Name: vile
|
|
|
@@ -56,7 +57,7 @@ Class: PLUS
|
|
|
Group: Editor
|
|
|
License: GPL
|
|
|
Version: %{V_base}%{V_patchL}
|
|
|
-Release: 20071126
|
|
|
+Release: 20071203
|
|
|
|
|
|
# package options
|
|
|
%option with_x11 no
|
|
|
@@ -83,6 +84,7 @@ Patch16: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch16}
|
|
|
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
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -117,7 +119,7 @@ AutoReqProv: no
|
|
|
|
|
|
%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
|
|
|
+ %patch -p1 -P 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
|
|
%patch -p0 -P 0
|
|
|
chmod u+w filters/sql-filt.l*
|
|
|
%{l_shtool} subst \
|