Browse Source

upgrade to Vim 6.0.80

master
parent
commit
8f9efea070
  1. 34
      vim/vim.spec

34
vim/vim.spec

@ -24,7 +24,7 @@
%define V_vl 6.0
%define V_vs 60
%define V_pl 63
%define V_pl 80
# package information
Name: vim
@ -108,6 +108,22 @@ Patch60: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.061
Patch61: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.062
Patch62: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.063
Patch63: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.064
Patch64: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.065
Patch65: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.066
Patch66: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.067
Patch67: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.068
Patch68: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.069
Patch69: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.070
Patch70: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.071
Patch71: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.072
Patch72: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.073
Patch73: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.074
Patch74: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.075
Patch75: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.076
Patch76: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.077
Patch77: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.078
Patch78: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.079
Patch79: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.080
# build information
Prefix: %{l_prefix}
@ -195,6 +211,22 @@ AutoReqProv: no
%patch61 -p0
%patch62 -p0
#%patch63 -p0
%patch64 -p0
%patch65 -p0
%patch66 -p0
%patch67 -p0
%patch68 -p0
#%patch69 -p0
%patch70 -p0
%patch71 -p0
#%patch72 -p0
%patch73 -p0
%patch74 -p0
%patch75 -p0
%patch76 -p0
%patch77 -p0
%patch78 -p0
%patch79 -p0
%build
( cd vim%{V_vs}/src

Loading…
Cancel
Save