[packages/vim] - up to 8.1.0250

arekm arekm at pld-linux.org
Tue Aug 7 21:48:39 CEST 2018


commit 0e82c756a90953f8d27ac8bef9553dc04970535e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Aug 7 21:48:32 2018 +0200

    - up to 8.1.0250

 sudoers-include.patch | 4 ++--
 vim.spec              | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/vim.spec b/vim.spec
index c699685..8a3dfa6 100644
--- 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.1.0191
+%define		ver		8.1.0250
 %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:	5b1d5e0b490dc9d7830f66eab6ac5b70
+# Source0-md5:	5a54e06e6867ddb9e44145313334bdbb
 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
@@ -1434,7 +1434,6 @@ rm -rf $RPM_BUILD_ROOT
 %lang(ja) %{_datadir}/vim/tutor/tutor.ja.utf-8
 %lang(ko) %{_datadir}/vim/tutor/tutor.ko.euc
 %lang(ko) %{_datadir}/vim/tutor/tutor.ko.utf-8
-%lang(lv) %{_datadir}/vim/tutor/tutor.lv
 %lang(nl) %{_datadir}/vim/tutor/tutor.nl
 %lang(nl) %{_datadir}/vim/tutor/tutor.nl.utf-8
 %lang(nb) %{_datadir}/vim/tutor/tutor.nb
diff --git a/sudoers-include.patch b/sudoers-include.patch
index 75f0229..f252fb0 100644
--- a/sudoers-include.patch
+++ b/sudoers-include.patch
@@ -5,15 +5,15 @@ Date: Fri, 27 Dec 2013 19:57:35 +0200
 
 --- vim74/runtime/syntax/sudoers.vim	2011-02-25 15:05:44.000000000 +0200
 +++ vim74/runtime/syntax/sudoers.vim	2013-12-27 20:00:19.631344071 +0200
-@@ -23,7 +23,7 @@
+@@ -24,7 +24,7 @@ syn cluster sudoersCmndSpecList       co
  
  syn keyword sudoersTodo               contained TODO FIXME XXX NOTE
  
 -syn region  sudoersComment            display oneline start='#' end='$' contains=sudoersTodo
 +syn region  sudoersComment            display oneline start='#' end='$' contains=sudoersTodo,sudoersIncludeDirective
+ syn region  sudoersInclude            display oneline start='#\(include\|includedir\)' end='$'
  
  syn keyword sudoersAlias              User_Alias Runas_Alias nextgroup=sudoersUserAlias skipwhite skipnl
- syn keyword sudoersAlias              Host_Alias nextgroup=sudoersHostAlias skipwhite skipnl
 @@ -142,6 +142,8 @@
  syn match   sudoersCommandArgsInSpec contained '[^[:space:],:=\\]\+\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=sudoersCommandArgsInSpec, at sudoersCmndSpec skipwhite
  syn match   sudoersCommandEmptyInSpec contained '""' nextgroup=@sudoersCmndSpec skipwhite skipnl
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/0e82c756a90953f8d27ac8bef9553dc04970535e



More information about the pld-cvs-commit mailing list