rpms/vim/devel README.patches,1.152,1.153 vim.spec,1.270,1.271

Karsten Hopp karsten at fedoraproject.org
Tue May 25 22:10:26 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -p -r1.152 -r1.153
--- README.patches	21 May 2010 22:10:33 -0000	1.152
+++ README.patches	25 May 2010 22:10:26 -0000	1.153
@@ -469,3 +469,4 @@ Individual patches for Vim 7.2:
   4590  7.2.435  (after 7.2.430) crash when using bad_char_idx uninitialized
   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


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -p -r1.270 -r1.271
--- vim.spec	21 May 2010 22:10:33 -0000	1.270
+++ vim.spec	25 May 2010 22:10:26 -0000	1.271
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 437
+%define patchlevel 438
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -503,6 +503,7 @@ Patch434: ftp://ftp.vim.org/pub/vim/patc
 Patch435: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.435
 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
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1078,6 +1079,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch435 -p0
 %patch436 -p0
 %patch437 -p0
+%patch438 -p0
 
 
 # install spell files
@@ -1542,6 +1544,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed May 26 2010 Karsten Hopp <karsten at redhat.com> 7.2.438-1
+- patchlevel 438
+
 * Sat May 22 2010 Karsten Hopp <karsten at redhat.com> 7.2.437-1
 - patchlevel 437
 



More information about the scm-commits mailing list