rpms/vim/devel README.patches,1.139,1.140 vim.spec,1.256,1.257

Karsten Hopp karsten at fedoraproject.org
Tue Mar 2 23:09:55 UTC 2010


Author: karsten

Update of /cvs/extras/rpms/vim/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10443

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -p -r1.139 -r1.140
--- README.patches	2 Mar 2010 17:10:14 -0000	1.139
+++ README.patches	2 Mar 2010 23:09:55 -0000	1.140
@@ -415,3 +415,4 @@ Individual patches for Vim 7.2:
   1766  7.2.382  close cmdline window when 'bufhide' is "wipe" uses freed mem
   3021  7.2.383  Vim doesn't build cleanly with MSVC 2010
   1849  7.2.384  (extra) Vim doesn't build properly with MSVC 2010
+  2147  7.2.385  can't drag status line when in the command line window


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -p -r1.256 -r1.257
--- vim.spec	2 Mar 2010 17:10:14 -0000	1.256
+++ vim.spec	2 Mar 2010 23:09:55 -0000	1.257
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 384
+%define patchlevel 385
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -450,6 +450,7 @@ Patch381: ftp://ftp.vim.org/pub/vim/patc
 Patch382: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.382
 Patch383: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.383
 Patch384: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.384
+Patch385: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.385
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -972,6 +973,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch382 -p0
 %patch383 -p0
 %patch384 -p0
+%patch385 -p0
 
 
 # install spell files
@@ -1436,6 +1438,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Mar 03 2010 Karsten Hopp <karsten at redhat.com> 7.2.385-1
+- patchlevel 385
+
 * Tue Mar 02 2010 Karsten Hopp <karsten at redhat.com> 7.2.384-1
 - patchlevel 384
 



More information about the scm-commits mailing list