浏览代码

upgrading package: vim 7.0.0 -> 7.0.1

Ralf S. Engelschall 19 年之前
父节点
当前提交
088573c55d
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      vim/vim.spec

+ 4 - 3
vim/vim.spec

@@ -25,7 +25,7 @@
 #   package versions
 #   package versions
 %define       V_vl  7.0
 %define       V_vl  7.0
 %define       V_vs  70
 %define       V_vs  70
-%define       V_pl  0
+%define       V_pl  1
 %define       V_spl 20060509
 %define       V_spl 20060509
 
 
 #   package information
 #   package information
@@ -39,7 +39,7 @@ Class:        CORE
 Group:        Editor
 Group:        Editor
 License:      Charityware
 License:      Charityware
 Version:      %{V_vl}.%{V_pl}
 Version:      %{V_vl}.%{V_pl}
-Release:      20060509
+Release:      20060510
 
 
 #   package options
 #   package options
 %option       with_x11        no
 %option       with_x11        no
@@ -54,6 +54,7 @@ Release:      20060509
 Source0:      ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}.tar.bz2
 Source0:      ftp://ftp.vim.org/pub/vim/unix/vim-%{V_vl}.tar.bz2
 Source2:      rc.vim
 Source2:      rc.vim
 Patch0:       vim.patch
 Patch0:       vim.patch
+Patch1:       ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.001
 
 
 #   build information
 #   build information
 Prefix:       %{l_prefix}
 Prefix:       %{l_prefix}
@@ -99,7 +100,7 @@ AutoReqProv:  no
         regex     = vim-(\d+.\d+)\.tar\.gz
         regex     = vim-(\d+.\d+)\.tar\.gz
     }
     }
     prog vim:patchlevel = {
     prog vim:patchlevel = {
-        version   = %{V_vl}.0%{V_pl}
+        version   = %{V_vl}.00%{V_pl}
         url       = ftp://ftp.de.vim.org/patches/%{V_vl}/
         url       = ftp://ftp.de.vim.org/patches/%{V_vl}/
         regex     = (\d+\.\d+\.\d+)
         regex     = (\d+\.\d+\.\d+)
     }
     }