]> git.pld-linux.org Git - packages/vim.git/commitdiff
- up to 8.0.1348 auto/th/vim-8.0.1348-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 26 Nov 2017 21:31:14 +0000 (22:31 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 26 Nov 2017 21:31:14 +0000 (22:31 +0100)
vim-ft-lib-udevrules.patch
vim.spec

index b27ade44555ed7f3faa2c1333cd8236c60c5fe91..5cec7f56ae0988f831fd69049f7777d898cab016 100644 (file)
@@ -1,5 +1,5 @@
---- vim72/runtime/filetype.vim~        2010-03-16 20:11:19.304293041 +0200
-+++ vim72/runtime/filetype.vim 2010-03-16 20:03:33.541017783 +0200
+--- vim72/runtime/autoload/dist/ft.vim~        2010-03-16 20:11:19.304293041 +0200
++++ vim72/runtime/autoload/dist/ft.vim 2010-03-16 20:03:33.541017783 +0200
 @@ -1830,6 +1830,10 @@
      setf udevrules
      return
index 146a40e2cfda30cebe4f3b505f733a638de5c11c..eb20dda9dbaea948fc045e95d99789213da6958f 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -29,7 +29,7 @@
 # wget ftp://ftp.vim.org/pub/editors/vim/patches/8.0/MD5SUMS -O - | tail -n1 | awk '{print $2}'
 # VCS Commits: https://github.com/vim/vim/commits/master
 
-%define                ver             8.0.1241
+%define                ver             8.0.1348
 %define                rel             1
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
@@ -50,7 +50,7 @@ License:      Charityware
 Group:         Applications/Editors/Vim
 #Source0:      ftp://ftp.vim.org/pub/vim/unix/%{name}-%{ver}.tar.bz2
 Source0:       https://github.com/vim/vim/archive/v%{ver}.tar.gz
-# Source0-md5: 20bb248e75d7743001e111f2f5aa451f
+# Source0-md5: 83775328978b2f7818001ca0dafd632c
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: bc4d1e115ca506ad7751b9bd2b773a7f
 Source2:       http://skawina.eu.org/mikolaj/usr_doc_pl.zip
@@ -1271,6 +1271,8 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/vim/autoload
 %{_datadir}/vim/autoload/*complete.vim
 %doc %{_datadir}/vim/autoload/README.txt
+%dir %{_datadir}/vim/autoload/dist
+%{_datadir}/vim/autoload/dist/ft.vim
 
 %dir %{_datadir}/vim/ftdetect
 
This page took 0.167668 seconds and 4 git commands to generate.