rpms/vim/devel README.patches,1.149,1.150 vim.spec,1.267,1.268

Karsten Hopp karsten at fedoraproject.org
Fri May 14 22:11:33 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -p -r1.149 -r1.150
--- README.patches	14 May 2010 16:11:14 -0000	1.149
+++ README.patches	14 May 2010 22:11:32 -0000	1.150
@@ -459,3 +459,9 @@ Individual patches for Vim 7.2:
   1541  7.2.425  some compilers complain about fourth EX() argument
   2771  7.2.426  commas in 'langmap' are not always handled correctly
   5351  7.2.427  recovery doesn't follow symlinks to find swap file
+  1758  7.2.428  setqflist([]) doesn't properly clear the error list
+  1900  7.2.429  may get "New file" for file that is not accessible
+  4275  7.2.430  ++bad arg is handled wrong, may cause invalid memory access
+  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


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -p -r1.267 -r1.268
--- vim.spec	14 May 2010 16:11:14 -0000	1.267
+++ vim.spec	14 May 2010 22:11:32 -0000	1.268
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 427
+%define patchlevel 433
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -493,6 +493,12 @@ Patch424: ftp://ftp.vim.org/pub/vim/patc
 Patch425: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.425
 Patch426: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.426
 Patch427: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.427
+Patch428: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.428
+Patch429: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.429
+Patch430: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.430
+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
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1058,6 +1064,12 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch425 -p0
 %patch426 -p0
 %patch427 -p0
+%patch428 -p0
+%patch429 -p0
+%patch430 -p0
+%patch431 -p0
+%patch432 -p0
+%patch433 -p0
 
 
 # install spell files
@@ -1522,6 +1534,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sat May 15 2010 Karsten Hopp <karsten at redhat.com> 7.2.433-1
+- patchlevel 433
+
 * Fri May 14 2010 Karsten Hopp <karsten at redhat.com> 7.2.427-1
 - patchlevel 427
 



More information about the scm-commits mailing list