rpms/vim/devel README.patches,1.151,1.152 vim.spec,1.269,1.270

Karsten Hopp karsten at fedoraproject.org
Fri May 21 22:10:34 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -p -r1.151 -r1.152
--- README.patches	16 May 2010 16:10:58 -0000	1.151
+++ README.patches	21 May 2010 22:10:33 -0000	1.152
@@ -468,3 +468,4 @@ Individual patches for Vim 7.2:
   2106  7.2.434  (after 7.2.432) compilation fails without multi-lang feature
   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


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



More information about the scm-commits mailing list