rpms/vim/devel README.patches,1.51,1.52 vim.spec,1.128,1.129

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 24 13:32:43 UTC 2006


Author: karsten

Update of /cvs/dist/rpms/vim/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13884

Modified Files:
	README.patches vim.spec 
Log Message:
Patchlevel 42


Index: README.patches
===================================================================
RCS file: /cvs/dist/rpms/vim/devel/README.patches,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- README.patches	20 Jul 2006 10:25:40 -0000	1.51
+++ README.patches	24 Jul 2006 13:32:41 -0000	1.52
@@ -64,3 +64,6 @@
   1880  7.0.037  crash when resizing Vim window when a line doesn't fit
   3236  7.0.038  complete() can be used from expr. mapping after inserting text
   3240  7.0.039  third argument for inputdialog() doesn't work in the console
+  1946  7.0.040  mouse selection with "z=" and inputlist() gets wrong entry
+  2229  7.0.041  cursor([1, 2]) failed, required third item in the list
+  1603  7.0.042  crash or hang when pasting a block in Insert mode


Index: vim.spec
===================================================================
RCS file: /cvs/dist/rpms/vim/devel/vim.spec,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- vim.spec	20 Jul 2006 10:25:40 -0000	1.128
+++ vim.spec	24 Jul 2006 13:32:41 -0000	1.129
@@ -24,7 +24,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim70%{?beta}
-%define patchlevel 039
+%define patchlevel 042
 
 Summary: The VIM editor.
 Name: vim
@@ -93,6 +93,9 @@
 Patch037: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.037
 Patch038: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.038
 Patch039: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.039
+Patch040: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.040
+Patch041: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.041
+Patch042: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.042
 
 
 Patch3000: vim-7.0-syntax.patch
@@ -266,6 +269,9 @@
 %patch037 -p0
 %patch038 -p0
 %patch039 -p0
+%patch040 -p0
+%patch041 -p0
+%patch042 -p0
 
 %patch3000 -p1
 %patch3001 -p1
@@ -602,6 +608,9 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Mon Jul 24 2006 Karsten Hopp <karsten at redhat.de> 7.0.042-1
+- patchlevel 42
+
 * Wed Jul 20 2006 Karsten Hopp <karsten at redhat.de> 7.0.039-1
 - patchlevel 39
 - allow usage of $VIM variable (#199465)




More information about the fedora-cvs-commits mailing list