]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim.spec
updated to 7.4.253
[packages/vim.git] / vim.spec
index f7ed87e253f72d94f1214c17a8ac9260b4559555..103b88aed408948d3fffdb72e9e84ec20b4b6746 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -28,7 +28,7 @@
 # VCS Commits: https://code.google.com/p/vim/source/browse/
 
 %define                ver             7.4
-%define                patchlevel      205
+%define                patchlevel      253
 %define                rel             1
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
@@ -52,6 +52,8 @@ Source1:      http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
 # Source1-md5: bc4d1e115ca506ad7751b9bd2b773a7f
 Source2:       http://skawina.eu.org/mikolaj/usr_doc_pl.zip
 # Source2-md5: ff96284b1c913d55cf0877839b34d490
+Source3:       https://vim.googlecode.com/hg-history/v7-4-207/.hgignore
+# Source3-md5: 11760a30af26645127530e3c1bfc3405
 Source10:      g%{name}-athena.desktop
 Source11:      g%{name}-motif.desktop
 Source12:      g%{name}-gtk.desktop
@@ -427,7 +429,6 @@ Summary(zh_CN.UTF-8):       任何版本的 VIM 编辑器所需的公用文件。
 Group:         Applications/Editors/Vim
 Requires:      rpm-whiteout >= 1.3
 Requires:      vim-plugin-securemodelines
-Provides:      vim-syntax-gitcommit
 Obsoletes:     gvim-bonobo
 Obsoletes:     vim-common
 Obsoletes:     vim-syntax-gitcommit
@@ -738,6 +739,9 @@ jak również GUI GTK+2.
 %prep
 %setup -q -n %{name}74
 
+# make patch 7.4.208 able to apply
+cp -p %{SOURCE3} .
+
 # official patches
 %patchset_patch 1 %{patchlevel}
 
This page took 0.036401 seconds and 4 git commands to generate.