Browse Source

modifying package: vile-9.4h 20040621 -> 20040809

Thorsten Hohmeier 21 years ago
parent
commit
3b73cd7bf3
1 changed files with 4 additions and 2 deletions
  1. 4 2
      vile/vile.spec

+ 4 - 2
vile/vile.spec

@@ -33,6 +33,7 @@
 %define       V_patch6 f
 %define       V_patch7 g
 %define       V_patch8 h
+%define       V_patch9 i
 %define       V_patchL %{V_patch8}
 
 #   package information
@@ -46,7 +47,7 @@ Class:        EVAL
 Group:        Editor
 License:      BeerWare
 Version:      %{V_base}%{V_patchL}
-Release:      20040621
+Release:      20040809
 
 #   package options
 %option       with_x11   no
@@ -61,6 +62,7 @@ Patch5:       ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch5}.
 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
 
 #   build information
 Prefix:       %{l_prefix}
@@ -93,7 +95,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n vile-%{V_base}
-    %patch -p1 -P 1 2 3 4 5 6 7 8
+    %patch -p1 -P 1 2 3 4 5 6 7 8 9
 
 %build
 %if "%{with_x11}" == "yes"