فهرست منبع

upgrade to vim 6.1.15

Ralf S. Engelschall 24 سال پیش
والد
کامیت
6d6242d028
1فایلهای تغییر یافته به همراه7 افزوده شده و 3 حذف شده
  1. 7 3
      vim/vim.spec

+ 7 - 3
vim/vim.spec

@@ -25,7 +25,7 @@
 
 %define       V_vl  6.1
 %define       V_vs  61
-%define       V_pl  11
+%define       V_pl  15
 
 #   package information
 Name:         vim
@@ -37,7 +37,7 @@ Distribution: OpenPKG [REL]
 Group:        Editor
 License:      Charityware
 Version:      %{V_vl}.%{V_pl}
-Release:      20020409
+Release:      20020410
 
 #   list of sources
 Source0:      ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}-src1.tar.gz
@@ -56,6 +56,10 @@ Patch8:       ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.008
 Patch9:       ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.009
 Patch10:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.010
 Patch11:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.011
+Patch12:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.012
+Patch13:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.013
+Patch14:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.014
+Patch15:      ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.015
 
 #   build information
 Prefix:       %{l_prefix}
@@ -79,7 +83,7 @@ AutoReqProv:  no
     %setup2 -q -T -D -a 2
     %setup3 -q -T -D -a 3
     i=0
-    while [ $i -le 11 ]; do
+    while [ $i -le %{V_pl} ]; do
         cat $RPM_SOURCE_DIR/%{V_vl}.`echo $i | awk '{ printf("%03d", $0); }'` |\
         %{l_prefix}/bin/patch -p0 -E -t -s >/dev/null 2>&1 || true
         i=`expr $i + 1`