devel/vim README.patches,1.92,1.93 vim.spec,1.184,1.185

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Wed Jan 16 09:37:55 UTC 2008


Author: karsten

Update of /cvs/extras/devel/vim
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11954

Modified Files:
	README.patches vim.spec 
Log Message:
> - patchlevel 230, fixes memory leak


Index: README.patches
===================================================================
RCS file: /cvs/extras/devel/vim/README.patches,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- README.patches	14 Jan 2008 12:42:17 -0000	1.92
+++ README.patches	16 Jan 2008 09:37:16 -0000	1.93
@@ -259,3 +259,5 @@
   1957  7.1.226  command line completion fails for a file name with a '&' char
   5595  7.1.227  hang in syntax HL when moving over a ")"
   1678  7.1.228  with 'foldmethod' "indent" fold can't be closed after "3>>"
+  1758  7.1.229  a fold is closed when backspacing in Insert mode
+  2052  7.1.230  memory leak when executing SourceCmd autocommands


Index: vim.spec
===================================================================
RCS file: /cvs/extras/devel/vim/vim.spec,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- vim.spec	14 Jan 2008 12:42:17 -0000	1.184
+++ vim.spec	16 Jan 2008 09:37:16 -0000	1.185
@@ -17,7 +17,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim71%{?beta}
-%define patchlevel 228
+%define patchlevel 230
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -281,6 +281,8 @@
 Patch226: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.226
 Patch227: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.227
 Patch228: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.228
+Patch229: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.229
+Patch230: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.230
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -641,6 +643,8 @@
 %patch226 -p0
 %patch227 -p0
 %patch228 -p0
+%patch229 -p0
+%patch230 -p0
 
 
 # install spell files
@@ -1027,6 +1031,9 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Jan 16 2008 Karsten Hopp <karsten at redhat.com> 7.1.230-1
+- patchlevel 230, fixes memory leak
+
 * Mon Jan 14 2008 Karsten Hopp <karsten at redhat.com> 7.1.228-1
 - patchlevel 228
 - allow overwriting WITH_SELING at build time (#427710)




More information about the fedora-extras-commits mailing list