rpms/vim/devel README.patches,1.150,1.151 vim.spec,1.268,1.269

Karsten Hopp karsten at fedoraproject.org
Sun May 16 16:10:58 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -p -r1.150 -r1.151
--- README.patches	14 May 2010 22:11:32 -0000	1.150
+++ README.patches	16 May 2010 16:10:58 -0000	1.151
@@ -465,3 +465,6 @@ Individual patches for Vim 7.2:
   2599  7.2.431  ":amenu" moves the cursor when in Insert mode
  12967  7.2.432  translated menus make :emenu difficult to use
   5410  7.2.433  can't use cscope with QuickFixCmdPre and QuickFixCmdPost
+  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


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -p -r1.268 -r1.269
--- vim.spec	14 May 2010 22:11:32 -0000	1.268
+++ vim.spec	16 May 2010 16:10:58 -0000	1.269
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 433
+%define patchlevel 436
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -499,6 +499,9 @@ Patch430: ftp://ftp.vim.org/pub/vim/patc
 Patch431: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.431
 Patch432: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.432
 Patch433: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.433
+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
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1070,6 +1073,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch431 -p0
 %patch432 -p0
 %patch433 -p0
+%patch434 -p0
+%patch435 -p0
+%patch436 -p0
 
 
 # install spell files
@@ -1534,6 +1540,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sun May 16 2010 Karsten Hopp <karsten at redhat.com> 7.2.436-1
+- patchlevel 436
+
 * Sat May 15 2010 Karsten Hopp <karsten at redhat.com> 7.2.433-1
 - patchlevel 433
 



More information about the scm-commits mailing list