diff --git a/vile/vile.patch b/vile/vile.patch index 482335740c..43676ab3d6 100644 --- a/vile/vile.patch +++ b/vile/vile.patch @@ -150,22 +150,6 @@ Index: filters/sccsfilt.l - %{ - /* -Index: filters/sh-filt.l ---- filters/sh-filt.l.orig 2016-12-18 10:42:54.415421000 +0100 -+++ filters/sh-filt.l 2016-12-18 10:43:28.586375000 +0100 -@@ -1,12 +1,6 @@ - %pointer - %x NORMAL HEREDOC HEREDOC2 DQUOTED SQUOTED EXPRS BRACES BRACES2 BRACES3 KSH_CQUOTE KSH_MATH - --%e 1500 --%p 3400 --%o 10000 --%a 5000 --%k 2000 -- - %{ - /* Index: filters/sql-filt.l --- filters/sql-filt.l.orig 2016-12-18 10:42:54.135357000 +0100 diff --git a/vile/vile.spec b/vile/vile.spec index a60a1ddc69..77e22c3e12 100644 --- a/vile/vile.spec +++ b/vile/vile.spec @@ -44,7 +44,8 @@ %define V_patch19 s %define V_patch20 t %define V_patch21 u -%define V_patchL %{V_patch21} +%define V_patch22 v +%define V_patchL %{V_patch22} # package information Name: vile @@ -57,7 +58,7 @@ Class: PLUS Group: Editor License: GPL Version: %{V_base}%{V_patchL} -Release: 20200523 +Release: 20211213 # list of sources Source0: ftp://ftp.invisible-island.net/vile/vile-%{V_base}.tgz @@ -83,6 +84,7 @@ Patch18: ftp://ftp.invisible-island.net/vile/patches/vile-%{V_base}%{V_patc Patch19: ftp://ftp.invisible-island.net/vile/patches/vile-%{V_base}%{V_patch19}.patch.gz Patch20: ftp://ftp.invisible-island.net/vile/patches/vile-%{V_base}%{V_patch20}.patch.gz Patch21: ftp://ftp.invisible-island.net/vile/patches/vile-%{V_base}%{V_patch21}.patch.gz +Patch22: ftp://ftp.invisible-island.net/vile/patches/vile-%{V_base}%{V_patch22}.patch.gz # build information BuildPreReq: OpenPKG, openpkg >= 20160101, flex @@ -134,6 +136,7 @@ PreReq: ncurses %patch -p1 -P 19 %patch -p1 -P 20 %patch -p1 -P 21 + %patch -p1 -P 22 find . -name "*.orig" -print | xargs rm -f %patch -p0 -P 0 chmod u+w filters/sql-filt.l*