]> git.pld-linux.org Git - packages/vim.git/commitdiff
- updated to 9.1.0001 auto/th/vim-9.1.0001-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 3 Jan 2024 19:45:13 +0000 (20:45 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Wed, 3 Jan 2024 19:45:13 +0000 (20:45 +0100)
vim-pam.patch
vim.spec

index 4077b66dfbfb010b3f9b2eb39fefb923d2e1590b..02ccaa73097caba76822ee71307ced7b5a6dcb62 100644 (file)
@@ -1,9 +1,7 @@
---- vim74/runtime/filetype.vim~        2013-09-06 00:12:00.000000000 +0300
-+++ vim74/runtime/filetype.vim 2013-09-06 00:12:35.086158130 +0300
 --- vim-8.2.1524/runtime/filetype.vim~ 2020-08-26 09:16:25.000000000 +0200
 +++ vim-8.2.1524/runtime/filetype.vim  2020-08-26 09:17:06.450765953 +0200
 @@ -1153,7 +1153,7 @@ au BufNewFile,BufRead *.hook
-       \ endif
+ au BufNewFile,BufRead pacman.log                      setf pacmanlog
  
  " Pam conf
 -au BufNewFile,BufRead */etc/pam.conf                  setf pamconf
index 278defd706fbeba34a54aabdb019588b68f86c04..a551ae551b78dd32d51f4602a14f16b2316aaa9a 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -31,8 +31,8 @@
 # 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             9.0.1968
-%define                rel             2
+%define                ver             9.1.0001
+%define                rel             1
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
 Summary(es.UTF-8):     Editor visual incrementado
@@ -52,7 +52,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: 66147348ba84ea9c78b9d6595015f5a6
+# Source0-md5: edb7652906cd7485b630f196e027cafd
 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
@@ -1306,8 +1306,11 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_datadir}/vim/autoload/README.txt
 %dir %{_datadir}/vim/autoload/dist
 %{_datadir}/vim/autoload/dist/ft.vim
+%{_datadir}/vim/autoload/dist/json.vim
 %{_datadir}/vim/autoload/dist/man.vim
 %{_datadir}/vim/autoload/dist/script.vim
+%{_datadir}/vim/autoload/dist/vim.vim
+%{_datadir}/vim/autoload/dist/vim9.vim
 %{_datadir}/vim/autoload/dist/vimindent.vim
 
 %dir %{_datadir}/vim/ftdetect
@@ -1459,6 +1462,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/vim/tutor/tutor.utf-8
 %lang(el) %{_datadir}/vim/tutor/README.el.cp737.txt
 %lang(el) %{_datadir}/vim/tutor/README.el.txt
+%lang(ru) %{_datadir}/vim/tutor/README.ru.utf-8.txt
 
 %lang(de) %{_datadir}/vim/tutor/tutor.bar
 %lang(de) %{_datadir}/vim/tutor/tutor.bar.utf-8
This page took 0.048122 seconds and 4 git commands to generate.