[packages/vim] - up to 8.2.0011

arekm arekm at pld-linux.org
Sun Dec 15 19:23:44 CET 2019


commit 367e40734fd8e38c5ce6b58b6c3dea4f17c43fcd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Dec 15 19:23:37 2019 +0100

    - up to 8.2.0011

 vim-home_etc.patch  |  6 +++---
 vim-localedir.patch | 15 ++++-----------
 vim.spec            |  6 +++---
 3 files changed, 10 insertions(+), 17 deletions(-)
---
diff --git a/vim.spec b/vim.spec
index b2bdfd6..f1ac6e8 100644
--- a/vim.spec
+++ b/vim.spec
@@ -29,8 +29,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		8.1.2352
-%define		rel		2
+%define		ver		8.2.0011
+%define		rel		1
 Summary:	Vi IMproved - a Vi clone
 Summary(de.UTF-8):	VIsual editor iMproved
 Summary(es.UTF-8):	Editor visual incrementado
@@ -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:	92ca078a1472b7d7875a4eba35ee4a50
+# Source0-md5:	9ff52728337b4053fcf11f2a65a19296
 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
diff --git a/vim-home_etc.patch b/vim-home_etc.patch
index 25db1d6..d8ce612 100644
--- a/vim-home_etc.patch
+++ b/vim-home_etc.patch
@@ -59,12 +59,12 @@ diff -Nru vim62.orig/src/misc1.c vim62/src/misc1.c
  #  endif
  # endif
  # if !defined(VIMINFO_FILE2) && defined(OS2)
-@@ -362,7 +362,7 @@ typedef struct dsc$descriptor   DESC;
+@@ -358,7 +358,7 @@ typedef struct dsc$descriptor   DESC;
  # ifdef VMS
  #  define DFLT_VDIR    "sys$login:vimfiles/view"
  # else
--#  define DFLT_VDIR    "$HOME/.vim/view"       /* default for 'viewdir' */
-+#  define DFLT_VDIR    "$HOME_ETC/.vim/view"       /* default for 'viewdir' */
+-#  define DFLT_VDIR    "$HOME/.vim/view"       // default for 'viewdir'
++#  define DFLT_VDIR    "$HOME_ETC/.vim/view"       // default for 'viewdir'
  # endif
  #endif
  
diff --git a/vim-localedir.patch b/vim-localedir.patch
index 46f3732..18b4a4c 100644
--- a/vim-localedir.patch
+++ b/vim-localedir.patch
@@ -1,18 +1,11 @@
 --- vim72/src/main.c~	2009-04-15 01:00:47.000000000 +0300
 +++ vim72/src/main.c	2009-04-15 01:11:33.555899981 +0300
-@@ -1573,24 +1573,10 @@ init_locale(void)
- 
- # ifdef FEAT_GETTEXT
-     {
--	int	mustfree = FALSE;
--	char_u	*p;
--
- #  ifdef DYNAMIC_GETTEXT
- 	/* Initialize the gettext library */
+@@ -1741,17 +1741,6 @@ init_locale(void)
+ 	// Initialize the gettext library
  	dyn_libintl_init();
  #  endif
--	/* expand_env() doesn't work yet, because g_chartab[] is not
--	 * initialized yet, call vim_getenv() directly */
+-	// expand_env() doesn't work yet, because g_chartab[] is not
+-	// initialized yet, call vim_getenv() directly
 -	p = vim_getenv((char_u *)"VIMRUNTIME", &mustfree);
 -	if (p != NULL && *p != NUL)
 -	{
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/367e40734fd8e38c5ce6b58b6c3dea4f17c43fcd



More information about the pld-cvs-commit mailing list