Explorar el Código

upgrading package: vile 9.6d -> 9.6e

Ralf S. Engelschall hace 18 años
padre
commit
1681e0144c
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. 5 3
      vile/vile.spec

+ 5 - 3
vile/vile.spec

@@ -27,7 +27,8 @@
 %define       V_patch2  b
 %define       V_patch3  c
 %define       V_patch4  d
-%define       V_patchL  %{V_patch4}
+%define       V_patch5  e
+%define       V_patchL  %{V_patch5}
 
 #   package information
 Name:         vile
@@ -40,7 +41,7 @@ Class:        PLUS
 Group:        Editor
 License:      GPL
 Version:      %{V_base}%{V_patchL}
-Release:      20080125
+Release:      20080208
 
 #   package options
 %option       with_x11   no
@@ -52,6 +53,7 @@ Patch1:       ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch1}.
 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
 
 #   build information
 Prefix:       %{l_prefix}
@@ -86,7 +88,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n vile-%{V_base}
-    %patch -p1 -P 1 2 3 4
+    %patch -p1 -P 1 2 3 4 5
     %patch -p0 -P 0
     exit 0
     chmod u+w filters/sql-filt.l*