rpms/vim/devel README.patches,1.141,1.142 vim.spec,1.258,1.259

Karsten Hopp karsten at fedoraproject.org
Wed Mar 17 17:12:39 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -p -r1.141 -r1.142
--- README.patches	10 Mar 2010 17:12:24 -0000	1.141
+++ README.patches	17 Mar 2010 17:12:39 -0000	1.142
@@ -425,3 +425,8 @@ Individual patches for Vim 7.2:
   4898  7.2.392  netbeans hangs reading from a socket at the maximum block size
   9605  7.2.393  Mac: Can't build with different Xcode developer tools dir
   4298  7.2.394  .lzma and .xz files are not supported
+  1554  7.2.395  in help CTRL=] on g?g? escapes the ?, causing it to fail
+  1554  7.2.396  get E38 errors
+  1722  7.2.397  redundant check for w_lines_valid
+  4127  7.2.398  when moving windows the cursor ends up in the wrong line
+  1784  7.2.399  (extra, after 7.2.388) cannot compile on MingW


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -p -r1.258 -r1.259
--- vim.spec	10 Mar 2010 17:12:24 -0000	1.258
+++ vim.spec	17 Mar 2010 17:12:39 -0000	1.259
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 394
+%define patchlevel 399
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -460,6 +460,11 @@ Patch391: ftp://ftp.vim.org/pub/vim/patc
 Patch392: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.392
 Patch393: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.393
 Patch394: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.394
+Patch395: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.395
+Patch396: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.396
+Patch397: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.397
+Patch398: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.398
+Patch399: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.399
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -992,6 +997,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch392 -p0
 %patch393 -p0
 %patch394 -p0
+%patch395 -p0
+%patch396 -p0
+%patch397 -p0
+%patch398 -p0
+%patch399 -p0
 
 
 # install spell files
@@ -1456,6 +1466,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Mar 17 2010 Karsten Hopp <karsten at redhat.com> 7.2.399-1
+- patchlevel 399
+
 * Wed Mar 10 2010 Karsten Hopp <karsten at redhat.com> 7.2.394-1
 - patchlevel 394
 



More information about the scm-commits mailing list