浏览代码

upgrading package: vile 9.4b -> 9.4c

Ralf S. Engelschall 22 年之前
父节点
当前提交
c63aefacd5
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      vile/vile.spec

+ 5 - 2
vile/vile.spec

@@ -27,7 +27,8 @@
 %define       V_base   9.4
 %define       V_patch1 a
 %define       V_patch2 b
-%define       V_patchL %{V_patch2}
+%define       V_patch3 c
+%define       V_patchL %{V_patch3}
 
 #   package information
 Name:         vile
@@ -39,7 +40,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Editor
 License:      BeerWare
 Version:      %{V_base}%{V_patchL}
-Release:      20031103
+Release:      20031106
 
 #   package options
 %option       with_x11   no
@@ -48,6 +49,7 @@ Release:      20031103
 Source0:      ftp://invisible-island.net/vile/vile-%{V_base}.tgz
 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
 
 #   build information
 Prefix:       %{l_prefix}
@@ -70,6 +72,7 @@ AutoReqProv:  no
     %setup -q -n vile-%{V_base}
     %patch -p1 -P 1
     %patch -p1 -P 2
+    %patch -p1 -P 3
 
 %build
 %if "%{with_x11}" == "yes"