rpms/vim/devel README.patches,1.153,1.154 vim.spec,1.271,1.272

Karsten Hopp karsten at fedoraproject.org
Fri May 28 22:10:41 UTC 2010


Author: karsten

Update of /cvs/extras/rpms/vim/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16620

Modified Files:
	README.patches vim.spec 
Log Message:
- patchlevel 440


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -p -r1.153 -r1.154
--- README.patches	25 May 2010 22:10:26 -0000	1.153
+++ README.patches	28 May 2010 22:10:41 -0000	1.154
@@ -470,3 +470,5 @@ Individual patches for Vim 7.2:
   4058  7.2.436  reproducible crash in syntax HL
   1605  7.2.437  (after 7.2.407) no line break for "\\\n" in expression of :s
   2045  7.2.438  (after 7.2.427) "vim -r" crashes
+  3110  7.2.439  invalid memory access for thesaurus completion and 'infercase'
+  5861  7.2.440  crash when deleting a funcref in the function it refers to


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -p -r1.271 -r1.272
--- vim.spec	25 May 2010 22:10:26 -0000	1.271
+++ vim.spec	28 May 2010 22:10:41 -0000	1.272
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 438
+%define patchlevel 440
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -504,6 +504,8 @@ Patch435: ftp://ftp.vim.org/pub/vim/patc
 Patch436: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.436
 Patch437: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.437
 Patch438: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.438
+Patch439: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.439
+Patch440: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.440
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1080,6 +1082,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch436 -p0
 %patch437 -p0
 %patch438 -p0
+%patch439 -p0
+%patch440 -p0
 
 
 # install spell files
@@ -1544,6 +1548,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sat May 29 2010 Karsten Hopp <karsten at redhat.com> 7.2.440-1
+- patchlevel 440
+
 * Wed May 26 2010 Karsten Hopp <karsten at redhat.com> 7.2.438-1
 - patchlevel 438
 



More information about the scm-commits mailing list